Me too :)

On May 16, 12:43 am, oscar balladares <liebegr...@gmail.com> wrote:
> If you use JQuery it should be easy.
>
> There is a way to hide/show <div/> elements.
>
> You can render the form in two <divs>
>
> <form action="some route" method='post'>
>     <div id="form">
>         render field 1
>         render field 2
>         <a href='#'>Go to next page</a><!--- this will be handled by JQuery
> for onClickEvent to hide parent <div> container and show 2nd <div> -->
>     </div>
>
>     <div id='form2'>
>         render field 3
>         render field 4
>         <a href='#'> Go to previous page</a><!--- same as previous <a/>
> implementation. -->
>         <submit>
>     </div>
> </form>
>
> But I would be interested in a conventional implementation (javascriptless)
> as well :D
>
> 2011/5/15 Tristan <tristan.bessou...@gmail.com>
>
>
>
>
>
>
>
> > I'm interested too
>
> > --
> > If you want to report a vulnerability issue on symfony, please send it to
> > security at symfony-project.com
>
> > You received this message because you are subscribed to the Google
> > Groups "symfony users" group.
> > To post to this group, send email to symfony-users@googlegroups.com
> > To unsubscribe from this group, send email to
> > symfony-users+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to