Page 1 of 1

CGBetterForms - could not find valid unique request id

Posted: Thu Jul 23, 2020 12:36 pm
by cjcollen
I am using cmcms 2.2.13 and cgbetterforms 1.10.4.

I have a form built with CGBF which is showing the following message when form is submitted by some devices such as mobile and ipad.

"Sorry, something has gone wrong. We could not find a valid unique request id in the posted data"

I tracked this message in the CGBF lang file - err_security_requestguid

The form submits OK and without the above error from PCs.

I have looked through this forum for ideas.

So, is there something I am missing in my form configuration?

Re: CGBetterForms - could not find valid unique request id

Posted: Thu Jul 23, 2020 1:12 pm
by cjcollen
I am answering my own question.

I took a deeper look at the variables available to template for handlers and found cgbf_requestid.

So, I added this to the email template {$cgbf_requestid} and it worked on mobile devices.