Copied to clipboard

Flag this post as spam?

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


  • Phillip Turner 98 posts 412 karma points
    May 01, 2014 @ 05:37
    Phillip Turner
    0

    Submitting my form returns [object Object] in any version of IE

    As the title states.

    It happens when using @html.BeginUmbracoForm or @Ajax.BeginForm in a partial view.

    All other browsers are working as expected

    v6.1.6 Mvc Razor

    Anyone run into this before?

    Thanks

  • Phillip Turner 98 posts 412 karma points
    May 01, 2014 @ 17:13
    Phillip Turner
    100

    I'm on a roll at answering my own questions!

    I was using the following code to submit the form and IE does not like it.

    <a href="javascript:$('#frmQuickContact').submit();" class="button-send">Send</a>
    

    Switched to

    <button type="submit">Send</button>
    

    and IE now behaves

Please Sign in or register to post replies

Write your reply to:

Draft