Sending form input to another page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a simple form that has a user enter his ID number. When a user hits
Submit, I want to open another page and have what the user entered at the top
of the next page. I'm able to launch the new page, using the Confirmation
Page function with the form, but how do I get what the user entered at the
top of the page? Thanks!
 
Here's the way I did it:

Make sure you have "Include Field Names" checked in your forms properties.
(Form Properties | Options) Also make sure the field names are saved on the
"Saved Fields" tab.

On your confirmation page, place the cursor where you want the info to be
inserted automatically. Choose: Insert | Web Component | Advanced Controls
| Confirmation Field. Click Finish, and type in the EXACT name of the
confirmation field.

Repeat for each confirmation field you would like to appear. I have used 3
confirmation fields, on the same page, with no problems.

Both of these pages need to be in the same sub-web, of course.
 
Back
Top