wet-boew/GCWeb

Fieldflow

Opened this issue · 0 comments

ehcee commented

Question:
When using Fieldflow to generate select box lists. On page load it will convert the fieldflow list into a box, is their a way to set the "name" value of that select box to a specific name ie <select name="value-i-want-to-assign-it-to"> instead of the random generated name it usually generates: <select name="wb-fieldflowwb-auto-1wb-auto-17"> for example I can't seem to find anything in the documentation that shows that you can. The main reason I am asking is if we are using this in a web form that submits data and on the back-end I'd need to know the names of these box's to generate the data.

ie if I had a web form with

Multiple Actions
https://wet-boew.github.io/GCWeb/components/wb-fieldflow/basic-en.html#multiple

The 2 values in these 2 select picklists I want to submit but would need to know the name's of them.