Tips and Tricks HQ Support Portal › Forums › WP eMember › Registration Page: › Reply To: Registration Page:
September 17, 2010 at 1:29 am
#17253
Member
Which php files need changing to add a field and make sure the database adds a column. So far I have added this and it doesn’t show on the registration page:
—-
wp-eMember/reg_member_view.php
—-
<tr>
<td>Postal Code*: </td>
<td><input type=”text” name=”apostalcode” size=20 value=”<?=$_POST?>” class=”required”></td>
</tr>
—-
wp-eMember/eMember_installer.php
in 2 places
—-
postal_code varchar(64) NOT NULL,