%
'if there is no form data, simply display the form. Otherwise, check if the form data is valid, and if it is, then save the data to the database, set a cookie, and redirect the user back to the pdf page they were trying to access
if not IsEmpty(Request.Form("pdfpage")) then
'they came from the form. Validate what they entered
Dim first_name
Dim last_name
Dim email
first_name = Request.Form("first_name")
last_name = Request.Form("last_name")
email = Request.Form("email")
if first_name is "" then
%>Error: email is a required field<%
end if
end if
%>
To view data sheets you will need to register.
If you have already registered, click here to login.
Required fields.*
Please note that we respect your privacy. The information gathered here is for
the sole use of Narragansett Imaging and will not be sold or in any way
transmitted to another third party. For futher information contact
info@nimaging.com.