Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author roundupwp

    (@roundupwp)

    Hey again denso,

    Yes this would be possible with some custom JavaScript added to the “Custom JavaScript” area on the “Form” tab. Try adding this:

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

    Thanks!

    Plugin Author roundupwp

    (@roundupwp)

    Hey Denso,

    I’m going to mark this as resolved. Let me know if you still have questions about anything!

    – Craig

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Registration form’ is closed to new replies.