I am using form2email for my clients to contact me about obtaining a tutor.
I am using DW8, when I viewed it on firefox and clicked 'submit' I got the script page [I believe this means the form has been submitted. However, I don't think the required fields have been recognised and are therefore ignored when on the server. The thank you page does not work.
I have stipulated in the script which fields I want as required.
Question: should I stipulate in the script which fields I want or in the html form?
If in the form, this is how one of the fields look:
<tr>
<td align="right" class="style8">*Your first name: </td>
<td align="left" valign="middle" width="497"> <input type="text" name="firstname" size="26" maxlength="60" class="required" /> </td></tr>
<tr>
<td align="right" class="style8">*Your surname: </td>
<td align="left" valign="middle" width="497"><input type="text" name="surname" size="26" maxlength="60" class="required"/> </td></tr>
How this makes sense.
NT
I am using DW8, when I viewed it on firefox and clicked 'submit' I got the script page [I believe this means the form has been submitted. However, I don't think the required fields have been recognised and are therefore ignored when on the server. The thank you page does not work.
I have stipulated in the script which fields I want as required.
Question: should I stipulate in the script which fields I want or in the html form?
If in the form, this is how one of the fields look:
<tr>
<td align="right" class="style8">*Your first name: </td>
<td align="left" valign="middle" width="497"> <input type="text" name="firstname" size="26" maxlength="60" class="required" /> </td></tr>
<tr>
<td align="right" class="style8">*Your surname: </td>
<td align="left" valign="middle" width="497"><input type="text" name="surname" size="26" maxlength="60" class="required"/> </td></tr>
How this makes sense.
NT