Hey, I'm creating a form that will allow user to request a quote on their product selection.
I need to add a quantity field that will only appear when the user click on each checkbox but in 3 columns:
Product A | Product B | Product C
Product A
the only way I'm able to do it right now is by creating each checkbox individually but then I can't manage my columns.
I'm put 1/6 for each element as follow:
Product A (1/6) Checkbox Product A (1/6) Product B (1/6) Checkbox Product B (1/6) Product C (1/6) Checkbox Product C (1/6)
does anyone have a simple solution?
I've added a screenshot of what I'm trying to do. frm_inline doesn't seems to work. I need the quantity box to be aligned with the current checkbox selected.
Acutally I've created 1 column for the checkbox, 1 for the quantity but that doesn't work as I want.
Any suggestions?
I can say with 100% certainty that there's no way to do that without a lot of CSS customizations. You could figure out how to do it with raw HTML, CSS, and jQuery (for the conditional logic), put it in an HTML field and then use the after frm_after_entry_create to move the values into hidden form fields. That seems like a lot of work though.
ok that's what I thought! was asking just in case they were an option somewhere that I was missing.
Thanks for your feedback
Please login or Register to submit your answer