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.
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.
I also forgot to mention I'm running it as a plugin in an article, if that makes a difference. Thanks.
And here is my form setup. So many things for my feeble mind to remember! 🤣
[attachment=0]CouponSetup.PNG[/attachment]
[attachment=0]CouponSetup.PNG[/attachment]
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.
This is a really nice forms component and I'll be buying a subscription in the next couple days. Thanks very much.
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
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
This topic is locked and no more replies can be posted.