Bundled thickbox and ajax form problem
-
Hello there,
I’ve been trying to get this to work for quite some time now. I’ve installed the ajax login plugin and the auto thickbox plugin, which allows me to use the bundled thickbox in my template.
Im trying to get the ajax login to work inside a thickbox modal window. I made a page template which calls the ajax login plugin using
<?php get_ajaxlogin() ?>
and used thickbox to open a link to the page using
login?height=210&width=370&modal=true
(the page is called login). This works fine… the only problem is none of the form elements seem to work (Login, validation etc). I’ve been reading about how I might need to reinitialise the thickbox js so it recognises the onmouse events present in the form? is this correct, or am I way off?
I have very little javascript knowledge, and minimal php, so any help would be greatly appreciated.
Many thanks
Dan
- The topic ‘Bundled thickbox and ajax form problem’ is closed to new replies.