You can do it using jQuery
$( document ).ready(function() {
if ($("#register-page").is(":visible")) {
$(".field_YOUR-INPUT-CLASSNAME-HERE").remove();
});
}
});
Or this one:
$(document).ready(function() {
if ($("h1:contains('Create an Account')").is(":visible")) {
$(".field_first-name").remove();
}
});
Hello
I had added a field to restrict spam registrations (“Re-write the second combination…. types) on my site registration page using a plugin. Now after few minths that I tried removing that field, I could not find / recall that plugin, and am unable to get rid of / edit this field
Can you please help?
Should I uninstall BP and reinstall?
Regards
Arvind
Seems to be a WangGuard field.