Attach the submitters email
To attach user information, specify the data-feedback-fish-userid
attribute on your trigger button:
<button
data-feedback-fish
data-feedback-fish-userid="[email protected]"
>
Send feedback
</button>
- Note that the WordPress plugin automatically does this for you with the currently authenticated user!
- With the React component, specify the
userId
prop on the<FeedbackFish>
component. See that help page for more information: