cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form as mail attachment

I066686
Participant
0 Kudos

Hi Experts,

I am using xml based Adobe forms (ordinary print form) in WebDynpro component. I got one requirement to send that form as an attachment to dynamic email id either from form or from WebDynpro component.

I tried using email submit button in adobe form , which allows to specify only static email id.

Please suggest your ideas to send that to dynamic email id.

Regards,

Kiruba.

Accepted Solutions (0)

Answers (2)

Answers (2)

I066686
Participant
0 Kudos

Thanks for your input.To make it in PDF attachment , i have changed XMl source file.It worked.

Former Member
0 Kudos

Hi Kiruba,

This question was addressed multiple times, you sud have searched it first.

have a hidden field in your form

set email id to this field.

have the belocode on click event of the email button.


this.resolveNode("#event.#submit").target = "mailto:"+<your emalid field's rawvalue> 

this is the post with the solution and it worked.

Cheers,

Sai

I066686
Participant
0 Kudos

Thanks Sai for your input .

I had missed this point in my query , i need to send the whole form as PDF file not as XML data .By using email submit button, i am getting as xml file only.

Please suggest to send as PDF file .

Regards,

Kiruba.