Submit Contact Form without using PHP
问题 I'm still a student and today our lecturer told us that the only way in order to submit a contact us form without having to use the mailto: function is to use PHP. I swear that last year another lecturer showed us a way using only javascript. Is it possible to submit a feedback/contact form using a basic form and javascript ? If so, do you mind sharing a sample example ? Thanks in advance 回答1: You can use JavaScript to redirect to mailto: with some parameters, but that isn't ideal. Also keep