Skip to content

Instantly share code, notes, and snippets.

@ianthompson
Last active September 24, 2016 09:34
Show Gist options
  • Save ianthompson/2ddeb8ce0af35374bdbcb676f3443e9f to your computer and use it in GitHub Desktop.
Save ianthompson/2ddeb8ce0af35374bdbcb676f3443e9f to your computer and use it in GitHub Desktop.
HTML Module example for Beaver Builder
<p>Enter names in the fields, then click "Submit" to submit the form:</p>
<form id="frm1" action="form_action.asp">
First name: <input type="text" name="fname"><br>
Last name: <input type="text" name="lname"><br><br>
<input type="button" value="Submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment