On Mon, May 12, 2008 at 2:28 PM, Anand Chitipothu <[EMAIL PROTECTED]> wrote: > > </div> > > You need to specify <form method="POST">. (you have </form>, but > <form> is missing in your example). > > If you go through the web.py tutorial[1], you will find an example using > POST. > > [1]: http://webpy.org/tutorial2.en >
Also, you can specify an action attribute: <form method="post|get" action="/registration_pt2"> globalrev, i recommend you to read about html forms. most of your questions here will be automagically answeared ;) Regards, Mauro -- JID: [EMAIL PROTECTED] ----BEGIN GEEK CODE BLOCK---- Version: 3.12 GCM/O d->dpu$ s-:- a-->a+++$ C+++ LU P+ L++ E W+++ N !o K w O !M !V PS+ PE Y+ PGP t 5- X R tv++ b- DI D++ G+ e h!>h-- r>r+++ y+ ----END GEEK CODE BLOCK---- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
