Hello! For some reason every time I edit join.php to remove the 2nd member fields from the individual/couple drop down menu (we changed it to individual/band on our website formmyband.com) the form can no longer be submitted.
I know there is something else that must be changed other than deleting (the following - shown below [it's just part of the source of join.php]) to remove the fields for the 2nd user.
Thanks in advance!
<thead class="">
<tr class="headers hidable" style="display: none">
<th class="block_header" colspan="2">
General Info - Second Person
</th>
</tr>
</thead>
<tbody >
<tr class="hidable" style="display: none">
<td class="caption">
<span class="required">*</span>
First Name:
</td>
<td class="value">
<div class="clear_both"></div>
<div class="input_wrapper input_wrapper_text" >
<input min="2" max="200" class="form_input_text" type="text" name="FirstName[1]" />
<div class="input_close input_close_text"></div>
</div>
<img class="info" alt="info" src="http://formmyband.com/templates/base/images/icons/info.gif" float_info="Enter your first name" />
<img class="warn" alt="error" src="http://formmyband.com/templates/base/images/icons/exclamation.png" float_info=" " />
<div class="clear_both"></div>
</td>
</tr> <tr class="hidable" style="display: none">
<td class="caption">
<span class="required">*</span>
Last Name:
</td>
<td class="value">
<div class="clear_both"></div>
<div class="input_wrapper input_wrapper_text" >
<input min="2" max="200" class="form_input_text" type="text" name="LastName[1]" />
<div class="input_close input_close_text"></div>
</div>
<img class="info" alt="info" src="http://formmyband.com/templates/base/images/icons/info.gif" float_info="Enter your last name" />
<img class="warn" alt="error" src="http://formmyband.com/templates/base/images/icons/exclamation.png" float_info=" " />
<div class="clear_both"></div>
</td>
</tr> <tr class="hidable" style="display: none">
<td class="caption">
Receive site notifications:
</td>
<td class="value">
<div class="clear_both"></div>
<div class="input_wrapper input_wrapper_checkbox" >
<input class="form_input_checkbox" type="checkbox" name="EmailNotify[1]" value="yes" checked="checked" />
<div class="input_close input_close_checkbox"></div>
</div>
<img class="warn" alt="error" src="http://formmyband.com/templates/base/images/icons/exclamation.png" float_info=" " />
<div class="clear_both"></div>
</td>
</tr> <tr class="hidable" style="display: none">
<td class="caption">
YouTube Name:
</td>
<td class="value">
<div class="clear_both"></div>
<div class="input_wrapper input_wrapper_text" >
<input min="0" max="200" class="form_input_text" type="text" name="YoutubeName[1]" />
<div class="input_close input_close_text"></div>
</div>
<img class="warn" alt="error" src="http://formmyband.com/templates/base/images/icons/exclamation.png" float_info=" " />
<div class="clear_both"></div>
</td>
</tr>
</tbody>
<thead class="">