I am trying to create a form for a pre-made form for other people to use, that emails the results of it to the client. The problem is, most of my clients don't support SQL, or PHP, so they and AJAX are not an option.
It should work something like this:
<form name="form" action="email()"
<input type="text">
<input type="slider">
<input type="submit" value="Submit">
</form>
etc. Any idea how to do this without AJAX or a library?