0

How can I receive information from the user from html form by the 'action attribute'

27th Apr 2020, 6:22 AM
Shiraz Muhammed
Shiraz Muhammed - avatar
2 odpowiedzi
0
To recive information from a HTML form you need a server side script like PHP
27th Apr 2020, 6:27 AM
Mauricio Dominguez
Mauricio Dominguez - avatar
0
You could less or more rely on "mailto:" url scheme to avoid server sided stuff, but it's quite limited... Check these links to learn more about "mailto:" and server sided form data handling: https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Creating_hyperlinks#E-mail_links https://html.form.guide/email-form/html-email-form.html
27th Apr 2020, 7:20 AM
visph
visph - avatar