Feature request: {FIELD SHORTCODE}
-
I love the ‘Override the native field groups HTML render‘ option although this option is not suitable if your form uses conditional logic or populated fields (via php) because the rendering gets lost.
It would be very nice if you could have a shortcode for a complete field output.
F.i.
<div class="this is so nice"> {field_5edfd827bf0bb OUTPUT} </div>would output on frontend something like this:
<div class="this is so nice"> <input type="number" id="acf-field_5ed41854d63dd" class="" name="acf[field_5edfd827bf0bb]" min="1" max="4" step="any" required="required"> </div>In that case you can use complete custom html and still be flexible with conditions and other php implemented stuff 🙂
What do you think 🤔?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Feature request: {FIELD SHORTCODE}’ is closed to new replies.