On Tue, Jul 20, 2010 at 4:46 PM, Tomfox Wiranata <[email protected]> wrote: > hi. > > i'll try to make it quick :) here is what i wanna do: > > a user has the opportunity to place information about him on my > website. for that i wanna provide a template. and this i want the user > being able to to. > > he has an empty page in front of him, divided by areas, that need to > be filled with information. these areas will be DIV containers. if the > user clicks on such a area a popup opens with a form where he can > enter his information. after cklicking "ok" the information will be > written directly in this div, but NOT saved to the database > already.... > > after filling out all the areas he clicks "save" and the whole form/ > page will be store in the database. what i need to know: > > 1) is this whole "clicking on a div and open a popup" possible? if so, > how? jquery?
Yes, this is a javascript issue, not PHP. > 2) where can i temporary save the information before the user finally > stores everything in the database? in hidden fields? In the form? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
