John Kopanas <john.kopanas@...> writes:
>
> After I process a form I want to render the same page but have the
> user be scrolled down to the bottom of a page i.e. where I have an
> anchor. How would I go about doing that in render?
>
> Thanks for your help
>
I don''t now about using "render", and I couldn''t get
it to work with
"start_form_tag", but this does work:
<form action="action/#bottom" method="post">
where "action" is your action and "bottom" is the id on the
anchor. You may
find you need some conditional logic to decide when the action includes the
anchor id.