Datepicker pop-up not showing on custom attendee questions

WordPress Event Management, Calendars & Registration Forums Report A Bug Datepicker pop-up not showing on custom attendee questions

This topic contains 2 replies, has 2 voices, and was last updated by  Robert Stankey 1 year, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41676

    I’m following the information posted at https://wp-event-organiser.com/blog/tutorial/attendee-questions/ to create custom attendee fields, one of them being a date field. When the date field is selected I expected a calendar to pop-up and allow me to choose a date but nothing happens. My code to define the date field is:

        array(
            'id' => 'competitor-date',
            'type' => 'date',
            'field_type' => 'text',
            'format' => 'Y-m-d',
            'label' => 'Custom Date Label',
            'description' => '',
            'opening_date' => 'today',
            'element_id' => 'competitor-date',
        ),
    

    Is this the correct way to define it or am I missing something?

    Robert Stankey
    #41699

    Hi Robert,

    Yes that’s correct- but there was a bug which caused the datepickers not to appear for dates under attendee fields.

    This has been fixed in 3.3.7

    Stephen Harris
    #41714

    Thanks, I’ll update to 3.3.7.

    • Robert
    Robert Stankey
Viewing 3 posts - 1 through 3 (of 3 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.