phone mask in CF7 popup window
-
Hello!
I use CF7 and WPB Popup for Contact Form 7.
In ordinary forms – mask works good.
But, in pop-up – doesn’t. https://prnt.sc/UOYb6NUJlGbZ
https://talisman-kyiv.net.ua/contact/
I add code in functions.phpjQuery(document).on('elementor/popup/show', function () { jQuery('input.wpcf7-tel').mff_mask('+38(X00) 000-00-00', { translation: { 'X': { pattern: /[0]/, optional: false, fallback: '0'}}, placeholder: "+38(0__) ___-__-__" }); });
I try add code to form in popup
jQuery('input.wpcf7-tel').mff_mask('+38(X00) 000-00-00', { translation: { 'X': { pattern: /[0]/, optional: false, fallback: '0'}}, placeholder: "+38(0__) ___-__-__" });
Doesn’t work.
Сan you please tell me how to adjust the mask here, if it is real?The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘phone mask in CF7 popup window’ is closed to new replies.