Multpage Email forms using php

I need assistance with Multipage email form

I want to create using Multipage forms.

And I want the ability to store the information or values that are entered so that i can pass the entered values to the remaining pages (using session or post )

At the end form I want three input text field to enter email address to where i want to mail all the input values of the forms to be emailed.

I also need assistance with validation of the form.

What i need to configure in the webserver in order to mail() function to work.

Thank you :slight_smile:

I want to send form values via email. however the email is determined by the user as the email address is entered by the user to whom the form data has to be sent.

I need help with code