My objective is to create a form that can be populated with data and then have that populated form sent to an email address. I've seen several posts on this subject but none of the replies gets to a solution I can use. If, in LiveCycle Designer, I choose an email submit button I get to add an email address and subject in the field tab. But I don't get to choose the format and the form data is sent in xml format. If I choose button in the Type drop-down, I have the option to choose Submit as a Control Type. On the Submit tab, I can then type in a mailto: etc in the Submit to URL field and set the Submit As drop-down to PDF. But I can't specify a subject so the form arrives with some sort of default characters.
I've previously created a form with a email submit button that allowed the option to set the submit format but after days of looking through forums and help screens I'm no closer to figuring out why that option has disappeared. Is this something that now requires JavaScript to implement?
.greenlayk.
mailto:email [at] blah [dot] net?subject=Subjectsample would be
mailto:bob [at] bob [dot] com?subject=Bob-1 FormI accidentally discovered this one day apparently the ? apparently acts as a separator in mailto.
Ive used this on my AM-304 Manual Suggestion Forms.
So use a button, hit submit and the url would be mailto:name [at] name [dot] com?subject=subjecttake care