Hello,
I try to do next. I want to give few options for my visitors on my website. And i want to create a few contact forms and just to add few send button on website, And when visitor chose one option I will recive email with just that answer. I dont need his email or similar.
I try to use this conatct form
On site I put just this:
<!-- form start -->
<form action="contact.php" method="get">
<br /><br /><input type="image" class="ContactFormSubmit" src="images/send.png" onClick="submit();">
</form>
<!-- form end -->
And chage this .$GET . with some details like get mesege .$_GET['your_email'].
some@mail.com or .$_GET['message']. to vote for option 3. But it not work.
Any help how to do this easyest posible