I am building a hotel web site and on the home page there is a small form where guests can indicate their arrival date, # of nights they're staying, how many guest, etc.
This small form is intended to just start the registration process, so that when they click on the "submit" button, they will be taken to a separate guest registration page where other information will be entered such as name, address, credit card info (SSL will be required), etc. I am using Form Builder Pro to construct the registration form.
What I need to happen is this:
When guests click on the "submit" button referred to above, I need the information to be populated (posted?) into exactly the same fields on the registration page so that it will be emailed to the hotel along with all the other data that's entered.
Also, what's involved with the SSL part in order to secure the registration form?
Any help would be appreciated on this. Thanks in advance.
This small form is intended to just start the registration process, so that when they click on the "submit" button, they will be taken to a separate guest registration page where other information will be entered such as name, address, credit card info (SSL will be required), etc. I am using Form Builder Pro to construct the registration form.
What I need to happen is this:
When guests click on the "submit" button referred to above, I need the information to be populated (posted?) into exactly the same fields on the registration page so that it will be emailed to the hotel along with all the other data that's entered.
Also, what's involved with the SSL part in order to secure the registration form?
Any help would be appreciated on this. Thanks in advance.
Comment