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

Ian_Hobart
Ian_Hobart
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
11

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ian_Hobart
Customize the badges you want to showcase on your profile
Re: Submit Cancelled Dialog and Submiting by Email - Adobe LiveCycle 07-12-2010
Hi NiallThanks very much for your support, I really am very much an amateur here.I think I have the form working now but still to test it on another machine so fingers crossed.I don't know that I resolved it in a proper way as I couldn't find a 'click event' so I just changed the 'pre-submit' to a 'click event'.I hope to learn a lot more about coding forms in the year, but am a little bit out of my depth.Thanks againRegardsIan  Please consider the environment before printing this e-mailThe cont...

Views

648

Likes

0

Replies

0
Re: Submit Cancelled Dialog and Submiting by Email - Adobe LiveCycle 07-12-2010
Hi again NiallJust opened that link and that is the document I used to base the changes on using the 3rd button option, so I've definitely stuffed something up.RegardsIan Please consider the environment before printing this e-mailThe contents of this electronic mail message, and any attachments to it, are confidential and may be protected by professional privilege and the Privacy Act (2001). If you have received this email in error please contact Oakdale Services Tasmania by return email or pho...

Views

647

Likes

0

Replies

0
Re: Submit Cancelled Dialog and Submiting by Email - Adobe LiveCycle 07-12-2010
Hi NiallHope I've published it right this time.This is the original filehttps://acrobat.com/#d=YQ3nhyY8JqmGfaHohQ2VZwThis is the one that I changed incorrectlyhttps://acrobat.com/#d=AfYCeKsqtoQlSOqGb46rwwI'll have a look at your other link and try to figure it out if successful I'll let you knowThanksIanP Please consider the environment before printing this e-mailThe contents of this electronic mail message, and any attachments to it, are confidential and may be protected by professional privile...

Views

648

Likes

0

Replies

0
Re: Submit Cancelled Dialog and Submiting by Email - Adobe LiveCycle 06-12-2010
I'm having similar problem. (Using LiveCycle Designer 8.0)When the form was submitted, it was emailed correctly, but the user was then returning to the form to be greeted by the 'Submit cancelled' message, leading them to believe the form hadn't been sent when in fact it had.https://acrobat.com/app.html#d=YQ3nhyY8JqmGfaHohQ2VZwWhen I changed the form to be more like your third button option Niall, I've obviously done something terribly wrong because it now doesn't even submit the form.https://ac...

Views

647

Likes

0

Replies

0
Re: Only want to send from Reader not save - Adobe LiveCycle 20-05-2010
Thanks for confirming that Niall.If you do click in the signature field you do get the save as dialouge box.Pity there is no workaround, perhaps in future development of Adobe Reader there will be more ability for it to process forms as they have been developed in Live Cycle.Thanks for your assistance, my knowledge is slowly increasing.RegardsIan

Views

114

Likes

0

Replies

0
Re: Only want to send from Reader not save - Adobe LiveCycle 19-05-2010
Thank you Paul & Niall.I have discovered that if I don't use the 'Signature' field then I'm not asked to save the document, it automatically attaches to the email, so the issue seems to be more related to that type of field rather than Adobe needing to save the file before attaching, so perhaps my answer is to remove the signature field but would have preferred to have kept it and found a work around.If anyone has any further ideas it would be appreciated.Once again thanks for the assistance.Ian

Views

109

Likes

0

Replies

0
Only want to send from Reader not save - Adobe LiveCycle 18-05-2010
I have a form which people using Reader willbe filling in and emailing back to me, so I've used the 'Enable User rights ' in Acrobat 8.When you go to submit the data via email in Reader it wants to save the file first, is there a way of avoiding this, I only want the sender to email it to me so that I can save it somewhere on the server, don't need everybody else also saving it somewhere on the server.ThanksIan

Views

859

Likes

0

Replies

6
Re: Script error? - Adobe LiveCycle 16-05-2010
Further IssueAs almost all users have access to only Adobe Reader so I have used the 'Enable User Rights in Adobe Reader' option, so that users can insert their signature and email the form, however when the user puts in their digital signature it asks them to save the file somewhere before inserting the signature, is there a way around this so that the user isn't prompted to save the file somewhere?Thanks again.Ian

Views

180

Likes

0

Replies

0
Re: Script error? - Adobe LiveCycle 16-05-2010
Hi againGetting there, as soon as I posted the last message it stuck me I needed to add " " on some lines which I did, it now seems to work ok, however after the email has been sent a dialouge box with the message "submit cancelled' still pops up even though the email has been sent?Cheers and thanks for your helpRegardsIan

Views

180

Likes

0

Replies

0
Re: Script error? - Adobe LiveCycle 16-05-2010
Hi SriniI'm showing my 'begginer status' here I copied and pasted your code in and tried to change to match my form now when I press the submit button I get a message "Submit Cancelled', now get no email at all.Sorry I'm at a very early stage of learning.var strToAddress, strCCAddress, strSubject, strMessagestrToAddress = rarcher@oakdaletas.org;strCCAddress = ListBox1.rawValue;strSubject = Annual Leave Application;strMessage = Thank You for your application, it will be dealt with as soon as possible;event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF",cCharset:"utf-8"});//this.resolveNode("#event").submit.target = "mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage;

Views

181

Likes

0

Replies

0