It’s already set to pass the information but we are hosting the unstyled html version of the form and we already have it formatted for use.
Jordan mentioned that,
“If you are using the HTML embed code, then you’ll have to have someone add javascript code to your website to pull the data from the URL and populate the form.”
I understand the need to pass the information into the URL but I am unclear on how to do so. Can you elaborate? Is this easy to explain and implement?
This is also something I’m a bit unclear on
“You need the API field names for each of those fields, and you build them onto the end of the URL in what is called a GET request (which means that you put contact data right onto the URL in field=value pairs). Here’s a quick example:”
I will send our developer a link to this thread but it would be nice if you could post some instructions to implement this.