PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

can I add input box next to check box?

  1. catseye
    Member

    I searched the forums, but couldn't find an answer.

    If I have a check box list, and at the end I have "other", is there a way to add an field so someone can type in the info?

    Posted 14 years ago on Tuesday August 31, 2010 | Permalink
  2. You would have to add a field below it. You could use CSS to position it closer... but there is no option to make the last value in a checkbox an input. One thing you could do is add a text field below the checkbox field, and then make the last checkbox value "Other" and then use conditional logic to show/hide the text field below the checkboxes if they select "Other".

    Posted 14 years ago on Tuesday August 31, 2010 | Permalink
  3. catseye
    Member

    THANKS!

    Posted 14 years ago on Tuesday August 31, 2010 | Permalink