I'm trying to use the custom CRUD form processing but am getting a strange 
result. For a simple two field form, the default form of the crud behaves 
as expected. The custom form doesn't process. Why are they different?


Thank you for any help.


{{=crud_form}}

{{=crud_form.custom.begin}}
<table><tr>
 <td>shift x:</td><td>{{=crud_form.custom.widget.shift_x}}</td>
 <td>shift y:</td><td>{{=crud_form.custom.widget.shift_y}}</td> 
 <td>{{=crud_form.custom.submit}}</td>
    </table>
{{=crud_form.custom.end}}


-- 

--- 
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