|
Amy,
Actually, the following code, which appears to work, is quite simple, but it has to be included as the "Custom Validate Script" under the "Validate" tab under Field Properties for every field on page 1 (that appears on all 3 pages and whose values are not to be changed on pages 2 and 3). (I'm assuming a 3-page form.)
var f1 = this.getField("Pg2and3Field1"); f1.value = event.value;
Where field "Pg2and3Field1" is the corresponding field on pages 2 and 3 for the current field on page 1.
As you mentioned earlier, make the fields on pages 2 and 3 Read Only, and the users will be able to change the values of a field on pages 2 and 3 only by changing the value of the corresponding field on page 1.
Let me know if the preceding is not clear or if the form doesn't work correctly after implementing the above logic.
Tim Day (404) 498-1505
-----Original Message-----
Tim,
If you could do that for me I would be incredibly grateful. There are many forms that I am converting that will also need to be formatted that way. You would save me! Thank you so much for your help.
Amy
Do you Yahoo!? |
- [PDF-Forms] Read Only Form Fields Amy Sachs
- Re: [PDF-Forms] Read Only Form Fields Max Wyss
- Re: [PDF-Forms] Read Only Form Fields Nicholas Jon
- RE: [PDF-Forms] Read Only Form Fields Day, Tim G.
- RE: [PDF-Forms] Read Only Form Fields Amy Sachs
- RE: [PDF-Forms] Read Only Form Fields Day, Tim G.
- RE: [PDF-Forms] Read Only Form Fields Day, Tim G.
