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!