+ 1
Hey guys I have been trying to figure out a way to submit a form to a website. Can you help me out
Form submission
3 Respostas
+ 1
HTML5 Form Part 1
<form autocomplete="off">
<label for="e-mail">Your e-mail address: </label>
<input name="Email" type="text" required/>
<input type="submit" value="Submit"/>
</form>
0
Yea, or I could use something like a mailto attribute
0
Might just work