• Resolved altablue

    (@altablue)


    Hi.

    I have to add a few custom fields in the Add Event item.

    Events> Settings> General> Event Attributes

    Item added: #_ATT {door open time}

    Was inserted into the template When.php.

    <div class="event-attributes">
    <label for="em_attributes[door open time]">door open time</label>
    <input type="text" class="em-time-input em-time-start" name="em_attributes[door open time]" value="<?php echo array_key_exists('door open time', $EM_Event->event_attributes) ? esc_attr($EM_Event->event_attributes['door open time'], ENT_QUOTES):''; ?>"  />
    </div>

    Why Is not Guest user input is not saved?

    Can be entered in the Add Event Attributes in the dashboard.

    https://www.ads-software.com/plugins/events-manager/

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘add a few custom fields in the Add Event’ is closed to new replies.