RE: Click to Copy Button for each field.
Hi,
Frank Gong's approach is not supported because it uses DOM manipulation...
Another approach is to create two buttons: "Copy" and "Paste".
Copy: When clicking on Copy, a dialog box will appear with the list of fields in your form. The user can select the fields to be copied.
Paste: When the user clicks on Paste on the second form, all the fields selected before will be pasted
Finally, you can use the browser session to store the values to be copied.
I might try to implement this scenario... it seems like something practical.