The BuilderLead type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ClientCode |
Client Code for the lead
| |
| EmailBCC |
BCC of lead the notification email
| |
| EmailCC |
CC of lead the notification email
| |
| EmailFrom |
Address the lead notification email is from
Only required if you are using the webservice to send out a notification email
| |
| EmailSubject |
Subject of lead notification email
Only required if you are using the webservice to send out a notification email
| |
| EmailTo |
Address to send the lead notification to
Only required if you are using the webservice to send out a notification email
| |
| ErrorMessage |
Error message if the lead submission is unsuccessful
Check this is SubmitLead or SubmitLeadAndSendEmail returns false
| |
| FirstName |
First name of the lead (Person submitting the form)
| |
| LastName |
Last name of the lead (Person submitting the form)
| |
| LeadEmail |
The email address of the lead (Person submitting the form)
| |
| RawFormData |
Raw data of the lead (Request.Querystring or Request.Form)
| |
| Url |
URL of the form which the lead was submitted from.
|