Hi.
The below, is an example of what I'd like to be able to access after I make a form in High Level.
<form action="https://www.getdrip.com/forms/1675802199345/submissions" method="post" data-drip-embedded-form="167580219"><div style="display: none;" aria-hidden="true"> <label for="drip-email">Email Address</label><br /> <input type="email" id="drip-email" name="fields[email]" value="" /></div><div style="display: none;" aria-hidden="true"> <label for="website">Website</label><br /> <input type="text" id="website" name="website" tabindex="-1" autocomplete="false" value="" /></div><div> <input type="submit" value="Sign Up" data-drip-attribute="sign-up-button" /></div></form>
I.e. The raw, html form code.
Currently, there are only 2 options available to me to access a form:
I can embed an Iframe, (containing my form) or;
I can can get a link to a page containing my form.
Both of these options are severely limiting.
I would like to be able to create a form in High Level, and then place the raw, HTML code (from that form) wherever I choose.
...without having my form tied to predefined css classes, id's, and/or iframes.
What do you think?
HIGHLVL-I-525