anyone used assistants (in 2.0)? do you really have to conditionally qualify which fields/sublists/etc get displayed on which 'step'? everything is created off the assistant object, not the step, and i don't see any way to
associate them to the step other than
if(stepNumber==1){ //show step 1 stuff}
etc.