%@ Language = VBScript %> <% Option Explicit %> <% response.buffer = true response.expiresAbsolute = #1/1/2000# response.CacheControl = "Private" dim relative_path_to_database relative_path_to_database = "2020applications.mdb" %> <% CALL GetTemplate_Styles_Header("newagent") SUB DisplayNewAgentRegistration set rs =cn.Execute("SELECT * FROM people WHERE peopleID = 1;") response.write("
Before "& LCase(Agent_plural) &" can use this form, 20/20 Applications Software needs to be configured for your web site.
To do this, visit the login page and sign in using the following username and password:
This form is intended for <%=LCase(Agent_plural)%> of <%=rs("companyname")%>. Please note that visitors to this site do not need to sign up here to browse our web site.
If you are an <%=LCase(Agent)%> of <%=rs("companyname")%> then please read the following details and then proceed to the sign-up form.
If you already have an account set up on this site, you should go here to login. You do not need to complete this process again.
This sign-up process takes only a few moments to complete.
When you are finished this process, you will be able to log in to the administration area where you can manage your account information (such as address, phone numbers, username and password), and you will have access to other tools for managing the contents of this web site.
If you need help through these forms, you should contact:
<% IF rs("imageURL") <> "" THEN response.write("
") %>
<%=rs("companyname")%>
The first step is to choose a username and password which you will use to access the private area of this web site where you can update your personal information.
We suggest you use your current <%=LCase(fieldEmail)%> on this form. This new username and password will be automatically emailed to the address you provide here when you finish this process. This is to ensure that you have this information on record.
<% ELSEIF request.querystring("action") = "agent_info_form" THEN %>This information will be displayed on the pages of your web site. Also, the address, phone numbers, and email address you provide here may be used by incoming and outgoing email messages through this web site.
Required fields are marked with an asterisk (*)
|
|
Your account has been automatically approved and is now ready for use.
Please check your email inbox for important information about your account and instructions to log in to our web site and begin using the online tools.
<% ELSE %>Your account is now set up and is awaiting authorization from <%=rs("title")%> <%=rs("firstname")%> <%=rs("lastname")%>.
An automatic email message has been sent to this administrator and you will be notified the moment they authorize your new account.
Also, an email message has been sent to your inbox as a record of this registration. You should check your email shortly, and keep that message on record to help you remember your username and password.
<% END IF %>The information you provided is as follows: (Note: When your account is authorized, you will be able to log in and make necessary changes if this information is inaccurate.)
<%=request.cookies("agent_info")("companyname")%>
<%=request.cookies("agent_info")("title")%> <%=request.cookies("agent_info")("firstname")%> <%=request.cookies("agent_info")("lastname")%>