Wes,
let's take this privately from now on. Some of your questions may
confuse other people.
The "id" is the "id" of the field you are editing {{form.record_id}}.
You should let web2py give you values for fields, not hard code them
in forms.
Massimo
On Nov 21, 2:36 pm, "Wes James" <[EMAIL PROTECTED]> wrote:
> Also, I'm wondering; in the forms at the bottom you get something like
> this with a {{=form}}:
>
> <input name="id" type="hidden" value="1" />
> <input name="modified_on__original" type="hidden" value="None" />
> <input name="_formkey" type="hidden" value="stuff" />
> <input name="_formname" type="hidden" value="student" />
>
> is the id always 1 for the hidden id input field? I have this in my
> layout as static text and I'm wondering how that might change with
> different users. I did look at it with a different user and it was
> still 1, but is it always 1?
>
> thx,
>
> -wj
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---