I have a form where the customer will add a pickup and drop-off address using the address field [18].
If they need a return trip I want the pickup address to default to whatever they entered into the drop off address field.
Is this possible? What I have read is not working for me so not Sure of the logic of getting the address field , city, states and zip to auto populate.
I would think this is possible but not sure.
Thanks
Andy
Please login or Register to submit your answer
What have you tried? This? https://formidableforms.com/knowledgebase/javascript-examples/#kb-copy-address-when-checkbox-is-checked
<p>So where do I actually put that code? </p>
https://formidableforms.com/knowledgebase/javascript-examples/
See the first paragraph
Thanks this works perfect!!!!