views:

418

answers:

2

I am trying to get an html form inside jquery fancybox plugin (or something similar).

When user clicks a link, I want to open the modal box that displays some textfields and submit button. After user clicks submit they go back to the original page and the page reloads.

A: 

A simple way to handle this:

"

"

Richard
that is some great answer. Thank you fro helping me when i really needed!
NoProblemBabe
A: 

I am trying the same thing. It appears that when loading content (the HTML form) into fancybox, it look like it strips out everything between the tags. I have yet to be able to submit a form via fancybox so I am going to try inline content and submitting that way.

WJ

webjedi