Hi, i am trying to add the data inputs which the visitor will insert in input fields to database,
these are different fields like name, phone # , address and others fields like this.
i have successfully added them to database,
Now, after the visitor added all the data in the input fields and press the submit button, i want to open new page which will show the inputted data in a letter (this letter is from the company).
the user will add the data fields and press the submit button , the data will be added in database and in the mean time a new page will open which will also show the inputted data fields to user inside a letter from company.
Hi Abdullah,
The Basic Form example should give you a good start. There are also other useful examples on the Examples Page which will help you as you progress.
Good luck,
Yisrael
Sir , thankyou for quick response, i really appreciate that, but i am also looking to show the inputted data to the user after the user click the submit button,
a new page will open which will show the entered data by the user to the user itself
You can create another page that looks like just like the form, but instead of input fields, it uses text fields. After the user completes the form and submits the data, you would then go to this new page. Use the Examples to help you learn.