/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/forms/fields
NameSizeModeActions
acceptance.php24120644editdlrm
date.php34700644editdlrm
field-base.php31550644editdlrm
number.php29110644editdlrm
step.php37300644editdlrm
tel.php12130644editdlrm
time.php26590644editdlrm
upload.php160090644editdlrm
Edit: /var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/forms/fields/tel.php (1213B)
add_render_attribute( 'input' . $item_index, 'class', 'elementor-field-textual' ); $form->add_render_attribute( 'input' . $item_index, 'pattern', '[0-9()#&+*-=.]+' ); $form->add_render_attribute( 'input' . $item_index, 'title', esc_html__( 'Only numbers and phone characters (#, -, *, etc) are accepted.', 'elementor-pro' ) ); ?> print_render_attribute_string( 'input' . $item_index ); ?>> add_error( $field['id'], esc_html__( 'The field accepts only numbers and phone characters (#, -, *, etc).', 'elementor-pro' ) ); } } }