The user registration form on my site has many custom fields. I need to get some of these fields on to the checkout form within ubercart. Creating a pane within the checkout page is not a problem, but what's the best way to populate it?
I could do a manual pull from the database and manually create new form elements, then validate them myself, then process them... I'm wondering, is there an easier (or more "proper") way?
Thanks!


.)