Getting and Sending email field entry to external API

Hi, I have been trying to send the email field entry of my form to my analytics website which is Oribi analytics. This requires me to use as the Oribi Javascript API call:

ORIBI.api(‘setUserEmail’, );

My problem right now is I don’t know the variable name for the email to input.
I am using the custom javascript code plugin from gravity wiz to do this.

Hello. Can you use:

document.getElementById("#input_15_2").value;

That is the ID for and email field (ID2) in my form (ID15). That should grab the value for you. Does that work with your code?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.