Thanks for the reply. I need a login to get to the site so I wouldn’t have a link I could share.
Profile Builder => General Settings
Load Profile Builder’s own CSS file in the front-end: no
“Email Confirmation” Activated: yes
“Email Confirmation” Landing Page: Activate
Allow Users to Log in With: Username and Email
Minimum Password Length: [empty]
Minimum Password Strength: Disabled
Profile Builder => Admin Bar Settings
All Default
Pages => Home
[wppb-register]
If I submit an empty form I get a “404 Not Found” error. Same when the form is complete or use a duplicate username. When I checked the HTML output for that I was seeing this
<form enctype="multipart/form-data" method="post" id="wppb-register-user" class="wppb-user-forms wppb-register-user" action="">
<ul><li class="wppb-form-field wppb-default-username" id="wppb-form-element-2">
<label for="username">Username<span class="wppb-required" title="This field is required">*</span></label>
<input class="text-input default_field_username" name="username" maxlength="70" id="username" value="" type="text"></li><li class="wppb-form-field wppb-default-e-mail" id="wppb-form-element-8">
<label for="email">Email Address<span class="wppb-required" title="This field is required">*</span></label>
<input class="text-input default_field_email" name="email" maxlength="70" id="email" value="" type="email"></li><li class="wppb-form-field wppb-default-password" id="wppb-form-element-12">
<label for="passw1">Choose a Password<span class="wppb-required" title="This field is required">*</span></label>
<input class="text-input" name="passw1" maxlength="70" id="passw1" value="" autocomplete="off" type="password"><span class="wppb-description-delimiter">Minimum length of 8 characters</span></li><li class="wppb-form-field wppb-default-repeat-password" id="wppb-form-element-13">
<label for="passw2">Confirm Password<span class="wppb-required" title="This field is required">*</span></label>
<input class="text-input" name="passw2" maxlength="70" id="passw2" value="" autocomplete="off" type="password"></li></ul><ul></ul> <p class="form-submit">
<input name="register" id="register" class="submit button" value="Register" type="submit">
<input name="action" id="action" value="register" type="hidden">
<input name="form_name" id="form_name" value="unspecified" type="hidden">
</p><!-- .form-submit -->
<input id="register_nonce_field" name="register_nonce_field" value="2ad66287e2" type="hidden"><input name="_wp_http_referer" value="/rgsite/" type="hidden">
</form>