Is their any good tutorial for getting started with HTML pages that will display records i.e. user submitted information?
For example if when filling out a form I enter firstname=john lastname=smith When the submit button is hit I can direct to formsubmit.html however in the code of the page I want it to display the entered record so it will come back with
"
Thankyou for submitting your information <Form_Field_Firstname> <Form_Field_Lastname>"
The scriptbuilder is confusing the hell out of me, I've taken a guess and tried dragging in options from the "data access" set without much of a result!