Hi, I’d like to display the form in a modal box called with ajax, I’ve been trying for a while but cannot get it to work. Has anyone tried this before?
The required js and css files are not loaded at all when calling the form with ajax, so I added them manually, however it seems like all the required code is not loaded or the plugin not initialized correctly.
At the moment I’m getting the following error:
validationEngine_en is not defined
By the way, I’m making my ajax request as explained here:
http://www.garyc40.com/2010/03/5-tips-for-using-ajax-in-wordpress/
which seems to be the proper WordPress way.
thanks in advance!