Support

Account

Home Forums Front-end Issues Image restrictions size no error showed up Reply To: Image restrictions size no error showed up

  • So, noits still not working
    https://www.advancedcustomfields.com/resources/acf-validate_value/

    only work in back office.

    on front office Im not able to get the ID of the uploaded image… 🙁
    and no width/height validation has been done.

    my field has min_max restriction :

    [“min_width”]=>
    int(300)
    [“min_height”]=>
    int(300)
    [“min_size”]=>
    string(0) “”
    [“max_width”]=>
    int(300)
    [“max_height”]=>
    int(300)

    and its working in back office but not in front office