[Fred Question] Form builder use case - How to create select box options

Hi All,

I am considering to use fred as a form builder, and this is easily achievable using fieldsets (for tabs, as an example), text fields, text areas, email fields, etc., It is also possible to create common option sets for placeholders, validation regex, required, etc.

But I am knocking my head on a wall now due to select box options (Also applicable to the other type of elements that will require multiple options like checkboxes, etc).

Just wanted to ask the community how can I go around this.

Many thanks in advance for your advice.
J.Nogueira

Well, I found a way.
select elements are not editable due to their own nature. So the only way to make them editable is to convert them to divs so these can be edited and have elements dragged in them, and then converted back to select for usability purpose.
The options will appear properly after this.

This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.