Support

Account

Home Forums Front-end Issues Date picker doesn't work in front-end form

Unread

Date picker doesn't work in front-end form

  • Hello,

    I am using a front end form
    http://oalaca.nextmp.net/post-a-job-listing/

    <?php acf_form(array(
    ‘post_id’ => ‘new_post’,
    ‘new_post’ => array(
    ‘post_type’ => ‘job_listings’,
    ‘post_status’ => ‘draft’
    ),
    ‘submit_value’ => ‘Post a new Job Listing’
    )); ?>

    It has 3 date pickers, these 3 all work in the dashboard Add Post form, but they are broken in my public add post form

    I do not get any jquery errors in my console

Viewing 1 post (of 1 total)

The topic ‘Date picker doesn't work in front-end form’ is closed to new replies.