josinter
Forum Replies Created
-
@tubathery33 hey, I’ve used something like this
jQuery(function ($) {
setTimeout(function() {
jQuery("[name=FieldName]").val('+55').trigger('change');
}, 1000);
});but it’s a very simple workaround as you need to hardcore the fieldname and country code. Hopefully this will be fixed in the plugin itself.
I tried the latest version and it’s working on mobile now! However, there is one small issue: when the page first loads, the input field doesn’t include the country code, so the first digit entered vanishes as it auto-completes to the country code. I fixed this on my end with JavaScript, but it would be great to have this included in the plugin.
Thanks, Narinder!
I updated and tried and desktop is working again but mobile still doesn’t work correctly. Works only when simulating mobile on desktop but if you refresh while on mobile view it won’t work. Something on mobile isn’t being loaded I think.
Hello,
I upgrade but it didnt change anything for me on mobile. But it looks bugged on desktop now if I select the whole code and delete it, it will add it duplicated
Thanks for the reply, here’s one of the forms: https://interlasermaquinas.com.br/contato/
I’m having the same problem, it works nicely on desktop but this functionality won’t work at all on mobile. I set up a clean wordpress installation with just cf7 and this plugin so nothing will interfere and it still doesn’t work. Something is preventing this for working on mobile only