I can't be sure which hidden field you mean, but turning off SecurityComponent should get rid of the hidden security-hash (who needs security) which looks something like this when rendered onto the page:
<fieldset style="display:none;"><input type="hidden" name="_method" value="POST" /><input type="hidden" name="data[_Token][key]" value="702ca50071a722663c67f65873a8e4656b5e636a" id="Token938441296" / ></fieldset> /Martin On Mar 19, 5:47 am, "[email protected]" <[email protected]> wrote: > When I write $form->inptut('title') , whenever I also see hidden field > in html, how to reject it, please help me --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
