Skip to content Skip to sidebar Skip to footer

How To Display Jquery Popup Window With A Text Area And Several Radio Buttons?

I need to display a popup window which will ask user to select one from given radio button options(let's say 3 radio button options). Or type something in the given text area(only

Solution 1:

I would suggest a lightbox approach.

Solution 2:

You could use a lightbox or jquery tools overlay to create the form, and then put the variable back in a callback.

Post a Comment for "How To Display Jquery Popup Window With A Text Area And Several Radio Buttons?"