Checkboxes with the 'other' option

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
wescrock
Forum Commoner
Posts: 31
Joined: Wed Sep 10, 2008 10:31 am
Location: Fresno, CA

Checkboxes with the 'other' option

Post by wescrock »

Hello,

This may be noobish, but I have never had to do it until now...

I am making a pretty large form that has several checkbox fields... They, almost, all need to have the option for the user to input a custom option as well...

I know the structure for text input, as well as the structure for checkbox lists... but how do I put them together to have a checkbox that says 'Other' with a input next to it for custom text?

Thanks,
Wes
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: Checkboxes with the 'other' option

Post by AbraCadaver »

See if this helps: viewtopic.php?f=1&t=111488

Feel free to come back and ask more questions/get clarification.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Post Reply