• Resolved mack1990

    (@mack1990)


    Hi,

    I want to change position of submitting Botton above acceptable checkbox. I did it using CSS but it look like… uhm I need something better. I want always, no matter which device consumer is using, submit button be above.

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

    (@codepeople)

    Hello @mack1990

    Thank you very much for using our plugin.

    Insert a button field in the form in the position you prefer, and enter the following piece of code as its on-click event:

    jQuery(this.form).submit();

    Finally, for hiding the default submit button, please, select the “No” option for the “Display Submit Button?” attribute in the form’s settings.

    Please, not that commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘How to change position submit button programatically’ is closed to new replies.