Show zero value with ACF from backend to frontend
-
Show zero value with ACF from backend to frontend
Hello, with ACF in the backend in the numeric or text fields, if I fill them with a single zero value, it does not show me anything in the frontend and what I want is that if I write zero in the field it shows me zero and if I do not write nothing does not show anything, how can you solve this error?
Product evaluation example:
Backend value acf_field = 2 Frontend value = 2/10
Backend value acf_field = 5 Frontend value = 5/10
Backend value acf_field = 0 Frontend value = /10
It should be like that:
Backend value acf_field = 0 Frontend value = 0/10
Backend value acf_field = Frontend value = /10Thank you so much
- The topic ‘Show zero value with ACF from backend to frontend’ is closed to new replies.