Search results

  1. L

    How do I make a checkbox a required field in PHP?

    This is part of a secure registration form My start: <tr> <td height="25"><div align="left" class="style1"> <div align="right">I agree to the following Terms & Conditions.</div></td> <td><div align="left" class="style1"> <INPUT TYPE=CHECKBOX NAME="term">I agree to the following <a...
  2. L

    Need help with html coding on a form with submission and required fields?

    Need help making this form have all fields required and submit either to email address or somewhere else that is easy to access All fields are required. <form name="input" action="/cgi-bin/em.submit" method="post" > <table border="0" cellspacing="2" cellpadding="0"> <tr> <td align="center"...
Back
Top