How to customize chronoform submit page

dijo 14 Sep, 2010
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
GreyHead 14 Sep, 2010
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
dijo 14 Sep, 2010
Thanks for the help Bob!!!🙂 Let me try this. Will come back soon.

regards
dj
dijo 20 Sep, 2010
Hi Bob,
My code worked when I put in the onSubmit Events Code (after sending email) block. Thanks again for your great help.

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