Using v5, is there a way to order the fields on a front end form which includes the standard WP title & content fields?
I’d like:
WP Title Field
My ACF Fields
WP Content Field
Is there a way I can do this?
Thanks!
Hi,
Have you tried setting the placement rule of the acf field group you display in the acf_form to high (above editor)? In admin that is 🙂
On the backend that’s fine, but I’m thinking about on a front end form here.
Hi,
Yes I was thinking wether the location rules you say there also applies themselves to the front end when using acf_form 🙂
But I guess not. I’ll add @elliot to the conversation and perhaps he has some more insight. One “hacky” solution you could do is to place the acf_form inside your own form and only fetch the fieldgroups with that. That way you’ll have complete control of the order for the editor, title etc. etc.