Сайт https://www.craftplywood.com/
вверху и в футере есть кнопка обратной связи, поставил там Contact form 7 и ваш плагин. Если форма не попап – все как часики а в всплывашке маску показывает но не работает, вводи что хочешь. Подскажите пожалуйста что сделать? Можеш проблема в шоткоде и надопрописать как-то по другому?
Шоткод:
[contact-form-7 id=”1073″ title=”Зворотн?й дзв?нок”]
When an inscription with a warning about incorrect field filling pops up, a large indent appears at the bottom, which displaces the form fields at the bottom.
]]>The phone mask field in the contact form modal is shorter than the other Contact Form 7 fields. Is there a way to control the field size to match the others?
]]>Уведомления просто не приходят на почту!!!
Как решить проблему?
Looks like this plugin is abandoned, but just in case it’s still supported… the validator isn’t working with CF7 5.6.3
I tried this GitHub “fix”, but it crashes the site (critical error).
]]>Hi. I have an idea. I’m sure that the black matter doesn’t exist. I think it have to be some kind of coefficient for light speed according to particle number in the volume.
I have no numbers. I’m not the physics at all. I’m the doctor. I just love the physics and want to be heard. Thanks a lot.
The mask field get <aria-required=”1″> if is required , but https://validator.w3.org/ says it says “Bad value 1 for attribute aria-required on element input”. How to make value true / false as in others inputs?
Thanks in advance.
]]>Всем привет! После обновы WP в поле маски номера при вводе, символ дублируется, например нажимаем 3 в поле маски вводиться 33
]]>Hello Ruslan,
Thank you for your plugin! I’m wondering if there is a way to hide the placeholder text or make the color transparent so that it doesn’t show? I’m trying to use your mask with another plugin that needs to insert its own placeholder, but then show your masked info format once the field is clicked. Currently, both placeholders are showing at the same time, so I’d prefer to hide yours if possible.
Do you know if there is a way to do this?
Thanks for any help that you can offer!
Rick L.
]]>I’ve tried it on several sites and I can’t get it to work. What will be the problem, it would be great if it worked.
]]>$.mask.definitions[‘N’] = ‘[/0-6|9/]’;
]]>Добрый день. Подскажите, как настроить чтоб курсор всегда был привязан к началу ввода в маске, чтоб ввод начинался с первого символа, и нельзя было поместить нажатием в другом месте?
]]>hello, your plugin is very good,
but here is little problem, accepted only numeric character,
but here i need letters of the alphabet, because receipt
isn′t choise here… ??
may you help me? any trick?
thank you very much
michael
Проблема с валидацией
Bad value 1 for attribute aria-required on element input.
when i setup in contact 7, all seems okay and displays properly on website but when visitor enters phone number and website emails to me, number is not displayed…???
<label> Phone Number
[mask* mask-785 “(___) ___-____”] </label>
can anyone offer a suggestion why and how to correct?
]]>If you want control length.
Working example
[mask mask-45 minlength:13 maxlength:13 “+____________”]
BUT!
It won’t be working without small correction in plugin file cf7-phone-mask-field.php
String #26
add_filter( ‘wpcf7_validate_mask*’, ‘wpcf7mf_mask_validation_filter’, 10, 2 );
replace with
add_filter( ‘wpcf7_validate_mask’, ‘wpcf7mf_mask_validation_filter’, 10, 2 );
You can then add another custom validation in function “wpcf7mf_mask_validation_filter”
Hello! We need to get all phone numbers to be filled in. For example :
the mask is +__ (___) ________
+48(323)3232323_ should return an error because the last character is missing
+48(323)32323233 is OK
How it can be fixed?
Thank you!
After installing the VDZ Call Back plugin, characters are no longer entered into the telephone field created by your plugin.
After deactivating the plugin, everything is normalized.
Mask type fields no longer allow a number to be entered.
]]>Can the first user input number be automatically removed when form is sent.
Example
Mask +44__________
User input 0701234567
Output +44701234567
Добрый день! Подскажите как сделать, чтобы начальная точка ввода телефона была с начала строки, а не от туда куда тыкнули мышкой?
]]>Hi, is this plugin still under development
]]>Добрый день. Решено было заморочится. На фронт выводить маску с номером телефона, что бы пользователи внимательно и корректно вводили контактный номер.
Но нужно чтоб при формировании письма приходила строка без +38 скобок тире и пробелов.
То есть пользователь вводить по примеру +38 (099) 111-22-33, а в письме должно приходить
0991112233.
Как это реализовать?
В файлах плагина я нашел функцию
Функция очистки строки от маски
* Function clear string
*
* @param $string string
* @return $result string
* @version 1.0
**/
function wpcf7mf_clear_value( $string ) {
$mask_keys = array(
WPCF7MF_MASK_NUMBER,
WPCF7MF_MASK_ANY
);
return str_replace( $mask_keys, ”, $string );
}
как ее запустить в вкладке “письмо”
После удаления из формы плагина CF7 поля электронной почты (в доп. настройках формы указал skip_mail: on) я сделал обязательным поле телефон. После этого перестали приходить письма на почту, хотя и показывает успешную отправку с сайта. Мне нужно настроить отправку через СМС, поэтому поле эл.почты не нужно вообще. Что я делаю не так?
]]>В вашем плагине используется кастомизированная библиотека маски поля. На сайтах используется плагин Buy one click WooCommerce, который использует стандартную библиотеку без кастомизации и эта библиотека грузится после вашей. В связи с чем, в контактных формах вообще перестают работать поля телефонов с вашей маской – ничего невозможно в них вписать. Но поле телефона с маской в заказе нормально работает. Также формы с вашей маской нормально работают на других страницах, где нет быстрого заказа.
Может есть возможность все таки использовать оригинальную библиотеку?
When using this plugin in Contact Form 7, it doesn’t show a [aria-invalid=”false”] like the other inputs. Resulting in Google Chrome’s Audit marking it as not accessible friendly and displaying a “[aria-*] attributes do not have valid values” message.
Can we include the “aria-invalid” attribute in the input when using this mask?
]]>When this plugin is activated, Gravity Forms’ masked fields stop working. I’m not sure if this is an issue Gravity Forms has to fix, or this plugin, but I just wanted to put it out here.
]]>Здравствуйте!
В Эстонии номера есть двух типов:
+372 55 555 555
и
+372 55 555 55
То есть или 8 цифр после +372 или 7.
Как мне сделать маску в этом случае?
За ранее спасибо
]]>До апдейта плагина использовал вот такую маску: ___.___.__ для ввода такого числа 111.111.11
Теперь . берется как любой символ. Как мне использовать точку не как маску а как символ?
\. не помогает так же
Бывают ситуации когда копируют телефон и вставляют в форму и получается +789…. и тд
Было бы здорово иметь поддержку необязательных символов, и последняя цифра номера телефона не будет теряться.
Спасибо!
]]>