please try this in your view:

*add_address.html [View]*
{{extend "layout.html"}}

<form action="" enctype="multipart/form-data" method="post">
<table>
<tbody>
<tr>
<td>
Street:</td>
<td><input name="street"></td>
<td></td></tr>
<tr>
<td>
Suburb:</td>
<td>
<input name="suburb"></td>
<td></td></tr>
<tr>
<td>
Town:</td>
<td><input name="town"></td>
<td></td></tr>
<tr>
<td>
Province:</td>
<td><input name="province"></td>
<td></td></tr>
<tr>
<td></td>
<td><input type="submit" value="Submit"></td>
<td></td>
</tr>
</tbody>
</table>
<input name="_formname" type="hidden" value="test">
</form>

>

-- 

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