Support

Account

Home Forums Feature Requests Uploaded file click counter Reply To: Uploaded file click counter

  • Hi @stunod,

    Thanks for the post.

    This feature is not available from the plugin out of the box but you should be able to achieve this with some PHP code.

    You can define a number field and then use the update_value() function to increment this value(+1) every time the user uploads a file.

    This function is explained in detail here: https://www.advancedcustomfields.com/resources/update_field/