Warning: Your browser doesn't support all of the features in this Web site. Please view our accessibility page for more details.
|
<!-- Start NUI Galway Web Form -->
<form action="/cgi-bin/FormMailNuig.pl" method="post" name="EmailForm" id="EmailForm"> <input type="hidden" value="example*nuigalway.ie" name="recipient"/> <input type="hidden" value="Email Subject" name="subject"/> <input type="hidden" value="http://www.nuigalway.ie/{YourWebSite}/thanks.html" name="redirect"/> <input name="required" type="hidden" id="required" value="Name, Phone, email"/> <table cellpadding="5" cellspacing="0" border="0" width="100%"> <tr> <td class="body"> </td> <td> <font color="#CC0000">* </font> - <font color="#CC0000">Required Fields</font></td> </tr> <tr> <td><strong> Name:</strong></td> <td> <input name="Name" type="text" id="Name" size="40"/> </td> </tr> <tr> <td><strong>Address:</strong></td> <td><text_area name="Address" cols="40" id="Address"></text_area> </td> </tr> <tr> <td><strong>Phone:</strong></td> <td><input name="Phone" type="text" id="Phone" size="40"/> </td> </tr> <tr> <td><strong>Fax:</strong></td> <td><input name="Fax" type="text" id="Fax" size="40"/> </td> </tr> <tr> <td><strong>Email:</strong></td> <td><input name="email" type="text" id="email" size="40"/> </td> </tr> <tr> <td> </td> <td><br> <input type="Submit" Value="Submit"/> <input type="Reset" Value="Reset"/> </td> </tr> </table> </form> <!-- End NUI Galway Web Form --> |
| a)<input type="hidden" value="example*nuigalway.ie" name="recipient"/> |
Enter the email address that you wish to receive an email with the contact form’s data. Email addresses used must replace the with a *.
|
| b)<input type="hidden" value="Email Subject" name ="subject"/> |
| Enter the email subject. |
| c)<input type="hidden" value="http://www.nuigalway.ie/{YourWebSite}/thanks.html" name="redirect"/> |
|
Enter the URL of the page you wish to redirect the user to after the contact form is submitted. |
| d)<input name="required" type="hidden" id="required" value="Name, Phone, email"/> |
|
Enter the contact form fields that you wish to be required. |
