I want to take data from a form and send it to a dtml method. this is dtml-doc-doc <form action="method1"> <input type = "checkbox" value="true"> <input type="text" name="string"> <input type="submit" value="submit"> what is my dtml method going to look like? I want to set parent folder property equal to string. and I want to build a new page based upon the values from radio buttons and check boxes. Or even submit a string to a query based on the form data. I have having trouble with the dtml method syntax. I am thinking <dtml-let-let property = string> </dtml-let-let-let> <dtml-call-call dbquery(string)> etc. So in method1 how do I set <dtml-var-var var1> = string from the form. also how do I set the parent folder property <dtml-var-var property> = string. thanks technology@mylinuxisp.com
----- Original Message ----- From: <technology@mylinuxisp.com>
I want to take data from a form and send it to a dtml method. this is dtml-doc-doc
I have having trouble with the dtml method syntax.
<dtml-let-let property = string> </dtml-let-let-let> <dtml-call-call dbquery(string)>
So in method1 how do I set <dtml-var-var var1> = string from the form.
also how do I set the parent folder property <dtml-var-var property> = string.
Those <dtml-var-var>'s and <dtml-let-let>'s make me believe that you need to go look through documentation, examples, and HOWTOs on www.zope.org before you try tackling anything serious. Cheers, Evan @ digicool
participants (2)
-
Evan Simpson -
technology@mylinuxisp.com