Okay first off let me say I am very new at Javascript and I am still learning. I have been using adobe Pro to create a form for my company and I am trying to add some javascript to help perform a function.
I have a checkbox and i am running javascript right now that does the following
this.getField('test 4545').value=("series 1");
when the box is check it produces the text "series 1" in the text field i created called "test 4545". I also have a text input field called "test 3434" that you can input any text you would like
My question is what script can I put in that will do the following.
When the check box is checked it produces test field "test 4545" to be the text that was already entered in text field "test 3434"
Thanks a lot guys.


Reply With Quote

Bookmarks