Muut
March 11, 2016, 6:19pm
1
I am having this exact same error on a client’s site but I added the update to the form.html.twig and it did not fix the problem. Any help would be appreciated.
http://dev.aiso.net/company/contact
and
http://dev.aiso.net/update-billing
We also have it set up through smtp and have checked all of our credentials and they seem fine.
Thanks in advance!
Muut
March 11, 2016, 6:39pm
2
There is no nonce
mentioned in the page HTML source.
Disable caching or clear the cache, then it should work. Please also disable cache in the modular form .
Muut
March 11, 2016, 6:43pm
3
unfortunately that did not work…
Muut
March 11, 2016, 7:07pm
4
{{ nonce_field(‘form’, ‘form-nonce’) }}
This was missing from the form.html.twig file.
Thanks for the help on this.