Support

Account

Home Forums Front-end Issues Reset button for acf_form()

Unread

Reset button for acf_form()

  • I created a form so that employees could create a daily checklist and was trying to figure out an easy way to reset or clear the form on the front-end. I would specifically like to do it only for that form or field group, as there is another form on the page that doesn’t need to be reset.

    Any ideas? Here is my form:

    <?php

    $options = array(
    ‘field_groups’ => array(‘group_5a4d063794262’),
    );

    acf_form($options); ?>

Viewing 1 post (of 1 total)

The topic ‘Reset button for acf_form()’ is closed to new replies.