cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Email Submit Button in Interactive Form

Former Member
0 Kudos

Hi All,

I am using EMail Submit Button in InteractiveForm.

At run time when i click on this button then it is sending this pdf file in the form of .xml file at given Email address but i want to send pdf format only.

Can anyone help me how to solve the issue.

Thanks & Regards

Dinesh Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

nikhil_bose
Active Contributor
0 Kudos

choose PDF option from submit to email object property.

nikhil

Former Member
0 Kudos

Hi nikhil,

Thank u very much to guide me.

but i m not able to find the "submit to email object" property.

can you please tell me how to get this property or where it is?

Regards

Dinesh

Former Member
0 Kudos

Hi,

Try doing the following

try using the simple 'Button'. In the button's object properties, in the tab named 'field', select 'Control Type: submit'.

Then, in the 'submit' tab in the object properties, choose PDF in the 'submit format' dropdown field.

In the 'submit to URL field' type:

mailto:nameataddress.com?subject=mySubject&body=Done

You may need to adjust the e-mail address, subject and body text.

Regards

Ayyapparaj

Former Member
0 Kudos

Hello,

Is it also possible to change the mailto url dynamicly.

I have a field on the Interactive form (let's say EMailTo). This field is filled from the backend and so not known at design time. Is it possible to use the value of the EmailTo field and put it on the mail button?

TIA,

Patrick Willems