This content has been marked as final.
Show 4 replies
-
1. Re: Copy Text over to another Field, but editable if need be.
try67 Jan 26, 2016 7:22 AM (in response to FormNewbie)As the custom validation script of the Budgeted fields enter this code (you'll need to adjust the field name, of course):
this.getField("Actual1").value = event.value;
-
2. Re: Copy Text over to another Field, but editable if need be.
FormNewbie Jan 26, 2016 7:28 AM (in response to try67)Thank you so much!! I love these forums, so many nice people who are PDF Form Experts!
-
3. Re: Copy Text over to another Field, but editable if need be.
FormNewbie Jan 26, 2016 7:34 AM (in response to try67)One addition to this. Once I enter the number on the budgeted field and then I go to change the Actual field it will change, but if I enter in another group of those fields it will change back to what I had edited..
-
4. Re: Copy Text over to another Field, but editable if need be.
try67 Jan 26, 2016 8:04 AM (in response to FormNewbie)Correct. If you want to get around that you'll need to carefully define when it should update and when it shouldn't, and it would require a more complicated script.