-
1. Re: Newbie:Respondant file data can be changed after receiving pdf form
Paul Butenko Jun 28, 2009 2:21 AM (in response to DP_MC)Hi,
What do you mean by change data? If they can modify fields on received PDF form, you had to set all fields as read only, this will prevent form from future modyfying.
BR,
Paul Butenko
-
2. Re: Newbie:Respondant file data can be changed after receiving pdf form
DP_MC Jun 28, 2009 7:39 AM (in response to Paul Butenko)Scenario is this : respondant gets form in email - fills in data and submits by email to form receiver. The form is returned as a pdf. For some reason the data is not locked. The form field data can be changed although form collector only has Acro reader 9.
The request by client is to receive the complete pdf with data and not just xml data. Tried the read value but this then prevents data from being entered into the form by respondant.
-
3. Re: Newbie:Respondant file data can be changed after receiving pdf form
Paul Butenko Jun 28, 2009 10:13 AM (in response to DP_MC)Hi,
On preSubmit event of fileds which should be locked you can put this script:
this.access = "radOnly";
It will make your fields locked from changes.
BR,
Paul Butenko
-
4. Re: Newbie:Respondant file data can be changed after receiving pdf form
DP_MC Jun 28, 2009 10:52 AM (in response to Paul Butenko)This sounds lgood but at the risk of being a pain and an idiot, where do I find this? I looked under help file and they do mention this cmd but nowhere do they say where. Is it somewhere in each form field or with the submit button?
-
6. Re: Newbie:Respondant file data can be changed after receiving pdf form
DP_MC Jun 29, 2009 11:05 AM (in response to Paul Butenko)Paul can I prevail on your patience a bit longer. This is uncharted waters for me. When I select the presubmit event the display is this
form1.#subform[3].Ops::preSubmit:form - (FormCalc, client)
where and how do I insert the
this.access = "radOnly";
many thanks Alex
-
7. Re: Newbie:Respondant file data can be changed after receiving pdf form
Paul Butenko Jun 29, 2009 12:37 PM (in response to DP_MC)

