Hello,
I want to submit form info to a form already on Hubspot. Is this markup correct for the interconnect to work? This will be for a complicated submission (using only html).
<form action=“https://forms.hubspot.com/uploads/form/v2/26yyxxx/[/78c2891f-ebdd-44c0-bd94-15c012bbbfbf](https://forms.hubspot.com/uploads/form/v2/62515/78c2891f-ebdd-44c0-bd94-15c012bbbfbf)?email=value” method=“post” enctype=“application/x-www-form-urlencoded” autocomplete=“off”>
<input type=“email” name=“email” id=“email” value=“e-mail address” onfocus=“this.value=‘’;” />
<input type=“submit” name=“submit” value=“Yes, I want in” />
</form>
One of my forms works great with auto collections. I am wondering for another upcoming project, whether the above-simplified markup will work.
Thanks,
Vick