Hello
how to set up a checkbox group with single choice?
Something like:
Gender:
- Male
- Female
where user can choose just one of them?
thanks
				
				
				
			how to set up a checkbox group with single choice?
Something like:
Gender:
- Male
- Female
where user can choose just one of them?
thanks
					Hi theant,
Use a Radio Box element.
Radio buttons allow only one choice; check-boxes allow more than one choices.
Bob
				
				
				
			Use a Radio Box element.
Radio buttons allow only one choice; check-boxes allow more than one choices.
Bob
					Thanks a lot. 
Can I change
No=No
Yes=Yes
to
male=male
female=female
or it must be
No=male
Yes=female
				
				
				
			Can I change
No=No
Yes=Yes
to
male=male
female=female
or it must be
No=male
Yes=female
					Hi theant,
You can put anything you like in there as long as each entry is on one line and has only one '=' in it.
That said it helps to avoid special characters and to keep the part before the '=' as simple as practical.
Bob
				
				
				
			You can put anything you like in there as long as each entry is on one line and has only one '=' in it.
That said it helps to avoid special characters and to keep the part before the '=' as simple as practical.
Bob
					Hi theant,
Yes, try them and see if everything works OK; if not replace them with the 'plain' versions.
Special characters are OK after the '=' e.g. aeiou=à è ì ò ù
Bob
				
				
				
			Yes, try them and see if everything works OK; if not replace them with the 'plain' versions.
Special characters are OK after the '=' e.g. aeiou=à è ì ò ù
Bob
					Thanks again
It is ok, just it doesn't save data into DB for check box groups with multiple choice. I tried with varchar and text type but they are empty. Other data are ok into DB.
You can see the form in action here:
http://www.valvola.eu/conosciamoci.html
				
				
				
			It is ok, just it doesn't save data into DB for check box groups with multiple choice. I tried with varchar and text type but they are empty. Other data are ok into DB.
You can see the form in action here:
http://www.valvola.eu/conosciamoci.html
This topic is locked and no more replies can be posted.
		
	
  