editing registeration form
-
Hello
I found bbpress registration is used by “form-user-register.php”
I added extra field code (
<div class=”bbp-email”>
<label for=”user_email”><?php esc_html_e( ‘Email’, ‘bbpress’ ); ?>: </label>
<input type=”text” name=”이메일” value=”<?php bbp_sanitize_val( ‘user_password’ ); ?>” size=”20″ id=”user_password” maxlength=”100″ autocomplete=”off” />
</div>)
to edit the registeration form but it didnt work
what is the problem do you think?
- You must be logged in to reply to this topic.