My billing information is the same as my delivery information - should work with JS disabled

Project: 
Ubercart
Category: 
feature request
Version: 
Ubercart 1.3
Priority: 
normal
Assigned: 
Unassigned
Status: 
active

If JS is disabled and someone clicks calculate shipping or tries to submit the order, the delivery details should be automatically filled in. As it stands they are highlighted as incomplete fields and your forced to copy paste yourself.

Re: My billing information is the same as my delivery informatio

Part of this is of course our dependency on JS mentioned in the other thread. However, I think a workaround for this might be possible by updating the form values somehow post-submit but pre-validation... the schtick is that those fields are marked as required, and Drupal performs that validation first.

Maybe this is possible w/ #after_build? I'm really not sure. Puzzled