• Resolved benspr

    (@benspr)


    I’d like to add some legal disclaimer language to my form, but I need to it appear after the submit button. I could put it in a div right after the form shortcode on my page, but I’d rather have it as part of the form.

    Any help appreciated, thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello,

    The easier solution would be select the option to not display a submit button in the form, and then, submit the form from a common button field in the form.

    To convert a common button in a submit button, enter as the onclick event of button, the piece of code below:

    jQuery(this).closest('form').submit();

    Now, the submit button can be inserted where you want.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding a field after the submit button?’ is closed to new replies.