Hi
I have written the below code in Master page but it is not working .
<form action="mailto:maximweigh@gmail.com" method="post">
<fieldset>
<legend>Contact Form</legend>
<label for="fullname">Name:
<input id="fullname" name="fullname" type="text" value="" />
</label>
<label for="emailaddress" class="margin">Email:
<input id="emailaddress" name="emailaddress" type="text" value="" />
</label>
<label for="phone">Telephone:
<input id="phone" name="phone" type="text" value="" />
</label>
<label for="subject" class="margin">Subject:
<input id="subject" name="subject" type="text" val ...
Go to the complete details ...