Is there a quick and easy way within a webform to have a button on screen that can copy the information from one or more fields to another?
A good example is on a shopping cart checkout form for example, where you can copy the billing address to the shipping address etc.
I tried putting code within the [On Change] section (under the 'Server Code' button) in the 'Client-Side' options of the button, and ran code to copy the database fields from one to the other, then also setup the 'Reset' fields on the button to be the destination fields, but nothing happens.
Have I missed something?
Thanks!