Home / Admin / om-html-form-conversion-class-example.html
Duplicate Snippet

Embed Snippet on Your Site

om-html-form-conversion-class-example.html

Code Preview
html
<form method="POST" src="http://www.example.com/form.php">
  <input type="text" placeholder="First Name">
  <input type="email" placeholder="Email Address">
  <input type="submit" class="om-trigger-conversion" value="Submit Now!">
</form>

Comments

Add a Comment