If we had a tutorial or how to on this we'd be glad to provide it but there isn't really a way to provide a quick or simple guide for this. David gave a simple rundown of what you would have to do to implement something like this.
You would have to find an existing jQuery script that let's you do this type of functionality that supports displaying any content as part of the script. Then where the content goes, you would use the function call method to display the Gravity Forms you want to display.
I'm not familiar with these types of scripts to give a recommendation on which one would be good to use. Documentation for the function call to display a form anywhere in your theme template files can be found here:
http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Function_Call
When using the function call to display the form you also need to use the enqueue function call to make sure the scripts and CSS for that form are output properly by adding it to your themes functions.php file here. That enqueue function is discussed in the documentation above and links to a page specific to how to use that function.
This type of functionality is something we'd like to create an add-on for in the future.
Posted 12 years ago on Friday December 2, 2011 |
Permalink