Page 1 of 1

How do I create a form?

Posted: Mon Sep 26, 2016 2:09 pm
by admin
To create a form,
example:
<form action="mailto:usename@domain.com method="post, get">
<input type="button, reset, submit, text, radio, checkbox ">
</form>

This example is how to create a button, with value="name" you can name your button. More can be fond at http://sitecreator.rjswebhost.com/hints2.htm.