Support

Home Forums Event Espresso Premium How to Hide the Register Now Button without hiding the View Details Button

How to Hide the Register Now Button without hiding the View Details Button

Posted: August 27, 2017 at 7:22 pm


Cara Livorio

August 27, 2017 at 7:22 pm

Hi! I a collaborating with another school offering classes at my school, but the registration will be through their website. I created two events for my site for which I am showing details, but I want the user to click a link to the other site to register. So, I need to keep the View Details button on the Event List page, but I want to hide the Register Now button on the Single Event page.

Since it gave my button the same input id on both pages, I cannot use this CSS:

#ticket-selector-submit-4365-btn {
display:none;
}

These are the elements when I inspect them. I tried to hide it by class then id but I think I am doing something wrong. Can you please help me? Thanks!!!

View Details Element:

<input id=”ticket-selector-submit-4365-btn” class=”ticket-selector-submit-btn view-details-btn” type=”submit” value=”View Details”>

Register Now Element:
<input id=”ticket-selector-submit-4365-btn” class=”ticket-selector-submit-btn ticket-selector-submit-ajax” type=”submit” value=”Register Now”>


Tony

  • Support Staff

August 28, 2017 at 4:27 am

Hi there,

Are you not using the ‘Alternative Registration Page’ url setting within the event?

You can see that option here: http://take.ms/vDYz6

If you set it to the full URL of where the user should be registering on then EE will direct the user straight there when the click on the Ticket Selector buttons.


Cara Livorio

August 28, 2017 at 11:39 am

That works for me! Thank you so much!

The support post ‘How to Hide the Register Now Button without hiding the View Details Button’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso