0
Contact Form
How do you make a functional contact form inside a website that can send the user’s contact to your gmail
1 Resposta
+ 2
you could at worst put an email protocol link into the action attribute of your form, but that's quite limited: it will open an email client with a prefilled one for the user clicking the submit button, but he must send it manually to end the process...
the right way would be to use server side scripting to redirect the data to the targeted mail ^^