Existing customer? Sign In

Attach user data

If you don't want to prompt the user for their email address and prefer a more minimal feedback form, it's possible to attach the user's email or ID using hidden attributes.

To attach the user's email or ID, add a hidden element feedback-attributes to the body of your webpage:

<span id="feedback-attributes" data-user-id="9" data-email="user@test.com"></span>

If you are using the WordPress plugin, this is already done for you!

Back to Home