- 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
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