Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103212
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2016-02-19 10:13 -0800 |
| Message-ID | <16807edd-4376-4a36-82a7-3bcff8e86a0a@googlegroups.com> (permalink) |
| Subject | Processing multiple forms in a cgi script |
| From | Jeremy Leonard <jrmy.lnrd@gmail.com> |
I have a quick question regarding processing multiple forms. Most of my experience has been where there is just one form so the logic was pretty straight forward for me. My question revolves around how to handle multiple forms. I've seen that you can have an id for each form, but I'm unsure how to process that. Any info or a point/kick in the right direction would be appreciated.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Processing multiple forms in a cgi script Jeremy Leonard <jrmy.lnrd@gmail.com> - 2016-02-19 10:13 -0800
Re: Processing multiple forms in a cgi script Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2016-02-19 18:15 +0000
Re: Processing multiple forms in a cgi script Grant Edwards <invalid@invalid.invalid> - 2016-02-19 18:29 +0000
Re: Processing multiple forms in a cgi script Jeremy Leonard <jrmy.lnrd@gmail.com> - 2016-02-19 10:38 -0800
csiph-web