- This topic has 4 replies, 3 voices, and was last updated 12 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › edit [wp_eMember_registration_form:end]
Hi
Is there a way to edit the [wp_eMember_registration_form:end] as I would like to not show the Membership*: level in the form when people sign up.
Hope this makes sense
Thanks
Oops, took some time reading the rest of the forum posts and found the answer to my question above. Sorry for the hassle.
Cheers
Hi,
I am using just a free membership level, so there’s no point for me to show this field.
Unfortunately I can’t find a post with the answer like mentioned above.
Does anybody know how to remove the “membership field” from the registration page?
Thanks
Hi,
You’ll need to make a change to the eMember_registration_utils.php file but first make a copy of the original file just in case.
Then find the following piece of code:
<tr>
<td><label for="wp_emember_member_level" class="eMember_label"> <?php echo EMEMBER_MEMBERSHIP_LEVEL;?>: </label></td>
<td><input type="text" id="wp_emember_member_level" name="wp_emember_member_level" size="20" value="<?php echo $_POST;?>" class="validate[required] eMember_text_input" readonly /></td>
</tr>
and comment out the code like this:
<!--<tr>
<td><label for="wp_emember_member_level" class="eMember_label"> <?php echo EMEMBER_MEMBERSHIP_LEVEL;?>: </label></td>
<td><input type="text" id="wp_emember_member_level" name="wp_emember_member_level" size="20" value="<?php echo $_POST;?>" class="validate[required] eMember_text_input" readonly /></td>
</tr>-->
Hi Peter,
wow … that was fast! Your hint worked perfectly!!!
Thanks
Perry