Skip to main content
Ramesh30506620p563
Participating Frequently
April 8, 2025
Answered

Get the Status of Form Field Actions

  • April 8, 2025
  • 4 replies
  • 507 views

Hi,

Is it possible to know the status only whether form field actions used or not?
No need to complete property. Just know if it used or not.
Any suggestions are very helpful to me.

Thanks
Ramesh Munirathinam

    Correct answer Thom Parker

    An Acrobat plug-in can extract field actions, but it can't be done with JavaScript. 

     

    BTW: That script is far from optimal, in fact it is problematic.   That type of action should be placed in the custom validate script and use event properties. Scripts that change value based properties on thier own field need to be on a value based event and use event properties to make the changes.   

     

      

    4 replies

    Thom Parker
    Community Expert
    Community Expert
    April 9, 2025

    If you mean monitoring field events on a PDF that you control, then code for tracking an event can be place into specific field events.  But if you mean monitoring any action in any field event, and on a PDF you don't control, then no. The Acrobat JavaScript model does not provide general access to field events.  

     

    It's possible that an Acrobat plug-in could help in this area. 

      

     

    Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
    Ramesh30506620p563
    Participating Frequently
    April 9, 2025

    Hi Thom,

    Thanks you for your feedback.

    I have attached snap. Is any alternate methods to retrieve filed events available?

    Regards

    Ramesh Munirathinam

    Thom Parker
    Community Expert
    Thom ParkerCommunity ExpertCorrect answer
    Community Expert
    April 9, 2025

    An Acrobat plug-in can extract field actions, but it can't be done with JavaScript. 

     

    BTW: That script is far from optimal, in fact it is problematic.   That type of action should be placed in the custom validate script and use event properties. Scripts that change value based properties on thier own field need to be on a value based event and use event properties to make the changes.   

     

      

    Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
    try67
    Community Expert
    Community Expert
    April 9, 2025

    If you mean using a script, then no.

    Meenakshi_Negi
    Legend
    April 9, 2025

    Hi Ramesh30506620p563,

     

    Thank you for reaching out.

     

    If the document is not secured, you can check the actions using the PDF form tool. Use the steps suggested below:

    - Open the PDF in Acrobat

    - Select the Prepare form from the All Tools panel on the left-hand side.

    - Then select the form field and right-click on it.

    - Select Properties from the drop-down.

    - In the Text field properties window, select the Action tab.

    Check if that is what you are looking for.

     

    For more information in PDF form, refer to the following help document: https://adobe.ly/4lsyhpK

     

    Thanks,

    Meenakshi

    kglad
    Community Expert
    Community Expert
    April 8, 2025

    in the future, to find the best place to post your message, use the list here, https://community.adobe.com/

    p.s. i don't think the adobe website, and forums in particular, are easy to navigate, so don't spend a lot of time searching that forum list. do your best and we'll move the post (like this one has already been moved) if it helps you get responses.



    <"moved from using the community">