The browser will convert the user's input in the HTML form into HTTP elements. web.py gives you access to the form input fields through the web.input class.
Example here: http://webpy.org/cookbook/forms On Saturday, October 25, 2014 11:52:23 PM UTC+2, Eric Outridge wrote: > > Is it possible for web.py to reference an html element? > for example > > index.html has the code: > <input type="text" name="fname" value="John"> > > Does web.py have any method for referencing "fname" and changing/getting > its value without having to use web.py's templating language or having to > render it with Textbox(name="fname", value="John").render()? > > Thank you in advance for any response. > -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/d/optout.
