cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Subject and Body while submitting form using email submit button

I066686
Participant
0 Kudos

Hi Experts,

I am using Email submit button for submitting form through email.

I am getting dynamic email id but when i tried to dynamic Subject and Body content, i got stuck with it.

I have used the below code

<submit format=u201Cxmlu201D target=u201Cmailto:userdomain.com
?subject=Custom Subject Lineu201D textEncoding=u201CUTF-8u201D/>

It works when i am hard coding the value in XML source but samething either with Static or dyanamic value is not working from Presubmit method .

I tried like below, Let me know any problem in below piece of code

this.resolveNode("#event.#submit").target = 
"mailto:"+ND.EMAIL_ID.rawValue"subject:"+ND.SUBJECT.rawValue;

I appreciate , if you could help on this issue.

Regards,

Kiruba.

Accepted Solutions (0)

Answers (1)

Answers (1)

I066686
Participant
0 Kudos

Hi Experts,

It would be great , if i get any help on my above query

Regards,

Kiruba.

Former Member
0 Kudos

Hi,

please check this link, I hope it helps you and if it is already solved let us know the solution as well.

http://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

BR,

BD.