After your widgets are successfully installed, you will need to map your Registration Widget settings to your registration form fields as a final step.
It's a crucial part of your setup and enables the following:
1. Autofill the social profile data on the registration form - only via social signup
2. Correctly and completely track registrants within the dashboard report
This should be done either by using the CSS ID selector (syntax is #) e.g. #ff_5_firstname or Name Attribute selector [name=""] e.g. [name="FirstName"] ->
If it's not working with double quotes then use the following: [name='FirstName']
Here is an example of the mapped widget:
Mapping the Registration Widget:
1. Inspect the elements of your web page (right-click on the registration form field and select Inspect), then copy the name or id of that specific field
2. Go to the Widget Configuration of your event in the InGo dashboard, select edit the Registration Widget, and then paste the copied value to selector fields using the appropriate selectors mentioned above.
- Repeat the same steps for each field.
Note: for the first step we suggest using the Google Chrome web browser
Please contact support@ingo.me with any questions.