Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • vivek 1 post 71 karma points
    Feb 12, 2018 @ 08:56
    vivek
    0

    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

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Feb 12, 2018 @ 09:08
    Dennis Aaen
    0

    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

  • Sebastian Dammark 581 posts 1385 karma points
    Mar 15, 2018 @ 23:54
    Sebastian Dammark
    0

    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

  • Ian Mone 8 posts 88 karma points
    May 22, 2018 @ 18:33
    Ian Mone
    0

    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. :(

  • lori ryan 239 posts 573 karma points
    Oct 11, 2018 @ 15:56
    lori ryan
    0

    Any resolution??

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Nov 15, 2018 @ 17:21
    Martin Griffiths
    0

    I'm having the same issues. I have no choice but to set it to False in the config.

    Any ideas?

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Nov 16, 2018 @ 09:23
    Ismail Mayat
    0

    I still have this issue, i am not load balanced and have followed the docs.

  • Martin Griffiths 826 posts 1269 karma points c-trib
    Nov 16, 2018 @ 15:37
    Martin Griffiths
    0

    I've just checked this on my local build and it works fine, so it's some kind of IIS7/7.5 configuration issue.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Nov 19, 2018 @ 10:56
    Ismail Mayat
    0

    we are on azure

  • Al Burns 49 posts 149 karma points
    Nov 21, 2018 @ 16:20
    Al Burns
    0

    Make sure you are not using output caching on the template that is generating the token.

Please Sign in or register to post replies

Write your reply to:

Draft