Hi, I would like to use tabindex on fields on my forms, generated from grok.EditForm using a ZPT template. I have tried self.widgets['fieldName'].tabindex = 670 in setUpWidgets, but this is not passed through to the source of the page. Can anyone suggest a way to do this? Thanks Kathy