The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Update Field on Submit/Create (Same Form)
I have a dropdown that has a list of status values:
Quote
Sent
Received
Completed
When a user starts a new form, it defaults to "Quote".
I want the status to update to "Sent" when they hit the submit button. How do I do this?
December 10, 2018 at 9:02 am
You can either do this in jQuery by changing the default action of the submit button, or in PHP by using this hook: https://formidableforms.com/knowledgebase/frm_pre_create_entry/
Discussion closed.