This is absolutely fantastic! Google form based on URL Parameter.
-
This plugin was EXACTLY what I needed, and it does with it says very well. I used the provided shortcode along with a little functions hack to allow me to change the google form based on the url of the webpage.
add_shortcode('gfm', 'google_form'); function google_form() { return do_shortcode("[gform form='https://docs.google.com/forms/d/".$_GET['gfm']."' style='ajax' alert='Thanks! Your form has been submitted.']");
So when someone visits the url
https://www.ufaed.org/members/forms/google/?gfm=1xhJDudZgXJuhWoY3aqhs92f46eTRNxTxISloP2MEMqQ
or
https://www.ufaed.org/members/forms/google/?gfm=1MMvNsquaPFcIKmHJH9cJFhqzGILT2gkMjF9UU6th-LM
They get that specific form.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘This is absolutely fantastic! Google form based on URL Parameter.’ is closed to new replies.