I saw an old post requesting "normal" form names from form->input and form->hidden where the name had no data[MODEL][fieldname] format instead of merely 'name=fieldname', and it was asked why would anyone want that.
Here is why: Many ecommerce interfaces require form construction to submit transactions to payment gateways and do it using hidden fields for transmitting payment info. It would be nice to use form->hidden to generate this code in the controller but you can't since the helper insists on cake-izing the field name even when it is specified in the options. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
