Oops, my bad. Sorry about that. I was probably mis-thinking about having them at the same level. This might make the logi more difficult or impossible.
if form_car.accepts(request.vars, session, dbio=False):
do something
if form_customer.accepts(request.vars, session, dbio=False):
do something

