On Fri, Jul 26, 2013 at 3:59 PM, Dennis Backhaus <
[email protected]> wrote:

> Yes Alessandro, I do understand the theory of this.
>
> 1) I do not want to create a dictionary of values and fill the form with
> that. I want to take the value from the URL and put it into the form as
> explained in all my posts above. I pasted my code here. Is anyone able to
> tell me, based on my code, where I need to add which line(s) of code to
> make this work?
>

You told me multiple times that you are able to prefill the form... So you
should already know how to take values from the url and pass them to the
form.
Jus take the values, put them into a dictionary and pass the dictionary to
the form .display call?

I can only suggest you to try again with a basic page+form, because it is
fairly straightforward to prefill forms with values from the url.


> 2) I am really not sure where to put this into my code to make it work.
> Sorry :(
>

http://turbogears.readthedocs.org/en/latest/turbogears/validation.html#validating-arguments

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to