I've been asked to monitor our event registration form. I was hoping to modify the HTTP form login template to work but I'm new to XML etc...
The fields look like this:
| First Name: | | * |
| Last Name: | | * |
| Email: | | * |
| |
The form input names are:
ctl00$EventRegistrationControl1$FirstName
ctl00$EventRegistrationControl1$LastName
ctl00$EventRegistrationControl1$Email
All three fields are required. I want to be alerted when the registrations takes too long or fails.
I'm just not sure where to start. Can someone kick me in the right direction? I wasn't given much time to solve this.
Thanks! John.