Hi,
I have created a form in chronoform and also created table to see the values that are stored after submitting the form. I want to customize the submit page with custom php code and contents. I have tried changing the form action url but the values are not get saved when we change the action url. I have also tried redirection plugin in the same site but its showing the array of submitted values in the page. I need to get a value from the form and want to write some php code in the submit page. Can anyone help me on this!??
regards
dj
I have created a form in chronoform and also created table to see the values that are stored after submitting the form. I want to customize the submit page with custom php code and contents. I have tried changing the form action url but the values are not get saved when we change the action url. I have also tried redirection plugin in the same site but its showing the array of submitted values in the page. I need to get a value from the form and want to write some php code in the submit page. Can anyone help me on this!??
regards
dj
Hi dj,
Any HTML (and or PHP) that you put into the OnSubmit After Code box* (or the text box in Step 4 of the Wizard) will be displayed after the form is submitted. You can add info from the form using the {input_name} syntax.
Bob
* You can also do this in the OnSubmit Before Box but that will only be executed if Send Emails is set to Yes on the Form General tab.
PS This is explained in more detail in Chapter 1 of The ChronoForms Book
Any HTML (and or PHP) that you put into the OnSubmit After Code box* (or the text box in Step 4 of the Wizard) will be displayed after the form is submitted. You can add info from the form using the {input_name} syntax.
Bob
* You can also do this in the OnSubmit Before Box but that will only be executed if Send Emails is set to Yes on the Form General tab.
PS This is explained in more detail in Chapter 1 of The ChronoForms Book
This topic is locked and no more replies can be posted.