Click here to Skip to main content
15,921,467 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello guys, today I am facing an huge problem.
So I have an .html website for a local Tattoo Shop.
I have an appointment page as well, to send emails to the tattoo artists.

The thing is that I don't know how to send emails throught that.

Here's a preview of what I have:

image.prntscr.com/image/e008eb3bd13148af8d224bb02a0c2c33.png

I want to select the Tattoo Artist and send the email to the Tattoo Artist as well as the other fields.


Any help is really appreciated.
Can also give you $omething to thank you for your help.

What I have tried:

I've tried FormSpree way but no luck for what I'm looking for.
I am a noob at html so I don't know what to search for actually...

Can give TeamViewer for everyone who's whilling to help me.
Posted
Updated 30-May-17 9:01am
Comments
Richard MacCutchan 30-May-17 15:01pm    
Try searching for "email HTML"

1 solution

What is the backend code here? PHP, ASP.NET, Node.js?

HTML is not a live code, you cannot execute any command from it — JavaScript can, but you need to get a third-party subscription etc., so, can you tell where you hosted it, so that we can guide you a bit further. There are some ways to do that, in JavaScript, by sending a request to another server with the data and authentication, where they send the email onwards. To do this all by yourself, you can simply integrate a PHP script, or ASP.NET website, and have it do. But what server or hosting is being used here?

How to send an email from JavaScript - Stack Overflow[^]

As for the $omething, please visit a good freelancing website; Upwork etc. They would be interested as well.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900