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.