Hey guys I have been trying to figure out a way to submit a form to a website. Can you help me out | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

13th Apr 2021, 8:02 PM
OBIOMA OBICHIOMA
OBIOMA OBICHIOMA - avatar
3 Answers
+ 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>
13th Apr 2021, 8:48 PM
Kamrul Hasan Raza
0
Yea, or I could use something like a mailto attribute
13th Apr 2021, 9:22 PM
OBIOMA OBICHIOMA
OBIOMA OBICHIOMA - avatar
0
Might just work
13th Apr 2021, 9:22 PM
OBIOMA OBICHIOMA
OBIOMA OBICHIOMA - avatar