Skip to main content
Known Participant
August 10, 2018
Answered

Form scripts not all running when form distributed

  • August 10, 2018
  • 1 reply
  • 971 views

I have developed a form for users to fill in. I have 7 project text fields. Only project 1 is enabled at the beginning. Once you fill in project one it enables project 2 text field and call a template page for project one details. The text field for project 2 is also gray when it locked(When project 1 is blank), as soon as you type something into project 1 it unlock as mentioned and changes the color fro gray to white.

This all works perfectly. as soon as I distribute the form only the code that changes the color of the text fields work. The project 2 text field changes to white as its supposed to do but it does not unlock and the template of project 1 does not open. Why would only some of the code work when distributed? 

    This topic has been closed for replies.
    Correct answer Bernd Alheit

    https://www.dropbox.com/s/2w4pus14rkwtf1q/LUI%20Draft%20Page1%262.pdf?dl=0


    When you distribute the form it will get following restrictions:

    Your code produces error messages in the console. Changing the property hidden of the templates are not possible.

    1 reply

    Bernd Alheit
    Community Expert
    Community Expert
    August 10, 2018

    How did you distribute the form?

    Known Participant
    August 10, 2018

    Using the Distribute Button under tools/forms. and then sent by email via acrobat.com

    Bernd Alheit
    Community Expert
    Community Expert
    August 10, 2018

    Can you share the form?