works if you replace

   <p>{{=form.custom.label.bb}}:</p>
    <p>{{=form.custom.widget.bb}}</p>

with

   <div class="thing_bb__raw">
   <p>{{=form.custom.label.bb}}:</p>
   <p>{{=form.custom.widget.bb}}</p>
   </div>

there must a tag with class "<table>_<field>__row" that delimits what 
should be hidden.

On Wednesday, 5 June 2013 08:58:57 UTC-5, Jose wrote:
>
> Hello Massimo
>
> with custom.form not work
>
> {{extend 'layout.html'}}
>
> {{=form.custom.begin}}
>     <p>{{=form.custom.label.aa}}:</p>
>     <p>{{=form.custom.widget.aa}}</p>
>     <p>{{=form.custom.label.bb}}:</p>
>     <p>{{=form.custom.widget.bb}}</p>
>     <p>{{=form.custom.submit}}</p>
> {{=form.custom.end}}
>
> José
>

-- 

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


Reply via email to