Removing Community Events descriptions field or make not required.

Home Forums Calendar Products Community Events Removing Community Events descriptions field or make not required.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1366113
    Derek Davis
    Participant

    Hello,

    I would like to remove the description field from the community events form. Is there a way to do this within the module or would this require a custom script? Initially I believe I would need to remove this field as “required” as well. Thank you…

    #1366717
    Cliff
    Member

    Hi, Derek.

    You can follow our Themer’s Guide to customize the /wp-content/plugins/the-events-calendar-community-events/src/views/community/edit-event.php file. You’ll want to comment out or delete this line:

    tribe_get_template_part( 'community/modules/description' );

    You may also need to reference https://theeventscalendar.com/knowledgebase/required-fields-for-events-submission-form/ for the required part of things.

    Please let me know how this goes for you.

    #1367248
    Derek Davis
    Participant

    Thank you for your help…

    I was able to remove the requirement for the description by using this:

    Make description field optional

    And was able to comment out the field using your suggestion.

    #1367826
    Cliff
    Member

    Excellent! I’m glad you were able to get things the way you want them. Thanks for letting me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing Community Events descriptions field or make not required.’ is closed to new replies.