Is it possible to load GForms dynamically with ajax, e.g. to use in a jQuery modal dialog?
I understand and found information/examples for: hiding the form on the page and show it when needed in a modal dialog. Or how to implement a GForm in a jQuery dialog in a iframe.
But what I really want is to load the GForm when needed using ajax.
The idea is that the visitor can edit, delete, etc. some items on the page and when doing so, an ajax call will get the needed GForm for that action and then show it in a modal dialog.
Is this possible with GF?
Is there somewhere more info or documentation about usage like this?
Thanx,
Jeroen.