Hello,
I am creating a simple lead generation form with a few fields which will be saved to database and also emailed once submitted. This is working fine, the form is an AJAX form.
The first field in the form is the email address which is required, I want to make an event after this field is completed (onChange) that will save the data to the database immediately. This way if the user completes the rest of the form, we will update the database with remaining data, but if not, at least we already captured that users email address. This is something that I could figure out how to do with all raw code and javascript, but it is a little bit difficult to figure out how to do this within Chronoforms. All of the options I think are needed are available, I just can't figure out:
What to set in the Events tab of the email text field except for trigger being Change
How to setup the Actions main tab properly to allow my Change event trigger to write this field to the database. Should I setup an action within Submit that we can call early? Or do I setup an action in onLoad?
Any help or guidance towards another post accomplishing something similar would be greatly appreciated.
I am creating a simple lead generation form with a few fields which will be saved to database and also emailed once submitted. This is working fine, the form is an AJAX form.
The first field in the form is the email address which is required, I want to make an event after this field is completed (onChange) that will save the data to the database immediately. This way if the user completes the rest of the form, we will update the database with remaining data, but if not, at least we already captured that users email address. This is something that I could figure out how to do with all raw code and javascript, but it is a little bit difficult to figure out how to do this within Chronoforms. All of the options I think are needed are available, I just can't figure out:
What to set in the Events tab of the email text field except for trigger being Change
How to setup the Actions main tab properly to allow my Change event trigger to write this field to the database. Should I setup an action within Submit that we can call early? Or do I setup an action in onLoad?
Any help or guidance towards another post accomplishing something similar would be greatly appreciated.