Hi Folks! I am trying to set an id on a custom form but it does not work, I have tryed: form['_id']='myform' form.custom['id'] = 'myform' form.custom['_id'] = 'myform' form.custom.id = 'myform' form.custom._id = 'myform'
The first one works if I do not use custom forms... So how can I set it to a custom form? Thanks! Tito -- Linux User #387870 .........____ .... _/_õ|__| ..º[ .-.___.-._| . . . . .__( o)__( o).:_______ -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

