Orbeon Forms community mailing list
Search
everywhere
only in this topic
Advanced Search
how to edit email header
Classic
List
Threaded
♦
♦
Locked
5 messages
emailtoakash
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
how to edit email header
i want to add some detail from the form to the email header.
any suggestions?
Erik Bruchez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: how to edit email header
Administrator
This is not possible without modifying the Orbeon Forms source code. -Erik
Erik Bruchez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: how to edit email header
Administrator
Alternatively, you could write your own email service. Form Runner would post the XML data to the service, and your service would send the email. Then you would have full control over the email message.
-Erik
emailtoakash
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: how to edit email header
In reply to
this post
by Erik Bruchez
If it can be done editing source code...then Please help.!!
Erik Bruchez
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: how to edit email header
Administrator
You can modify email-form.xpl:
https://github.com/orbeon/orbeon-forms/blob/master/src/resources/apps/fr/email/email-form.xpl
Create a copy, place your copy under:
WEB-INF/resources/apps/fr/email/email-form.xpl
and make your changes there.
-Erik
Free forum by Nabble
Edit this page