Open overlay via form in an overlay

  • Thread starter Thread starter Syndol
  • Start date Start date
S

Syndol

Guest
I am trying to open a template in an overlay by submitting a form which is already in an overlay.
Doing this via a link is no problem, but I cannot get a form to return an overlay. After staring at code for hours now, I am so confused I'm hoping someone could point me back in the right direction :)
Thanks.
 
Did you consider updating the existing page with the result, perhaps via ajax?
(since it's in an overlay, if js is turned off, they get the no-overlay version anyway)
 
Thanks for the reply Floris.
Yes I was hoping to avoid that as I have to register the form with jQuery then and am also then limited to the size of my first overlay.
I'm sure I can change the size via jQuery but I'm not that good with it.
 
Replacing the overlay using js is not working for me as I need it.
So back to the original question if anyone knows the answer.
 
Top Bottom