JQuery Contact Form Pop Up

Hi

I’m a bit new to this and I’m looking for a JQuery popup (Fancy Box style) contact form to use on my site. I’ve had a look around and can’t find one in various jQuery libraries… is there such a thing? Or does the likes of Fancybox support only images/movies? What might be the drawbacks from using such a form?

Thanks for your help!

Matt:)

Fantastic, thank you!

Yes you can.

I have used Fancy Box to submit forms. It’s works fine! I developed this site a few months back (http://ienablenextgen.com/bioinformatician) and if you click on the “Request Information” button, you’ll see it in action. Please don’t submit useless data. Thanks.

A very easy solution is to build the form on the page, and hide it will CSS. Then allow your jQuery to call the hidden form, you’ll need to give the link the following attributes:

<a id="inline" href="#data">This shows content of element who has id="data"</a>

Where data is the ID of the hidden form.

You can also call it other ways, look at the advanced options on their website http://fancybox.net/api

Good luck!