Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Friends,

I am having a List with 6 columns.
say
a1
a2
a3
a4
a5
a6

Usually, On clicking ADD NEW ITEM, We used to get info path form for adding these values one by one like :
Enter value of a1 : [""""""""""""]
Enter value of a2 : [""""""""""""]
Enter value of a3 : [""""""""""""]
Enter value of a4 : [""""""""""""]
Enter value of a5 : [""""""""""""]
Enter value of a6 : [""""""""""""]


But i want now to ask the user like below:
Enter value of a1 : [""""""""""""]
Enter value of a2,a3,a4 : [""""""""""""] [""""""""""""] [""""""""""""]
Enter value of a5,a6 : [""""""""""""] [""""""""""""]


How can i do this easily in SHAREPOINT 2010 ?

Thanks a lot for your advice in advance.

Regards,
Nibin
Posted

1 solution

Connect to List, List Settings--> InfoPath Form.
This will open the Form in InfoPath Designer
Do the designing required using InfoPath designer.
Publish the form to get the necessary changes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900