Hello, I am trying to improve a form's usability by copying & hiding a section of address input fields if the user indicates they want to use the same address from another section. It's basically the common task of reusing the billing address for shipping.
In fact, I found and tried to use the example you provided in the FAQ: https://www.chronoengine.com/faqs/58-cfv4/cfv4-elements-and-html/2690-how-can-i-automatically-copy-fields-from-one-part-of-my-form-to-another.html
However, I don't know what's going wrong. When I click the button, it just resets/clears the field input in the initial set. No change to the second set. It just wipes out the data and they show the placeholders again.
I have tried numerous adjustments. I had been using fieldset containers rather than custom or divs, or did not have them split up explicitly as the demo explained. I had hoped to use a checkbox instead of a button, to use the "events" tab to hide the section if selected. Eventually, I wiped out any differences and created that setup as described. It yielded the same results.
If you could please advise or suggest anything to troubleshoot I would really appreciate it, as I'm stuck with no ideas. Here is the form I've been building if that helps!
Thank you,
Jeff
In fact, I found and tried to use the example you provided in the FAQ: https://www.chronoengine.com/faqs/58-cfv4/cfv4-elements-and-html/2690-how-can-i-automatically-copy-fields-from-one-part-of-my-form-to-another.html
However, I don't know what's going wrong. When I click the button, it just resets/clears the field input in the initial set. No change to the second set. It just wipes out the data and they show the placeholders again.
I have tried numerous adjustments. I had been using fieldset containers rather than custom or divs, or did not have them split up explicitly as the demo explained. I had hoped to use a checkbox instead of a button, to use the "events" tab to hide the section if selected. Eventually, I wiped out any differences and created that setup as described. It yielded the same results.
If you could please advise or suggest anything to troubleshoot I would really appreciate it, as I'm stuck with no ideas. Here is the form I've been building if that helps!
Thank you,
Jeff