Remove Fields from Community Event Submission page

Home Forums Calendar Products Community Events Remove Fields from Community Event Submission page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1136225
    cybersprout
    Participant

    Is it possible to remove certain fields from the Community Event Submission page? I was able to remove the Categories selection but I couldn’t remove the Vendor and Organizer fields without removing the event details section.

    /*Remove Category Section*/
    div#event_taxonomy.tribe-events-community-details {
    display:none !important;}
    /*Remove Vendor and Organizer Sections*/
    .tribe-community-event-info:not(:first-child) {display:none !important;}

    Also, is there a good way to add notes or welcome text to the top of this submission page? Thanks!

    #1136361
    Geoff B.
    Member

    Good evening Rachel and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.

    I would love to help you with these questions.

    Is it possible to remove certain fields from the Community Event Submission page?

    Yes, absolutely. CSS is a great way to achieve that.

    As an alternative, you can simply create a template customization and remove the undesired fields.
    You might want to read our Themer’s guide to get a sense of how that works.

    Your second rule is a bit too generic. I would recommend using #event_tribe_organizer and #event_tribe_venue instead.

    That being said, keep in mind that the organizer field is actually a required field by default for Community Events. But you can tweak that by reading what is here: https://theeventscalendar.com/knowledgebase/required-fields-for-events-submission-form/

    Also, is there a good way to add notes or welcome text to the top of this submission page? Thanks!

    Yes absolutely. To achieve that you simply need to do a customization using our Themer’s guide (referenced above).

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1142523
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Fields from Community Event Submission page’ is closed to new replies.