Auto-populate text from one form field to another depending on which checkbox is ticked
I know that we can auto-populate information from one text field to another by keeping the same form name. However, I require a text field to populate in another text field if a checkbox is selected.
For example, I have two checkboxes:
__ CURRENT and __ NEW
Amount $________________.
Current Amount $ _____________ (auto-populate from amount field if current is checked)
New Amount $ _______________ (auto-populate from amount field if new is checked)
If current is selected, there is an amount field that is to be populated in another text field. If new is selected, that same amount field will be populated in another text field.
Is this possible?
