When I tested it on your site I had a slightly different outcome. I was able to replicate the problem using Chrome on a Windows desktop and Chrome on an Android phone. It said "Please answer the new question" even though I answered the question correctly.
However it worked correctly using Firefox on desktop.
So it's possibly a Chrome issue. I know Chrome is starting to try to phase out cross-domain cookies. The question feature relies on a session to work so it needs to use a cookie for this. And because you're using the iFrame integration method, the cookie is cross-domain (whatsay.com is calling cigargrams.com).
So, yes agreed, definitely a chrome issue
tried the same phone with opera browser and no issues processing the question
Not sure which version php Hosted at FastComet so Im pretty sure they have the latest version php
I think the best fix is to install the script directly on WhatSay.com
This would overcome the cross domain cookie issue you referenced
"I know Chrome is starting to try to phase out cross-domain cookies"
At the same time this puts the iframe script sharing feature in jeopardy for chrom users if the question wont work
Thank you and I hope others who experience the same issue will learn from this thread
In your admin area if you go to 'Reports -> PHP Info' it should say what your PHP version is. Can you let me know?
Just to explain my previous post, the first change is to fix the session cookie, meaning the question feature should work. The second change is to fix things like the 'Remember my form inputs' checkbox, as I assume that isn't currently working either.
So I added the code to the file frontend/index.php and YES it fixed the question issue
Not sure what I might be missing (or the code might be) but when I overwrote the code in the file
/library/cookies
the script burped and would not allow me to display anything in the pages or even access the admin panel