One moment please...
 

Web Based Lead Generation Technical notes

Web Based Lead Generation Technical notes

 

Request Type Configuration

A Request Type may be passed to the crmnewquestion_en.asp via the URL. If passed, the series of level 0 request options will not be shown above the question box. If no Request Type is passed A list of all level 0 requests will be shown.

 

For Example the format of the URL should be:

http://localhost/Synergy/docs/CRMNewQuestion_en.asp?RequestType=91

 

Where 91 equals the request id number and localhost is the name of your e-Synergy Server.

Address Configuration

A new URL option [Loc] has been introduced to CRMNewQuestion_en.asp. This option combined with the language setting of the server will allow to user to define how the address fields are displayed. As shown in the table below the Address Standard is configured to the value of the Server Language. However, the [Loc] value will override that setting.

 

Loc Value

Server Lang Value

Address configuration

---

AE

US Standard

---

Any Other

World Standard

US

AE

US Standard

Other

AE

World Standard

 

 

If the server language is set for AE, or American English, the [Loc] may be used to override the reconfiguration and reset the value to the world standard address configuration.

 

/docs/CRMNewQuestion_en.asp?Loc=NL

 

If the server language is set for any language or than AE the [Loc] option may be used to reconfigure to the US Standard address Configuration.

 

/docs/CRMNewQuestion_en.asp?Loc=US

 

The United States Standard Address configureation:

          City, State

          ZipCode, Country

 

The World Standard Address configureation:

          Postcode, City

          Country, State

 

Redirect Configuration

A new URL option [Redirect] has been introduced to CRMNewQuestion_en.asp. This option combined with the option [NextSite] will allow the user to be redirected to the URL specified in the [NextSite] parameter. A value of 1 will activate this option. The format of this should be:

 

/docs/CRMNewQuestion_en.asp?Redirect=1&Nextsite=[VAILD URL]

 

where [VALID URL] is any valid URL. This option should be used carefully. Normally there will be request number displayed on the response page. If you use this option the request number will not be sent to the user.