Replies
Viewing 8 posts - 1 through 8 (of 8 total)
a copy of my private answer (no idea why I checked the private box …)
***
Link to the registration form: https://staging-psycholol.kinsta.cloud/registrieren/Additional CSS
form div.field_1 { display:none !important; } #buddypress .standard-form label[for="signup_password_confirm"], .register-section #signup_password_confirm { display:none !important; }
added to BuddyX Version: 4.2.4 function.php
function buddydev_inject_username_as_fullname() { $_POST['field_1'] = $_POST['signup_username']; // disable confirm password. $_POST['signup_password_confirm'] = isset( $_POST['signup_password'] ) ? $_POST['signup_password'] : ''; }
- This reply was modified 3 years ago by Psycho.
Viewing 8 posts - 1 through 8 (of 8 total)