Hi Bruno I have on this way the code now at the view: {{=form.custom.begin}} Name: {{=form.custom.widget.name}} <input type='hidden' id="type" name="type"> <input type='hidden' id="definition" name="definition"> <input type='hidden' id="customer" name="customer"> {{=form.custom.submit}} {{=form.custom.end}}
and I getting the values for every input ok, but SQLForm doesn't store nothing at the db... Thanks Christian. El lunes, 21 de enero de 2013 15:03:55 UTC-3, rochacbruno escribió: > > include hidden fields > > <hidden id="customer" name="customer"> > > the use Javascript to populate > > $('#customer').val("something") > --