I figured out a workaround, but it’s not as it should be. I had to delete the original page and use only the default editor (not Divi) and put in links to get users to the new registration application. Not exactly resolved but we couldn’t have that page down any longer.
So I can’t change the information in the [wppb-register] to exclude the “Users can register themselves…” or change the Add User to Send. I guess that is what we have to do for now.
-
This reply was modified 2 years, 12 months ago by
terri2uus.
-
This reply was modified 2 years, 12 months ago by
terri2uus.
Hi @terri2uus,
- You can change any string from Profile Builder, including the name of the buttons with Labels Edit add-on, documentation here: https://www.cozmoslabs.com/docs/profile-builder-2/add-ons/labels-edit/
- Could you please try to add again our shortcode with DIVI and let us know if you are still encountering the same issue? If so, could you please send me a screenshot where I can see the issue? Or if you have a staging/test site, could you please send me a link to the page where you encounter the issue?
- The message “Users can register themselves or you can manually create users here.” is displayed only for administrators. To hide this message you can use CSS code:
#wppb_register_pre_form_message{
display:none;
}