Can custom code on submit event be executed manually.

execute custom code on submit event manually in steps.

Overview

The issue is needing to run multiple custom code blocks sequentially without a single form submission.
Use a submit button to link to another form or page containing only the custom HTML code, allowing step-by-step execution.

Answered
Ro Ron 03 Jul, 2014
Hello,

I have some custom codes onSubmit event in Chronoform5. Is it possible to execute them manually like with a submit button. I have to run some .html code in few steps so I want to have a few steps made with custom code on Submit event.

Say I have these custom codes:

Custom code 1
Custom code 2
Custom code 3
Custom code 4

I want to run them manually. ( Form --> submit --> Custom code 1 --> submit --> Custom code 2 --> Submit --> Custom code 3 --> etc. etc.

Please help.

Thanks

Ron
Gr GreyHead 05 Jul, 2014
Answer
Hi Ronn,

I've read this a few times and I still don't really understand what you are asking :-(

You can use one submit button to connect to another form - or another page in the same form - with Custom Code that has only got HTML in it. A ChronoForm does not have to be a form with inputs.

Bob
Ro Ron 05 Jul, 2014
Thanks Bob

I got it.

Best wishes

Ron
This topic is locked and no more replies can be posted.