| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | $email_input_status = !current_user_can( 'manage_options' ) ? apply_filters( 'wppb_set_input_status', '' ) : ''; |
| 29 | 29 | |
| 30 | 30 | $output = ' |
| 31 | 31 | <label for="email">'.$item_title.$error_mark.'</label> |
| 32 | - <input class="text-input default_field_email '. apply_filters( 'wppb_fields_extra_css_class', '', $field ) .'" name="email" maxlength="'. apply_filters( 'wppb_maximum_character_length', 70, $field ) .'" type="email" id="email" value="'. esc_attr( $input_value ) .'" '. $extra_attr .' '. (( $form_location != 'register' ) ? $email_input_status : '') .' />'; | |
| 32 | + <input class="text-input default_field_email '. apply_filters( 'wppb_fields_extra_css_class', '', $field ) .'" name="email" maxlength="'. apply_filters( 'wppb_maximum_character_length', 60, $field ) .'" type="email" id="email" value="'. esc_attr( $input_value ) .'" '. $extra_attr .' '. (( $form_location != 'register' ) ? $email_input_status : '') .' />'; | |
| 33 | 33 | if( !empty( $item_description ) ) |
| 34 | 34 | $output .= '<span class="wppb-description-delimiter">'. $item_description .'</span>'; |
| 35 | 35 | |
| 36 | 36 | if( $form_location == 'edit_profile' && is_user_logged_in() ) { |