Wondering if someone can help me with this request.
I am using gravity forms for my forms. I have a page template I am using for 5 different pages. One the pages I am currently referring to the form like so from the template PHP file:
<?php echo do_shortcode('[gravityform id="65" title="false" description="false" ajax="true"]') ?>
I recently got a request to show a different form on one of the pages using this template. Is it possible to create a configuration with ACF to select which form is being shown on the page?
The best option without knowing your programming skills is to add the following plugin.
https://wordpress.org/plugins/acf-gravityforms-add-on/
It adds a gravity forms input type were you can select the form from a select box similar to the post object.