netpumber Posted October 20, 2010 Share Posted October 20, 2010 Hello! I have a simple form in a html popup window with javascript and i want to make the form to load in a lightbox and not in popup window I will use php to get the data from the form. Is this possible ? Have you got any reference on a tutorial about this ? I search in the web but things looks What are you suggesting me ? Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/216357-php-form-in-lightbox/ Share on other sites More sharing options...
Colton.Wagner Posted October 20, 2010 Share Posted October 20, 2010 To achieve what you are asking you must dissect the entire lightbox script. Right now it looks for the Element Attribute src and takes that value to produce a picture. You must allow the script to find a Link that has some id in it that tells the script where the form is at. Making the form dynamic using ajax would be really cool and if you could get it to go back to the lightbox loading circle after you hit submit would be really cool. I think this would be possible with a little reverse engineering. Good luck and let me know if you find anything! Thanks, Colton Wagner Link to comment https://forums.phpfreaks.com/topic/216357-php-form-in-lightbox/#findComment-1124371 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.