Additional Fields/Information devoid of a "none" option

Home Forums Calendar Products Community Events Additional Fields/Information devoid of a "none" option

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #47845
    gurban308
    Participant

    I have an issue with Community Events.
    When logged in and adding events as the Admin I can select Additional Fields I’d like to display, if I don’t want them I leave the field drop down in the ‘none’ position and it will not appear on the event listing. With Community Events the Additional Fields/Information section appears for the user to select, however, each field is pre-selected with the first option. There is no way to uncheck or set a field as ‘none’. The event shows up with every field and the first option of that field.
    How do I change the Community Event form to provide the “none” option as the default?

    #47852
    gurban308
    Participant

    Figured it out.
    Took the Community Events > Views > event_meta.php

    Below the following code:
    <select name='’>

    I added the following:
    <option value="" >None

    Placed the file in the Theme > events > community folder.

    Yeah

    #47896
    Barry
    Member

    Excellent, and thanks for posting back with the answer – definitely could be useful for others experiencing the same issue.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Additional Fields/Information devoid of a "none" option’ is closed to new replies.