Hi @kota113,
That message appears only when an Administrator looks at the Registration form. If you’re logged out, then that message is hidden.
That message is not in any way related to the Pro version. That same message appears for both plugin versions (Free and paid).
Now in case you wish you want to hide that yellow exclamation, you can use the following CSS code:
#wppb_register_pre_form_message > img {
display: none !important;
}
Note: You can add that CSS code in your WordPress Dashboard -> Appearance -> Customize -> Additional CSS (you can read more about this here).
Also, in case you wish to change the text of any of our messages, then I want to mention that any string from Profile Builder can be modified with the Labels Edit add-on. You can activate the Labels Edit add-on by going to your Dashboard -> Profile Builder -> Add-ons -> Free Add-ons -> and activate the Labels Edit add-on.
After you’ve activated the add-on, you can go to Profile Builder -> Labels Edit -> and click on the “Rescan” button at the top of the page. Then, you just need to search for the string you want to modify.