cancel
Showing results for 
Search instead for 
Did you mean: 

XML forms - send email

Former Member
0 Kudos
84

Dear friends,

Using xml forms editor, is it possible to create a button which, when clicked, will send emails to selected recepients? Does xml forms provide this functionality?

Any help is appreciated,

Thanks,

Mandar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mandar,

To show documents created by xml forms, you are using an km navigation iview with a layout.

One alternative is in your layout set add send_to command within Collection Command Group in your colletion renderer.

Patricio.

Former Member
0 Kudos

Hi Patricio,

Thanks for your prompt response. I am not trying to show documents using xml forms. What I want to achieve is

Create a form which will have send button, which when clicked sends out emails to selected recepients. I was thinking of creating a workflow template using xml forms. Is this something possible?

I am too familiar with xml forms so any input from your side is valuable to me.

Thanks and Regards,

Mandar

Former Member
0 Kudos

Mandar,

Ok I understood, a simple idea is:

1. You create a xml document with your form

2. You save it.

3. After that, your iview show you this xml document, on the botton on this document you can have your send to command. This is in your layout not within your form.

Patricio.