Forums

Honeypot error on live site

ecroson 26 Feb, 2015
My form works fine when I run it in test mode but when I try it on the live site I get a Honeypot error: Token mismatch. I get Honeypot check passed on the test. Here's the link to the live form: http://campfontanelle.com/getacoupon.html

Here's the debug info:
Data Array:
Array
(
[chronoform] => GetACoupon
[event] => submit
[format] => html
[Itemid] => 1431
[option] => com_content
[view] => article
[id] => 144
[fname] => Me
[lname] => MyLastName
[email] => myaddress@gmail.com
[phone] => 1111111111
[address1] => Some address
[address2] => Some address2
[city] => myCity
[state] => NE
[zip] => 55555
[emailPreference] => Yes
[submit] => Submit
[00c143f9b644f7f0f6db4c9208ea2ba649220062] => 1
[GetACoupon] =>
)

Array
(
)

Errors:
Array
(
)

Debug Info:
Array
(
[5] => Array
(
[Check Honeypot] => Array
(
[0] => Token mismatch
)

)

[3] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => UPDATE `sgj_chronoengine_chronoforms_datatable_GetACoupon` AS `Data` SET `fname` = 'Me', `lname` = 'MyLastName', `email` = 'myaddress@gmail.com', `phone` = '1111111111', `address1` = 'Some address', `address2` = 'Some address2', `city` = 'myCity', `NE` = 'NE', `zip` = '55555', `emailPreference` = 'Yes', `user_id` = '0', `modified` = '2015-02-26 19:36:43' WHERE `id` = '144';
)

)

)

)


Please let me know if you need any more info. Any help you could give me would be greatly appreciated.

Thank you.
ecroson 26 Feb, 2015
I also forgot to mention I'm running it as a plugin in an article, if that makes a difference. Thanks.
ecroson 26 Feb, 2015
And here is my form setup. So many things for my feeble mind to remember! 🤣

[attachment=0]CouponSetup.PNG[/attachment]
ecroson 27 Feb, 2015
I ended up switching from loading the form with the plugin to a content page to just creating a menu item for it. It has worked out fine since I changed it.

This is a really nice forms component and I'll be buying a subscription in the next couple days. Thanks very much.
GreyHead 27 Feb, 2015
Hi ecroson,

Just curious - was there a second form on the same page when you had the HoneyPot problem? There was a bug where ChronoForms got confused with two HoneyPots.

Bob
ecroson 27 Feb, 2015
No, just the one:
http://campfontanelle.com/getacoupon.html

Thanks!
This topic is locked and no more replies can be posted.