Is this possible natively, or will I have to use the php code action or something?
The reason I’m trying to do this is to display a form (created with a plugin) using a shortcode (I’ve added some code to functions.php to render the shortcode for this specific field).
I’d really like to do it in a way that will enable me to easily pull in the content from the site for styling, rather than copy and paste back and forth (love that feature).
I’m very new to the app, so forgive me if there’s an obvious method to this
@matjaz would it be possible that you split the options by comma and then generate the get_field() code? Or just add a checkbox for “Use options” to the Attribute Panel?