Hi, I've developed the code to display some checkbox options as shown in the screenshot. The required event_id is saved as a separate value:
I want to look at re-casting the display as a table or grid. The sort of thing I have in mind is shown in this sketch:
I understand that the Formidable Forms checkbox field strips any html I inject into $values['options']. That makes it impossible to structure the options using <td></td> tags.
Can anyone advise the best approach to achieving this? Is there a CSS solution that will not be stripped by the FF display mechanism?
Thanks,
Phil.
Please login or Register to submit your answer
Staff replied 5 months ago
You're going to have to flirt with this to get an idea of what you want: https://formidableforms.com/knowledgebase/customize-html/#kb-add-labels-to-a-grid
replied 5 months ago
Thanks Bobby, this is now DONE! I have a follow-on question re CSS styling which I'll open in a new post. Cheers.