Hello,
I'm very familiar with Chronoforms as I have used on many sites. For some reason this one site we are working on fails all anti-spam checks. We have tried HoneyPot and Google noCaptcha. No matter the correct answer, noCaptcha always fails.
Right now the form is configured with HoneyPot and in looking at the form code generated on the page, I see two hidden token inputs:
<input value="1" id="ddf0a7d2c2e3ebb9d8742cea94d9fce886463bb2" class="form-control A" name="ddf0a7d2c2e3ebb9d8742cea94d9fce886463bb2" type="hidden">
<input value="1" id="58f5669f19ada742c8f15a1a544e668f5a9585f8" class="form-control A" name="58f5669f19ada742c8f15a1a544e668f5a9585f8" type="hidden">
Could this be why honeypot is failing?
I'm very familiar with Chronoforms as I have used on many sites. For some reason this one site we are working on fails all anti-spam checks. We have tried HoneyPot and Google noCaptcha. No matter the correct answer, noCaptcha always fails.
Right now the form is configured with HoneyPot and in looking at the form code generated on the page, I see two hidden token inputs:
<input value="1" id="ddf0a7d2c2e3ebb9d8742cea94d9fce886463bb2" class="form-control A" name="ddf0a7d2c2e3ebb9d8742cea94d9fce886463bb2" type="hidden">
<input value="1" id="58f5669f19ada742c8f15a1a544e668f5a9585f8" class="form-control A" name="58f5669f19ada742c8f15a1a544e668f5a9585f8" type="hidden">
Could this be why honeypot is failing?
Hi tschoch,
Yes, that could cause it. If you look at the Code tab do you see this code there too?
Bob
Yes, that could cause it. If you look at the Code tab do you see this code there too?
Bob
This is the code in the Code tab. I don't see a reference to the token input fields:
<div class="form-group gcore-form-row" id="form-row-prayer"><label for="prayer" class="control-label gcore-label-top">Please let us know how we can pray for you</label>
<div class="gcore-input-wide gcore-display-table" id="fin-prayer"><textarea name="prayer" id="prayer" placeholder="" rows="3" cols="40" class="validate['required'] form-control A" title="" style="" data-wysiwyg="0" data-load-state="" data-tooltip=""></textarea></div></div><div class="form-group gcore-form-row" id="form-row-privacy"><label for="privacy" class="control-label gcore-label-top gcore-label-checkbox">Your privacy is important to us</label>
<div class="gcore-input-wide gcore-display-table" id="fin-privacy"><div class="gcore-single-column" id="fclmn"><div class="gcore-radio-item" id="fitem"><input name="Privacy" id="privacy" value="Please add to the public prayer list" class="A" title="" style="" data-load-state="" data-tooltip="" type="radio" />
<label class="control-label gcore-label-checkbox" for="privacy">Please add to the public prayer list</label></div>
<div class="gcore-radio-item" id="fitem1"><input name="Privacy" id="privacy1" value="Please keep this prayer request confidential" class="A" title="" style="" data-load-state="" data-tooltip="" type="radio" checked="checked" />
<label class="control-label gcore-label-checkbox" for="privacy1">Please keep this prayer request confidential</label></div></div></div></div><div class="form-group gcore-form-row" id="form-row-button5"><div class="gcore-input gcore-display-table" id="fin-button5"><input name="button5" id="button5" type="submit" value="Submit" class="btn btn-default form-control A" style="" data-load-state="" /></div></div>
Hi tschoch,
Hmm . . . nor do I . . . please take a form backup and upload that here.
Bob
Hmm . . . nor do I . . . please take a form backup and upload that here.
Bob
Hi tschoch ,
Thanks for that - I've restored the form here but only see one block of code from the HoneyPot???
Bob
PS - I've disabled the Email action for testing there.
Thanks for that - I've restored the form here but only see one block of code from the HoneyPot???
Bob
PS - I've disabled the Email action for testing there.
This topic is locked and no more replies can be posted.