Pop up light box
Permalink 1 user found helpfulI am in need of displaying a form in Pop up light box when click on a text. I have no idea regarding pop up light box in concrete5. Any help would be appreciable
Thank you
Vijay
http://www.concrete5.org/marketplace/addons/popup/...
Thanks for you responses Jon and Tony,
Let me try it.
If we want a light box to show number of images in a div with next and prev button to slide, now for this requirement how can we do light box display?
Jon
Thanks for your response dude.
I will try it.
Got it from the below link. Check out
http://www.concrete5.org/documentation/how-tos/javascript-jquery-an...
create a div with your form in
and some jQuery
And your form will appear onclick. If you want to stay in the lightbox, you will need to use jQuery to submit the form using ajax and return the response, otherwise, your page will refresh, killing your popup.
You can make the myForm div look and act like a popup using css.
Jon