bogointeractive

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by bogointeractive

  1. what do you need help with? It is pretty simple some what.
  2. OK I am in the process of creating this online form and I have the form the way I want it with this code. <form name="contactform" method="post" action="send_form_email.php"> <table> <tr> <td valign="top"> <font size="1">First Name *</font> </td> <td valign="top"> <input class="emailbox" type="text" name="first_name" maxlength="50" size="30" /> </td> </tr> <tr> <td valign="top"> <font size="1">Last Name: *</font> </td> <td valign="top"> <input class="emailbo