I'm combining two tables into one form (yet again). I'm using SQLFORM.factory(db.auth_user,db.table1) to combine the 2 tables into 1 form. All fields have unique names.
I am custom designing the form to make it more compact than the linear approach used by SQLFORM. Therefore, I end up using form.custom.begin ... form.custom.widget.fieldname ... form.custom.end. One of the widgets is a drop-down list. Based on the value of the drop down, I want to query the db and get a cost information on the fly and update the form with this information. Do I need to write a custom.widget to make this work? How else can I get the AJAX script to talk to the form? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.