I have two problems I’m running into with text fields in form builder. I have a work around for one but would love to find a better solution. Anytime I add text to a form builder page (from the “layout” menu), Gibbon automatically labels it in the database as “text.” That means I always get an error when I try to add multiple text fields because there is a duplicate label on that page. I can update fieldName in the mysql command line to something unique to avoid the error, but it seems it would be better to just give each text box a unique name (or a choice of name) when created.
Related to that issue, I used to use html markup within a text field to share complex information on a form.
I know that html markup has security concerns–is there another way to control page layouts, though? I tried making multiple text fields (after submitting mysql updates for each one), but it doesn’t look as clean as before.
Hello again in the light of day (at least here in Montana). The deprecation of html tags is proving much more problematic than I thought last night. I can no longer insert images, tables, or hyperlinks into my forms anywhere, and this was a big part of the forms I had built.
I’m going to try a version downgrade at this point so I can at least prepare current program needs, but I could really use another solution. Thank you!
I haven’t touched this for a year, but I’m in need of following up. Is there any way to use html tags in form builder text fields? I really need a way for my descriptions to be bulleted, but all my html is still getting removed. (I even tried a work around in mysql, but was unable to make that happen.)
Thanks for any thoughts or possible solutions!
Kevin
I wasn’t able to add the Rich Text editor to that page, for complicated javascript reasons, but I have checked and tested that HTML will not be removed when it is added to the text boxes.