Can anyone tell me how to get the filled form on your email | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Can anyone tell me how to get the filled form on your email

I want to make my form be submitted on the email

19th May 2021, 2:57 PM
Arshita Kumari
Arshita Kumari - avatar
1 Answer
+ 3
with only front side, you could use the 'mailto' pseudo protocol in the 'submit' attribute... but that only open a prefilled mail to the user mail tool, so it's up to him to send or not it ^^ alternatively, by using server side, you could send email yourself... but it could be a little more difficult to implement (and is server side language specific, as well as eventually limited by your internet host service provider). both cases are covered in this link: https://blog.hubspot.com/marketing/html-form-email
19th May 2021, 3:22 PM
visph
visph - avatar