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

Tils1
Tils1
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Tils1
Customize the badges you want to showcase on your profile
Re: Require signature field to be signed before submit - Adobe LiveCycle 05-08-2010
Hi Niall,Thank you very much!!! In the mean time I have been working on this issue using your previous script and it has solved my issue. I placed the following script in the preSubmit event for the Signature field.var oState = event.target.getField("form1[0].Page2[0].SignSubform[0].CertSig[0]").signatureValidate(); if (oState != 0) {this.mandatory = "disabled"; }else{this.mandatory = "error";xfa.host.messageBox("You have not signed the form. \n\nPlease click OK and then click the signature fiel...

Views

756

Likes

0

Replies

0
Re: Require signature field to be signed before submit - Adobe LiveCycle 05-08-2010
Thanks Niall,I have only worked in Livecycle Designer never in AcroForm. In fact I don't know how to open my pdf in AcroForm. When the pdf is open in Acrobat Pro 9 if I go to "Forms" along the top I am not given the option of "Add or Edit Fields", I am only given the option to "Edit in Designer". I think that the "Add or Edit Fields" option, which I have seen in other documents, is how to open the document in AcroForm, but am not sure.Thanks for the sample. I opened it in Livecycle Designer howe...

Views

756

Likes

0

Replies

0
Require signature field to be signed before submit - Adobe LiveCycle 04-08-2010
Hello,I have created a form that gathers information and needs to require a Digital signature before it can be submitted. I am using livecycle 8.2 and will use the Distribute tool to distribute and track and gather responses. I have used the following script in the preSubmit event to make several required fields mandatory before they can click the adobe-created Submit button in the distributed form:if(this.isNull) { this.mandatory = "error"; xfa.host.messageBox("Enter information in the Name fie...

Views

5.8K

Likes

0

Replies

5