Adobe Live Cycle Designer - How to update the custom defined property(meta data) on onclick event of the formfield button. | Community
Skip to main content
February 13, 2024
Question

Adobe Live Cycle Designer - How to update the custom defined property(meta data) on onclick event of the formfield button.

  • February 13, 2024
  • 0 replies
  • 362 views

Added custom property(metadata) to the form.   formfinalized=fasle.

Now on onclick event of the formfield

I do see the property along with other metadata

var Meta = event.target.metadata;
xfa.host.messageBox(Meta, "Metadata of this form", 3,0);

Now want to update formfinalized=true when button is clicked "Form1.Header.Buttons.Sign::click - (JavaScript, client)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.