5 users online. Create an account or sign in to join them.Users
How to send from front-end the value of a select field?
This is an open discussion with 2 replies, filed under General.
Search
I believe this should be fine with a select field containing options, as Jens did a site for me that does this.
You might give your select a name of fields[subject].
Thank you David.
Create an account or sign in to comment.
I'm creating a form that has a select field. I would like to send to the database/backend the value of this field through a front end form. Basically, it's a contact form with several options for the Subject line select field. How could this be done? Through a hidden field? Thank you.