I am using webform module and added a select field.
My option values are
One|Sample 1
Two|Sample 2
Three|Sample 3
Four|Sample 4
Five|Sample 5
Six|Sample 6
But I want these three fields in a particular category named Sample list 1
One|Sample 1
Two|Sample 2
Three|Sample 3
Sample List 2:
Four|Sample 4
Five|Sample 5
Six|Sample 6
Note: I don’t want to show it in groups <>.
I want a select list which consists of Sample List 1 and Sample List 2 In a single select field I want to store both of option values into their respective select lists.