CODE
<form id="contactform" method="post" action="index.php">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><label for="contactform-name">Name: <span>(required)</span></label>
<input type="text" name="contactform-name" id="contactform-name" />
</td>
<td><label for="contactform-email">Email Address: <span>(required)</span></label>
<input type="text" name="contactform-email" id="contactform-email" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-subject">Subject: <span>(required)</span></label>
<input type="text" name="contactform-subject" id="contactform-subject" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-message">Message: <span>(required)</span></label>
<textarea cols="50" rows="10" id="contactform-message"></textarea>
<input type="image" alt="send message" class="imagesubmit" src="i/GM11_form_submit.jpg" />
</td>
</tr>
</tbody>
</table>
</form>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td><label for="contactform-name">Name: <span>(required)</span></label>
<input type="text" name="contactform-name" id="contactform-name" />
</td>
<td><label for="contactform-email">Email Address: <span>(required)</span></label>
<input type="text" name="contactform-email" id="contactform-email" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-subject">Subject: <span>(required)</span></label>
<input type="text" name="contactform-subject" id="contactform-subject" />
</td>
</tr>
<tr>
<td colspan="2"><label for="contactform-message">Message: <span>(required)</span></label>
<textarea cols="50" rows="10" id="contactform-message"></textarea>
<input type="image" alt="send message" class="imagesubmit" src="i/GM11_form_submit.jpg" />
</td>
</tr>
</tbody>
</table>
</form>
Where do i put the code it so I can get their query?
Also what code?