- This topic has 2 replies, 2 voices, and was last updated 14 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 Troubleshooting › Edit Member Profile page has errors
I’m using eMember 5.8.2, WordPress 3.0.1, and PHP 5.2.14
I created a Member Profile page, added the short code [wp_eMember_profile_edit_form:end], and then added the URL into Settings => Page Settings => Member Profile Edit Page:
When the Member Profile page renders, the “Email” row is rendering code in the form, and what looks like a failed php output statement to the right of the form:
First Name: (fine)
Last Name: (fine)
Email: (has “<span class=” in the form,
and “xxx…@xxx.com” class=”eMember_text_input” />” bleeding off to the right)
Here’s the view source code of how the row in question is rendering:
<tr>
<td><label for=”aemail” class=”eMember_label”>Email: </label></td>
<td><input name=”aemail” size=”20″ value=”<span class=” mh-plaintext=”” type=”text”>xxx…@xxx.com” class=”eMember_text_input” /></td>
</tr>
Any suggestions?
Thanks!
Paul H.
Seems like you have broken HTML and JQuery issue on the page. Please do this test and let me know what you find:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
Good call, found the culprit:
WP-reCAPTCHA
Integrates reCAPTCHA anti-spam solutions with wordpress
Activate | Edit | Delete
Version 2.9.8.2 | By Jorge Peña | Visit plugin site
Thanks!
Paul H.