UBM co-located events have a custom extension script to support their custom flow.
The following script should be added to the custom JavaScript of the event's activator widget configuration. The arguments for activatorId
and autofillerId
(activator-widget-config-id
and autofiller-widget-config-id
) should be replaced with the event's widget configuration IDs:
https://cdn.ingo.me/custom-js/ubm.ext.js?activatorId={activator-widget-config-id}&autofillerId={autofiller-widget-config-id}
The activator widget may be installed in the normal fashion (single line install).
Available Arguments
Param Name | Description | Required |
---|---|---|
activatorId |
Configuration ID of the activator widget | Yes |
autofillerId |
Configuration ID of the autofiller widget | Yes |
showSelector |
CSS selector for the form field(s) that specify the show | No |
widgetSelector |
CSS selector for the activator widget's root element | No |
formSelector |
CSS selector for the form to autofill | No |
Comments
0 comments
Please sign in to leave a comment.