Hello all! I have run into a little problem myself now.
I'm making a kind of shopping cart, and on the view which shows all the info from the cookie (the articles in the shoppingcart) users can modify the amount per article. It kinda looks like this as an html table ---- Amount Product Price Total 1 Whatever 5 5 3 Whatever 7 21 Refresh ----- Now, the amount in the table is an input field (With $form->input), and refresh is a link (or submitbutton, i don;t care), which goes to an action (refreshcart) that modifies the amount in the cookie and refreshes the pages. All have all that logic already, but I can't find a way to pass the data from the loose inputfields to my action. As you can see from the setup, I cannot make a regular form with $form- >create etc, since the inputfields and buttons are in different tablecells and scattered across the page. Also, this form doesn't tie in to a database, I just need the entered data from the inputfields passed to an action below it... Any idea's? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
