Support

Home Forums Event Espresso Premium New field for admin additions

New field for admin additions

Posted: June 6, 2014 at 5:37 am


Trevor Tessier

June 6, 2014 at 5:37 am

We often sell tickets of different price types within one order. Whenever we do that manually (added by admin) all we are able to enter is #of tickets, main contact name, and total price.

Is it possible to have some custom work done so that, for the admin only when adding manually, we can at least have a text field that will allow us to put notes to help us understand how many of what ticket types were on that order? I thought about making a custom question then we would have that available when adding from the back end manually, but that would mean that text box is available on the front end as well.

Any ideas?


Lorenzo Orlando Caum

  • Support Staff

June 6, 2014 at 11:19 am

Hi Trevor,

CSS can be used to hide the fields and field labels on the registration form. You can use a tool like Firebug or Chrome Developer Tools to inspect an element and it will show you the CSS class or id in use.

Then just use something like this:

#nameofcssid {display:none}
.nameofcssclass {display:none}

The CSS can be added to your child theme’s stylesheet or a plugin like My Custom CSS or Reaktive CSS Builder.


Lorenzo


Trevor Tessier

June 6, 2014 at 12:00 pm

Excellent! Great idea and it is what we will implement.


Jonathan Wilson

June 6, 2014 at 12:43 pm

Since this topic is resolved, I am going to close it. If you have anymore questions or issues, please start a new topic and we will be happy to help there. 🙂

The support post ‘New field for admin additions’ 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