On Friday, October 21, 2011 2:38:49 PM UTC-4, Paul wrote:
>
> I am just starting with web2py. I am going through the online book. When I
> do the final MyApp, the word "form" appears on the page. From where did this
> come? Likewise, the line "{{=BEAUTIFY(response._vars)}}" was automatically
> gennerated and appears to display the form a second time.
>
The word "form" and the second instance of the form are being generated by
the {{=BEAUTIFY(response._vars)}}. How did that get in your view file? Can
you show the exact code of your controller action and view file? Do you
have {{=BEAUTIFY(response._vars)}} in your layout.html file?
Anthony