Form it Auto Retriever

Im having this weird occurrence where the formit retriever will not capture values the confirmation page on some computers, not all just some, regardless if it sessions or cache, and its nothing on the server side, anyone have an idea?

all versions are up to date

You would need more information in that case such as what browser, version and extensions could be running. You need to do your best to recreate the issue so that you can work towards identifying it. I’d suggest if its a repeat issue on certain computers, without fail, then first get them to try it using incognito mode to rule out an extension like lastpass (form filling) messing with values.

Formit retriever works on other sites but just not on the one for some reason which makes me think it is something to do with modx, tried it on multiple browsers, even tried the same code on another site and it worked fine and same computer same browser didn’t work on the original site

tried it on multiple browsers, even tried the same code on another site and it worked fine and same computer same browser didn’t work on the original site

I think that confirms that the code/modx is fine. I would suggest trying the problematic computer in another browser without extensions or anything else enabled for good measure. Were both sites also on the same host with the same hosting envrionment variables?

i solved this it was the php session creating multple cookies for the same session, for http and https.
so just amended the htaccess file to force everything to https

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.