Contact Form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Contact Form

How do you make a functional contact form inside a website that can send the user’s contact to your gmail

26th Mar 2021, 2:32 AM
Francis Mistica
Francis Mistica - avatar
1 Answer
+ 2
you could at worst put an email protocol link into the action attribute of your form, but that's quite limited: it will open an email client with a prefilled one for the user clicking the submit button, but he must send it manually to end the process... the right way would be to use server side scripting to redirect the data to the targeted mail ^^
26th Mar 2021, 2:26 PM
visph
visph - avatar