redwhale
Forum Replies Created
-
Forum: Plugins
In reply to: [Masks Form Fields] Phone mask working all of the timeHi Ivan,
Thanks for the heads up..I didn’t know they disabled JavaScript..but that makes sense with the way things were happening.
I dropped the captcha plugin and created a simple test in contact for 7 for now and will update the forms to reCAPTCHA (v3)..
I love your app btw..have a good one.
– Stephen P.
Forum: Plugins
In reply to: [Masks Form Fields] Phone mask working all of the timeHey Ivan,
This is becoming a larger issue! Please, if you can help in anyway that would be great.
I have many sites with the same configuration of form and apps that are now all getting spam as well.
Same characteristics..they all have phone numbers that are similar
Phone: 85746394634
That clearly shows the phone mask is not working..there is a bug somewhere if this is happening across many sites.
Let me me what’s up Ivan.
Forum: Plugins
In reply to: [Masks Form Fields] Phone mask working all of the timeHi Ivan,
Unfortunately, the messages are not coming from those forms. I have also been checking to see if the plugin has been loading and every time I check it loads. The first week I did it everyday 3x a day.. now it’s just randomly.
The emails come in about once or twice a week.. all different emails.. but the phone numbers follow the same format…
Here are some of them:
Phone: 88447119286
Phone: 85457939672
Phone: 83917493194
Phone: 81233485588
Phone: 86979822899
Phone: 82285972562Not sure how they are getting around the phone mask.. and the captcha.. but if you have any ideas on how to fix it let me know.
Thanks for the response.
Below is a copy of my Contact Form 7
*****************************************
<label>FULL NAME*</label>
[text* your-name class:form-input-cus]<label>YOUR EMAIL*</label>
[email* your-email class:form-input-cus]<div class=”clearfix”>
<div id=”left”>
<label>PHONE NUMBER*</label>
[tel* your-phone class:phone_us placeholder class:form-input-cus “(000) 000-0000″]
</div><div id=”right”>
<label>YOUR BUDGET*</label>
[select* your-budget class:form-input-cus include_blank “Less than $1000” “$1000 – $2000” “$2000 – $4000” “$4000 – $6000” “$6000 +”]
</div>
</div><label>YOUR AWESOME MESSAGE*</label>
[textarea* your-message class:form-input-cus-2][captchac captcha-778 size:l fg:#ffffff bg:#000000]
[captchar captcha-778 4/4 class:form-input-cus][submit “SUBMIT”]
*****************************************
Forum: Plugins
In reply to: [Masks Form Fields] Mask Happy Forms contact form & submission email?Hi Ivan,
First off – the plugin is awesome!
But I am having a question with the phone mask working all of the time.
It seems some people are able to bypass it altogether..I am using..
[tel* Phone-Number class:phone_us placeholder “Phone/Mobile No.”]
and it should mask the number like this (000) 000-0000
However, I am getting form submits with phone numbers like this??
Phone: 82285972562
And when it works properly is looks like this in the email..
Phone: (781) 629-9984
Can you help me out with this – anything I can do to stop it??