The values for eventid and key can be set either as static values which require setting up a new form for each webinar, or you can pass these values over from hidden fields on an Eloqua landing or post from an external form. The https://event.on24.com/custom/client...ua/postreg.jsp endpoint will automatically map the Eloqua Standard Fields below without the need to change the Target Field name to match the ON24 Target Fields.
Setup Eloqua Form Fields
1. Create a Form in Eloqua with registration fields
2. Include Hidden Fields for multiple eventid and key pairs. Name these "eventid1" , "key1", "eventid2", "key2", etc. Add some checkboxes for users opting in to register for multiple events.
3. The values for eventid and key can be set either as static values which require setting up a new form for each webinar, or you can pass these values over from hidden fields on an Eloqua landing or post from an external form. The eventid and key can be pulled from the audience URL and these are unique per event: http://event.on24.com/wcc/r/eventid/key
Add Post Data to Server Form Processing Steps for each Webinar
1. Go to the Form Processing Steps and Post Data to Server steps for each webinar.
2. For General Settings select Constant Value and add the URL. For NA, use https://seamlessreg.on24.com/eloqua & for EU, use https://seamlessreg.eu.on24.com
3. In each Post Data to Server, change the Target Fields so that only one pair of values is passed over for eventid and key. These are case-sensitive.
Example:
eventid1 and key1
eventid2 and key2
5. For custom mapping, edit the Target Fields using the ON24 Target Field values in the table below
6. Each post data to server step is conditionally triggered off of the checkbox for the events.
The https://event.on24.com/custom/client...ua/postreg.jsp endpoint will automatically map the Eloqua Standard Fields below without the need to change the Target Field name to match the ON24 Target Fields. For any other fields, use the attribute names in the ON24 Target Field column.
Eloqua Standard Fields | ON24 Target Field |
First Name | firstname |
Last Name | lastname |
Company | company |
Title | job_title |
Street Address 1 | address_street1 |
Street Address 2 | address_street2 |
City | city |
State | state |
Postal Code | zip |
Country | country |
Work Phone | work_phone |
job_function | |
company_industry | |
company_size | |
partnerref | |
std1 | |
std2 | |
std3 | |
std4 | |
std5 | |
std6 | |
std7 | |
std8 | |
std9 | |
std10 |
Comments
0 comments
Please sign in to leave a comment.