Support

Account

Home Forums Backend Issues (wp-admin) Shortcode attributes to set options Reply To: Shortcode attributes to set options

  • The only problem I can see with what you’re trying to do is that acf_form_head() must be called before any output is generated for the site. This function must be called before get_header() is called. When you call this function from a shortcode then this function is being called too late. Other than that, I don’t see anything in the code that you provided that might cause a problem.