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.

Combining form field items??

  1. furio
    Member

    I'm sure someone has asked something along these lines before but I can't seem to find anything on it. I was wondering if it would be at all possible to combine multiple form field items. For example, I have a list of checkboxes where if a user selects an item from the list, I want an input field to appear next to that particular item so that they can add some additional details based on their selection.

    I know I can add an input field after the list and use conditional logic to make it appear once the item is selected but I was hoping to make it a little more clear for the user and have it appear right next to the checkbox item. Also, users will be allowed to select more then one checkbox from the list (and the list is pretty long), so it would be a little confusing to have multiple input fields appear after the list.

    I'm not sure if this is even possible but if anyone has any ideas, I would greatly appreciate it. Thanks!

    Posted 13 years ago on Monday April 4, 2011 | Permalink
  2. This isn't a feature. You could only show/hide another field below the checkbox field. You may be able to use the CSS Ready Classes to make this field appear next to your checkbox field. But it would appear next to the field itself, not the individual checkbox item. Ready Class documentation is here:

    http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes

    Posted 13 years ago on Monday April 4, 2011 | Permalink
  3. furio
    Member

    Thanks for the quick reply Carl. I'll try and work something out.

    Posted 13 years ago on Monday April 4, 2011 | Permalink