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

deanr91271723
deanr91271723
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
31

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by deanr91271723
Customize the badges you want to showcase on your profile
Re: Email Submit button to one external address - Adobe LiveCycle 02-05-2017
Karl,Thank you for that response.I was able to work through each line and finally make it function correctly.Dean R

Views

572

Likes

0

Replies

0
Re: CC Shows as null value and required field validation - Adobe LiveCycle 28-04-2017
Marty I am trying to use a portion of your script to send a PDF document via email.The script I am using (shown below) calls the email but doesn't seem to recognize the email address I have noted in the var cToAddr.When I select the submit button on the PDF I get the pop up screen, shown below.Do you know what the issue might be?// This is the form return e-mail. Its hardcoded// so that the form is always returned to the same address// Change address on your formvar cToAddr = "d123@123.com";var ...

Views

187

Likes

0

Replies

0
Email Submission Button not recognizing email address - Adobe LiveCycle 27-04-2017
I have generated several Fillable Forms using Adobe LiveCycle.I have placed a Button on the page and added the follow Script under Click.The same script was used on a prior page and works fine but this page will not recognize the email address, error message shown at bottom of page.I have opened the page using Adobe Acrobat XI Pro and saved as Save as other, Reader extended, Enable More Tools.Script used: form1.Data.Button1::click - (JavaScript, client)// This is the form return e-mail. Its hard...

Views

568

Likes

0

Replies

1
Re: Email Submit button to one external address - Adobe LiveCycle 27-04-2017
I believe the error in regards to the email is the only issue at hand but I do appreciate your time & help.You have been very helpfulTypeError: xfa.resolveNode("ClientEmail") is null7:XFA:form1[0]:Page1[0]:Data[0]:Button1[0]:clickDan R

Views

505

Likes

0

Replies

0
Re: Email Submit button to one external address - Adobe LiveCycle 27-04-2017
This is what I see after pushing the Submit button several time.TypeError: xfa.resolveNode("ClientEmail") is null7:XFA:form1[0]:Data[0]:Button1[0]:clickTypeError: xfa.resolveNode("ClientEmail") is null7:XFA:form1[0]:Data[0]:Button1[0]:clickTypeError: xfa.resolveNode("ClientEmail") is null7:XFA:form1[0]:Data[0]:Button1[0]:clickThis is what the Script looks like (email name changed):// This is the form return e-mail. Its hardcoded// so that the form is always returned to the same address// Change ...

Views

506

Likes

0

Replies

0
Re: Email Submit button to one external address - Adobe LiveCycle 27-04-2017
this is what I see when I Ctrl-J

Views

503

Likes

0

Replies

0
Re: Email Submit button to one external address - Adobe LiveCycle 27-04-2017
I had to look into preferences and turn on Javascript Debugger and now I get a pop up window when I select submit button.Seem to be more with format of page then the submit button.Below is what I see in the Debug page:ReferenceError: invalid assignment left-hand side3:XFA:form1[0]:Page2-CostingSheet[0]:E1000-Costing-Subform[0]:E1000-BaseCost[0]:validateReferenceError: invalid assignment left-hand side3:XFA:form1[0]:Page2-CostingSheet[0]:ES1000-Costing-Subform[0]:ES1000-BaseCost[0]:validateRefere...

Views

582

Likes

0

Replies

0
Re: Email Submit button to one external address - Adobe LiveCycle 27-04-2017
Nothing happens when I use Ctrl-J.If I select Tools from top menu I am taken to a page where I can purchase for 14.99 month.

Views

581

Likes

0

Replies

0
Re: Email Submit button to one external address - Adobe LiveCycle 27-04-2017
I am using Adobe Acrobat XI Pro to read but see no option to check Java.If I go to additional tools I have the option to purchase but nothing commonly available.In LiveCycle I can check script syntax but get no highlighted lines or expressed errors.

Views

582

Likes

0

Replies

0
Re: Email Submit button to one external address - Adobe LiveCycle 27-04-2017
I am not familiar with "Try/Catch exception handler", how is it applied?Using the same script after modifications to email address and making sure the ClientEmail field matches I am still not getting an email window to send as if the script is not running again?Have opened and saved through Adobe Saved Enabled, is there something I am missing or another change that is required?Note: I am not using the BennyEmail field but haven't changed the Script to remove it which is what I did on previous fo...

Views

582

Likes

0

Replies

0