Home › Forums › Front-end Issues › Front-end form not outputting on multisite › Reply To: Front-end form not outputting on multisite
Like I said above, I’m not sure how your getting it to work at all, local, remote, single site or multisite. The documentation for the acf_form() fields
argument is:
/* (array) An array of field IDs/keys to override the fields displayed in this form */
field_IDs would be the database ID of the field. Field keys must start with field_
. That means that to two places where you’re specifying the field to show should not work at all. The only thing that I can think of that would let it is possibly that the fields on your local site already contain data and the fields on the multisite do not, and if this is the reason then it’s is doing something that you can’t depend on it doing.
Hope that makes sense.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.