So you basically do:

form = SQLFORM(db.auth_user, id)
form2 = SQLFORM(db.auth_user_extended, row.auth_user_extended.id)

form.append(form2)

Interesting. I'll have to give this a shot...thanks!

Reply via email to