- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
1) Did you save the form as a dynamic PDF?
2) Put the script on the exit event rather than the change event and use resolveNode
// form1.page1.dd::exit - (JavaScript, client)
var char_ = this.rawValue;
xfa.resolveNode("form1.page1.cb.caption.value.#text").value = "Verfication " + char_;
Steve