|
Gayle,
You are right in your evaluation of the way fields react in pdf.
One solution may be to create the original field such as attorney_name and name all the other fields attorney_name1 making the second set readonly. Create a _javascript_ such as:
this.getField("attorney_name1").value = this.getField("attorney_name").value;
Put this js in the "calculate" part of the field for attorney_name.
This will populate all the other fields and they will still be readonly (ro).
If you only have a few fields to do this with it won't be too much work.
Its not elegant, but it is effective.
~~~~~~~~~~~~~~~~~~~~~~~~~
Nicholas Jon
Chief Technical Officer
We Do That! Technologies
Long Beach, Ca
Phone 562.366.2608 PDT
~~~~~~~~~~~~~~~~~~~~~~~~~ |