Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
On submit of umbraco form system showing below mentioned error
The required anti-forgery form field “__RequestVerificationToken” is not present Error in user Registration
Please help me to resolve it
Hi Vivek and welcome to our :)
Try to have a look at this documentation https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Configuration/
Hope this helps,
/Dennis
Hi Dennis,
I have this same problem on an upgraded website.
The form is running version 4.4.4 and the umbraco is "7.5.6 assembly: 1.0.6185.24083".
The field EnableAntiForgeryToken in the config is set to true and the @Html.AntiForgeryToken() has been added to the custom form templates.
@Html.AntiForgeryToken()
But still I get the message The required anti-forgery form field "__RequestVerificationToken" is not present.
The required anti-forgery form field "__RequestVerificationToken" is not present.
Even though I can see __RequestVerificationToken in the form.
__RequestVerificationToken
For now I've set EnableAntiForgeryToken to False
I'm having this same problem. I'm getting the error on a specific form, even tho @Html.AntiForgeryToken() is present and I can see the hidden input in the form. :(
Any resolution??
I'm having the same issues. I have no choice but to set it to False in the config.
Any ideas?
I still have this issue, i am not load balanced and have followed the docs.
I've just checked this on my local build and it works fine, so it's some kind of IIS7/7.5 configuration issue.
we are on azure
Make sure you are not using output caching on the template that is generating the token.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
The required anti-forgery form field “__RequestVerificationToken” is not present Error in user Registration
On submit of umbraco form system showing below mentioned error
The required anti-forgery form field “__RequestVerificationToken” is not present Error in user Registration
Please help me to resolve it
Hi Vivek and welcome to our :)
Try to have a look at this documentation https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Configuration/
Hope this helps,
/Dennis
Hi Dennis,
I have this same problem on an upgraded website.
The form is running version 4.4.4 and the umbraco is "7.5.6 assembly: 1.0.6185.24083".
The field EnableAntiForgeryToken in the config is set to true and the
@Html.AntiForgeryToken()
has been added to the custom form templates.But still I get the message
The required anti-forgery form field "__RequestVerificationToken" is not present.
Even though I can see
__RequestVerificationToken
in the form.For now I've set EnableAntiForgeryToken to False
I'm having this same problem. I'm getting the error on a specific form, even tho @Html.AntiForgeryToken() is present and I can see the hidden input in the form. :(
Any resolution??
I'm having the same issues. I have no choice but to set it to False in the config.
Any ideas?
I still have this issue, i am not load balanced and have followed the docs.
I've just checked this on my local build and it works fine, so it's some kind of IIS7/7.5 configuration issue.
we are on azure
Make sure you are not using output caching on the template that is generating the token.
is working on a reply...