Put the following just before the end() call?

<?php echo $this->Form->submit('Save'); ?>

On Wed, Aug 7, 2013 at 6:40 PM, mreza_golestan <mreza_goles...@yahoo.com> wrote:
> echo $this->Form->create('Page');
> echo $this->Form->input('slug');
> echo $this->Form->input('title');
> echo $this->Form->input('content');
> ؟>
> </div>
>
> <?php
> echo $this->Form->input('view_show');
> echo $this->Form->end('Save');
> ?>
>
>
> in the above code view_shop field and Submit button is not in the form
> because formhelper close the form when see </div>
>
>
>
>
>
>
> --
> View this message in context: 
> http://cakephp.1045679.n5.nabble.com/after-div-closing-tag-form-ends-tp5715990p5715998.html
> Sent from the CakePHP mailing list archive at Nabble.com.
>
> --
> Like Us on FaceBook https://www.facebook.com/CakePHP
> Find us on Twitter http://twitter.com/CakePHP
>
> ---
> You received this message because you are subscribed to the Google Groups 
> "CakePHP" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cake-php+unsubscr...@googlegroups.com.
> To post to this group, send email to cake-php@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
Simon Males

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to