Samples

The following form samples will send a notification email to the address you specify in the form. Additionally depending on the example, the notification email will refer to form output files located on the ActionForms web-site. These resources are placed in the password protected samples user directory. To access this directory from the notification email use the following login information:

username:sample
password:sample


Form1
This form demonstrates the simplest of form processing. The example will capture form values and test for required fields. If the form is not filled in completely, a message will be displayed and link to re-edit the form will be provided. When the form is finally processed, the form entries will be logged to a delimited text file stored in the user's data directory. Additionally, an email will be sent to the email address entered on the form with the form field values URL address of the textlog file.

Form2
This form is exactly like the Form1 except uses advanced HTML parsing to provide the following

  • If the form is not filled in completely, a message will be displayed along with HTML form itself. The later will include the fields already filled completed.
  • When the form is completed, a copy of the form with the entered values is created and put in the user's data directory. All form control fields are removed leaving the resulting.asp file suitable for viewing or printing.
Additionally, an email will be sent to the email address entered on the form with the URL address of the results HTML file.

   

Form3
This form demonstrates the advanced.asp parsing described above. Additionally, complex for field types such as Selection Lists, Radio Buttons and Check Boxes are excercised. And most importantly, this form demonstrates the file upload feature of the ActionForms program.

Form4
This form is exactly like form 3, execpt it demonstrates how Actionforms can use the original form page to create a confirmation page upon form submission.

The generated confirmation page is complete information on form submission, file upload information and a print confirmation page function.

Form5
Another form exactly form 3 and 4, except it demonstrates how you may customize your own confirmation page with the data entered from the original form including a special tag for file upload information.

 

Copyright © 1999-2006, ActionForms, LLC. All Rights Reserved.
Web-site problems or comments please email webmaster@actionforms.com.