Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How do I set a form to send the response somewhere?

I got a google add-on, and I am making an email, with a form, but I don’t know how to send there answer to a server, or if possible, send there answer as a reply to the email, and make it to where the question is required, and also have addresses suggested while there typing

<input   placeholder="Address">
<br><button class="submit">Submit Address</button>
</form>

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Use the below code and replace the someone@example.com to your email.

<form action="mailto:someone@example.com" method="post" enctype="text/plain">
Address:<br>
<input type="text" name="address"><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading