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

    (@roundupwp)

    Hey waleedsadiq,

    Are you asking if you can have the form displayed automatically rather than needing to click on the “Register” button to see it?

    If so, try adding this to your “Custom JavaScript” area found on the “Form” tab:

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

    Let me know if this isn’t what you meant! If it seems to be an error with the form, could you provide a link to your website?

    – Craig

    Plugin Author roundupwp

    (@roundupwp)

    This thread has been quiet for awhile so I’ll go ahead and mark is as resolved.

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

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