elementor-developers-docs
elementor-developers-docs copied to clipboard
Updated form validation documentation
$forms_module->field_types['tel'] returns null and it can't remove the action. To make it work I updated that part to use $forms_module->fields_registrar->get( 'tel' ).