I have

form=crud.update(db.table,id)

and then in the view


{{=form.custom.begin}}
{{form.custom.widget.name}}
{{=form.custom.widget.logo}}
{{=form.custom.widget.twitter_link}}
{{=form.custom.submit}}
{{=form.custom.end}}

but this way the form is not getting populated, also values that I
ommit in the view are being rendered to empty string, and then values
in the row are being erased
is there a work around?

I could use SQLFORM.factory but then can you point me to some info
about handling upload field? One of the fields in this table is upload
field

-- 
Kuba

Reply via email to