• domino4evers

    (@domino4evers)


    Hi there

    How do I get the registration form to be shown as default and not as hidden?

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

    (@roundupwp)

    Hey domino4evers,

    You could try adding this JS snippet to the “Custom JavaScript” area on the “Form” tab:

    setTimeout(function() {
      $('.rtec-form-wrapper').show();
      $('.rtec-form-toggle-button').hide();
    },500);

    Let me know if you have more questions!

    Thanks,

    Craig

Viewing 1 replies (of 1 total)
  • The topic ‘Show Registration as default?’ is closed to new replies.