Hi Yuniar,
I have a question regarding the Form Properties; you can show a customer, who has submitted the form, a succes message. Here you have two options; "Show text" and "Redirect URL".
I want to use the "Redirect URL"-option to send the customer to a succesfull submission PHP. Of course this is very easy to do, however I want to limit access to this PHP page, so outsiders (= people who have not filled in the form) cannot access this page.
How do I this?
Also is it possible to display some of the information which has been filled in on the forms on this succesfull submission page? E.g. the name of the person?
Full example:
Customer fills in the form and submits it.
Person gets redirected to a page called submitted.php.
submitted.php show the following:
Dear Sir / Madam {name},
Thanks for filling in the form. The form has been sent to our office.
etc. etc. etc.
Hopefully you understand what I mean... :)
...I tried to explain the best I could.