Hi David, I customized my forms like this:
> {{form.element('input',_name='name')['_size']=50}}
However, after some time I found myself repeating this to often, so I
moved the customization to a .css file:
#no_table_name {width: 72px;}
or
#table_field {width:72px;}
Kind regards,
Annet.

