Hi, Is it possible to trigger a form submission - JS

Comments

1 comment

  • Avatar
    fred
    Hi,Here is the snippet of code to do that.JavaScript Function:function submit(){$(".submit").trigger('click'); }Note: Please hide the default Submit popaction button in the form using the css below..submit{ display:none !important;}
    0
    Comment actions Permalink

Please sign in to leave a comment.