Support

Account

Home Forums Add-ons Repeater Field Show File Dates in ACF Form

Unread

Show File Dates in ACF Form

  • Hi there,
    i’m currently struggling with the following problem:

    I’ve got a passwort-protected post were people who know the passwort are able to upload Files connected to the post.

    I added a repeater to the page containing a “File” type field.
    The Form is displayed in the Frontend through this code.

    
    acf_form(array(
    'submit_value' => 'Speichern',
    'uploader' => 'basic',
    'form' => true,
    'new_post' => false,
    'field_groups' => array('group_5b2a31aac4653'),
    'fields' => array('field_5b2a2a6cc8b7f'),
    );

    Adding new files works perfectly.

    But now i need to show the files upload-dates.
    I just can’t find any hint within the documentation or google search.

    How can I configure ACF Field “File” to show the upload-date ?

    Maybe i’m just searching wrong ?
    Would be glad for every Hint / Help provided

Viewing 1 post (of 1 total)

The topic ‘Show File Dates in ACF Form’ is closed to new replies.