The variable should automatically retrieve the email address of the form filler to Oribi
That’s all it does.
I need to find the line in the webflow code that refers to it
Then you’ll want to change the Oribi code to reference the variable containing the email.
So your final code should look like this:
<script>
var emailAddress = document.querySelector('#emailInputField').value;
ORIBI.api(“setUserEmail”, emailAddress);
</script>
Hope that helps!
In case you’re looking for a completely code-free solution, we’re working on a Webflow analytics tool (no code needed) and will be releasing a member tracking feature soon