Can someone point me in the right direction here, been looking online and can not find anything. What I want to do is have an "edit" button on my page so the user can edit his selections. Idea is on the profile page the user has his selected "Artists". Now I want to add the "edit" button which will turn that specific section into a form where they can make changes and then click save and then that section does the "saving...." message and once saved changes to the newly updated selection of artists.
I have the form as update_artists.ctp in my views/profile Just confused with do I need a view file for the artists selections. Right now its part of the profile.ctp so when the page loads it displays everything. So if I load the update_artists.ctp inside profile.ctp do i need to make a ctp page that returns the newly updated info such as say view_artists.ctp which pulls the new info from the newly update_artist.ctp form? I am using jQuery and the jQuery.form.js. How do I set that up? I have them loading from my view file fine. Just unsure how to set it all up. Thanks Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
