Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

cloudyadjective
cloudyadjective
Offline

Badges

Badges
0

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by cloudyadjective
Customize the badges you want to showcase on your profile
Re: Uneditable Form after save/submit by email attachment. - Adobe LiveCycle 29-07-2009
Well, I made the following solution used in my forms.I use a regular-Button as "Submit by Email" !ClickEvent of this Button :for ( var i = 0; i < xfa.host.numPages; i++ ){var oFields = xfa.layout.pageContent ( i, "field" );var nodesLength = oFields.length;for ( var j = 0; j < nodesLength; j++ ){var oItem = oFields.item( j );if ( oItem.ui.OneOfChild.className != "button" ){oItem.access = "protected";}else{if ( oItem.caption.value.text.value != "Submit by Email" && oItem.caption.value.text.value !...

Views

255

Likes

0

Replies

0