I am popping up the form in a modal, lets call that form "Form 14".
[frmmodal-content label="Thank donor"][formidable id=14 entry=[key]][/frmmodal-content]
I want that form to see and reference the values of another ENTRY from a different form, and I have the key of that entry f
Does the above shortcode syntax work? Will that new form pull the values from that specific entry for me to then use them in the new form?
Specifically the entry=[key], with that then ensure the modal loads with the values from that entry or does it need a different way of doing that?