Title: Registration form
Last modified: July 25, 2017

---

# Registration form

 *  Resolved [denso](https://wordpress.org/support/users/denso/)
 * (@denso)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/registration-form-54/)
 * Can I have by default the form opened without the register button?
    Thanks

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

 *  Plugin Author [roundupwp](https://wordpress.org/support/users/roundupwp/)
 * (@roundupwp)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/registration-form-54/#post-9350002)
 * 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](https://wordpress.org/support/users/roundupwp/)
 * (@roundupwp)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/registration-form-54/#post-9403079)
 * 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.

 * ![](https://ps.w.org/registrations-for-the-events-calendar/assets/icon-256x256.
   png?rev=3518819)
 * [Registrations for the Events Calendar - Event Registration Plugin](https://wordpress.org/plugins/registrations-for-the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/registrations-for-the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/registrations-for-the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/registrations-for-the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/registrations-for-the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/registrations-for-the-events-calendar/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [roundupwp](https://wordpress.org/support/users/roundupwp/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/registration-form-54/#post-9403079)
 * Status: resolved