Hello,
I have a form with an html textarea that a user can edit. Below the textarea, the user can click on a button to go to their address book and select an address, then get returned to the original form.
My problem is when the user edits the textarea, then goes to their address book, their changes are gone when they return.
I tried setting the contents of the textarea as a global variable, but i'm having problems.
I can read the variable when i submit the form- even when i set it as a global, but for some reason i can't read it from my address book form.
I've tried with and without declaring the variable in each form.
Can anyone give me a suggestion?
Sincerely,
Mike Dill