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

Slack Signup
Newsletter Optin
Help Desk

Update Field on Submit/Create (Same Form)

Labels

This Discussion is public

Notifications

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?

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.