Hi Everyone, Is there any way of setting the email from line
on emails within the form in form runner? I know that this can be done in
the template but I would rather do this in the form if it is possible.
Thanx in advance for any help! Rodney
Wild IT
Support Prism
Distribution 403-538-8042 -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Rod,
You are saying that you'd like the emails From to depend on some data entered in the form; is that right? This is not possible right now, and the From is set with the oxf.fr.email.from.*.* property, which takes a static value. If it were to take an XPath expression, would that do it for your use case? Alex On Thu, Jul 29, 2010 at 1:45 PM, Wild, Rodney <[hidden email]> wrote: > Hi Everyone, Is there any way of setting the email from line on emails > within the form in form runner? I know that this can be done in the > template but I would rather do this in the form if it is possible. Thanx in > advance for any help! > > > > Rodney Wild > > IT Support > > Prism Distribution > > 403-538-8042 > > > > -- > You receive this message as a subscriber of the [hidden email] mailing > list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Yea that is exactly right, I have a drop down list with a list of people in it with email address attached and I want it to appear as being from that user and when someone hits reply it would go to their email address. Not sure if xpath would do it because I have not played with it ... yet.
Rod -----Original Message----- From: Alessandro Vernet [mailto:[hidden email]] Sent: July 29, 2010 4:31 PM To: ops-users Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? Rod, You are saying that you'd like the emails From to depend on some data entered in the form; is that right? This is not possible right now, and the From is set with the oxf.fr.email.from.*.* property, which takes a static value. If it were to take an XPath expression, would that do it for your use case? Alex On Thu, Jul 29, 2010 at 1:45 PM, Wild, Rodney <[hidden email]> wrote: > Hi Everyone, Is there any way of setting the email from line on emails > within the form in form runner? I know that this can be done in the > template but I would rather do this in the form if it is possible. > Thanx in advance for any help! > > > > Rodney Wild > > IT Support > > Prism Distribution > > 403-538-8042 > > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Rod,
Sounds like XPath would do it in this case, which would require a change to Form Runner, but I think it would make sense. You can certainly change the code of Form Runner yourself (the source is in apps/fr). If you wish to go that route, you'll let us know if you need help with that. Alex On Fri, Jul 30, 2010 at 8:43 AM, Wild, Rodney <[hidden email]> wrote: > Yea that is exactly right, I have a drop down list with a list of people in it with email address attached and I want it to appear as being from that user and when someone hits reply it would go to their email address. Not sure if xpath would do it because I have not played with it ... yet. > > Rod > > -----Original Message----- > From: Alessandro Vernet [mailto:[hidden email]] > Sent: July 29, 2010 4:31 PM > To: ops-users > Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? > > Rod, > > You are saying that you'd like the emails From to depend on some data entered in the form; is that right? This is not possible right now, and the From is set with the oxf.fr.email.from.*.* property, which takes a static value. If it were to take an XPath expression, would that do it for your use case? > > Alex > > On Thu, Jul 29, 2010 at 1:45 PM, Wild, Rodney <[hidden email]> wrote: >> Hi Everyone, Is there any way of setting the email from line on emails >> within the form in form runner? I know that this can be done in the >> template but I would rather do this in the form if it is possible. >> Thanx in advance for any help! >> >> >> >> Rodney Wild >> >> IT Support >> >> Prism Distribution >> >> 403-538-8042 >> >> >> >> -- >> You receive this message as a subscriber of the [hidden email] >> mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > > > -- > Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
You have mentioned the apps/fr directory several times and I have seen it in the docs but I don't see it on my server (running tomcat)? Am I missing something?
Rod -----Original Message----- From: Alessandro Vernet [mailto:[hidden email]] Sent: August 4, 2010 11:34 AM To: ops-users Subject: [ops-users] Re: RE: Re: Re: Is there any way of setting the email from line on emails within the form in form runner? Rod, Sounds like XPath would do it in this case, which would require a change to Form Runner, but I think it would make sense. You can certainly change the code of Form Runner yourself (the source is in apps/fr). If you wish to go that route, you'll let us know if you need help with that. Alex On Fri, Jul 30, 2010 at 8:43 AM, Wild, Rodney <[hidden email]> wrote: > Yea that is exactly right, I have a drop down list with a list of people in it with email address attached and I want it to appear as being from that user and when someone hits reply it would go to their email address. Not sure if xpath would do it because I have not played with it ... yet. > > Rod > > -----Original Message----- > From: Alessandro Vernet [mailto:[hidden email]] > Sent: July 29, 2010 4:31 PM > To: ops-users > Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? > > Rod, > > You are saying that you'd like the emails From to depend on some data entered in the form; is that right? This is not possible right now, and the From is set with the oxf.fr.email.from.*.* property, which takes a static value. If it were to take an XPath expression, would that do it for your use case? > > Alex > > On Thu, Jul 29, 2010 at 1:45 PM, Wild, Rodney <[hidden email]> wrote: >> Hi Everyone, Is there any way of setting the email from line on >> emails within the form in form runner? I know that this can be done >> in the template but I would rather do this in the form if it is possible. >> Thanx in advance for any help! >> >> >> >> Rodney Wild >> >> IT Support >> >> Prism Distribution >> >> 403-538-8042 >> >> >> >> -- >> You receive this message as a subscriber of the [hidden email] >> mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > > > -- > Orbeon Forms - Web forms, open-source, for the Enterprise - > http://www.orbeon.com/ My Twitter: http://twitter.com/avernet > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Rod,
You'll find that directory inside the Orbeon Forms war file, under WEB-INF/resources/apps/fr. Alex On Wednesday, August 4, 2010, Wild, Rodney <[hidden email]> wrote: > You have mentioned the apps/fr directory several times and I have seen it in the docs but I don't see it on my server (running tomcat)? Am I missing something? > > Rod > > -----Original Message----- > From: Alessandro Vernet [mailto:[hidden email]] > Sent: August 4, 2010 11:34 AM > To: ops-users > Subject: [ops-users] Re: RE: Re: Re: Is there any way of setting the email from line on emails within the form in form runner? > > Rod, > > Sounds like XPath would do it in this case, which would require a change to Form Runner, but I think it would make sense. You can certainly change the code of Form Runner yourself (the source is in apps/fr). If you wish to go that route, you'll let us know if you need help with that. > > Alex > > On Fri, Jul 30, 2010 at 8:43 AM, Wild, Rodney <[hidden email]> wrote: >> Yea that is exactly right, I have a drop down list with a list of people in it with email address attached and I want it to appear as being from that user and when someone hits reply it would go to their email address. Not sure if xpath would do it because I have not played with it ... yet. >> >> Rod >> >> -----Original Message----- >> From: Alessandro Vernet [mailto:[hidden email]] >> Sent: July 29, 2010 4:31 PM >> To: ops-users >> Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? >> >> Rod, >> >> You are saying that you'd like the emails From to depend on some data entered in the form; is that right? This is not possible right now, and the From is set with the oxf.fr.email.from.*.* property, which takes a static value. If it were to take an XPath expression, would that do it for your use case? >> >> Alex >> >> On Thu, Jul 29, 2010 at 1:45 PM, Wild, Rodney <[hidden email]> wrote: >>> Hi Everyone, Is there any way of setting the email from line on >>> emails within the form in form runner? I know that this can be done >>> in the template but I would rather do this in the form if it is possible. >>> Thanx in advance for any help! >>> >>> >>> >>> Rodney Wild >>> >>> IT Support >>> >>> Prism Distribution >>> >>> 403-538-8042 >>> >>> >>> >>> -- >>> You receive this message as a subscriber of the [hidden email] >>> mailing list. >>> To unsubscribe: mailto:[hidden email] >>> For general help: mailto:[hidden email]?subject=help >>> OW2 mailing lists service home page: http://www.ow2.org/wws >>> >>> >> >> >> >> -- >> Orbeon Forms - Web forms, open-source, for the Enterprise - >> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > > > -- > Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet > Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Administrator
|
In reply to this post by Rodney Wild
Rod,
You'll find that directory inside the Orbeon Forms war file, under WEB-INF/resources/apps/fr. Alex On Wednesday, August 4, 2010, Wild, Rodney <[hidden email]> wrote: > You have mentioned the apps/fr directory several times and I have seen it in the docs but I don't see it on my server (running tomcat)? Am I missing something? > > Rod > > -----Original Message----- > From: Alessandro Vernet [mailto:[hidden email]] > Sent: August 4, 2010 11:34 AM > To: ops-users > Subject: [ops-users] Re: RE: Re: Re: Is there any way of setting the email from line on emails within the form in form runner? > > Rod, > > Sounds like XPath would do it in this case, which would require a change to Form Runner, but I think it would make sense. You can certainly change the code of Form Runner yourself (the source is in apps/fr). If you wish to go that route, you'll let us know if you need help with that. > > Alex > > On Fri, Jul 30, 2010 at 8:43 AM, Wild, Rodney <[hidden email]> wrote: >> Yea that is exactly right, I have a drop down list with a list of people in it with email address attached and I want it to appear as being from that user and when someone hits reply it would go to their email address. Not sure if xpath would do it because I have not played with it ... yet. >> >> Rod >> >> -----Original Message----- >> From: Alessandro Vernet [mailto:[hidden email]] >> Sent: July 29, 2010 4:31 PM >> To: ops-users >> Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? >> >> Rod, >> >> You are saying that you'd like the emails From to depend on some data entered in the form; is that right? This is not possible right now, and the From is set with the oxf.fr.email.from.*.* property, which takes a static value. If it were to take an XPath expression, would that do it for your use case? >> >> Alex >> >> On Thu, Jul 29, 2010 at 1:45 PM, Wild, Rodney <[hidden email]> wrote: >>> Hi Everyone, Is there any way of setting the email from line on >>> emails within the form in form runner? I know that this can be done >>> in the template but I would rather do this in the form if it is possible. >>> Thanx in advance for any help! >>> >>> >>> >>> Rodney Wild >>> >>> IT Support >>> >>> Prism Distribution >>> >>> 403-538-8042 >>> >>> >>> >>> -- >>> You receive this message as a subscriber of the [hidden email] >>> mailing list. >>> To unsubscribe: mailto:[hidden email] >>> For general help: mailto:[hidden email]?subject=help >>> OW2 mailing lists service home page: http://www.ow2.org/wws >>> >>> >> >> >> >> -- >> Orbeon Forms - Web forms, open-source, for the Enterprise - >> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > > > -- > Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet > Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
In reply to this post by Alessandro Vernet
Looked in the /opt/tomcat/webapps/orbeon/WEB-INF/resources/apps folder and there is no fr folder. I installed it using the tomcat deployment option in the tomcat manager did that make a difference. Oh and I am running the nightly builds.
Rod -----Original Message----- From: Alessandro Vernet [mailto:[hidden email]] Sent: August 5, 2010 6:48 PM To: [hidden email] Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? Rod, You'll find that directory inside the Orbeon Forms war file, under WEB-INF/resources/apps/fr. Alex On Wednesday, August 4, 2010, Wild, Rodney <[hidden email]> wrote: > You have mentioned the apps/fr directory several times and I have seen it in the docs but I don't see it on my server (running tomcat)? Am I missing something? > > Rod > > -----Original Message----- > From: Alessandro Vernet [mailto:[hidden email]] > Sent: August 4, 2010 11:34 AM > To: ops-users > Subject: [ops-users] Re: RE: Re: Re: Is there any way of setting the email from line on emails within the form in form runner? > > Rod, > > Sounds like XPath would do it in this case, which would require a change to Form Runner, but I think it would make sense. You can certainly change the code of Form Runner yourself (the source is in apps/fr). If you wish to go that route, you'll let us know if you need help with that. > > Alex > > On Fri, Jul 30, 2010 at 8:43 AM, Wild, Rodney <[hidden email]> wrote: >> Yea that is exactly right, I have a drop down list with a list of people in it with email address attached and I want it to appear as being from that user and when someone hits reply it would go to their email address. Not sure if xpath would do it because I have not played with it ... yet. >> >> Rod >> >> -----Original Message----- >> From: Alessandro Vernet [mailto:[hidden email]] >> Sent: July 29, 2010 4:31 PM >> To: ops-users >> Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? >> >> Rod, >> >> You are saying that you'd like the emails From to depend on some data entered in the form; is that right? This is not possible right now, and the From is set with the oxf.fr.email.from.*.* property, which takes a static value. If it were to take an XPath expression, would that do it for your use case? >> >> Alex >> >> On Thu, Jul 29, 2010 at 1:45 PM, Wild, Rodney <[hidden email]> wrote: >>> Hi Everyone, Is there any way of setting the email from line on >>> emails within the form in form runner? I know that this can be done >>> in the template but I would rather do this in the form if it is possible. >>> Thanx in advance for any help! >>> >>> >>> >>> Rodney Wild >>> >>> IT Support >>> >>> Prism Distribution >>> >>> 403-538-8042 >>> >>> >>> >>> -- >>> You receive this message as a subscriber of the [hidden email] >>> mailing list. >>> To unsubscribe: mailto:[hidden email] >>> For general help: mailto:[hidden email]?subject=help >>> OW2 mailing lists service home page: http://www.ow2.org/wws >>> >>> >> >> >> >> -- >> Orbeon Forms - Web forms, open-source, for the Enterprise - >> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet >> >> >> -- >> You receive this message as a subscriber of the [hidden email] mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> > > > > -- > Orbeon Forms - Web forms, open-source, for the Enterprise - > http://www.orbeon.com/ My Twitter: http://twitter.com/avernet > Orbeon Forms - Web forms, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Rod,
My mistake: those resources are in WEB-INF/lib/orbeon-form-runner.jar. You can uncompress this file in your WEB-INF/resources, and the files in that directory will take precedence over those in the jar file. After uncompressing the resources, you'll get a resources/apps/fr. Alex On Friday, August 6, 2010, Wild, Rodney <[hidden email]> wrote: > Looked in the /opt/tomcat/webapps/orbeon/WEB-INF/resources/apps folder and there is no fr folder. I installed it using the tomcat deployment option in the tomcat manager did that make a difference. Oh and I am running the nightly builds. > > Rod > > -----Original Message----- > From: Alessandro Vernet [mailto:[hidden email]] > Sent: August 5, 2010 6:48 PM > To: [hidden email] > Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? > > Rod, > > You'll find that directory inside the Orbeon Forms war file, under WEB-INF/resources/apps/fr. > > Alex > > On Wednesday, August 4, 2010, Wild, Rodney <[hidden email]> wrote: >> You have mentioned the apps/fr directory several times and I have seen it in the docs but I don't see it on my server (running tomcat)? Am I missing something? >> >> Rod >> >> -----Original Message----- >> From: Alessandro Vernet [mailto:[hidden email]] >> Sent: August 4, 2010 11:34 AM >> To: ops-users >> Subject: [ops-users] Re: RE: Re: Re: Is there any way of setting the email from line on emails within the form in form runner? >> >> Rod, >> >> Sounds like XPath would do it in this case, which would require a change to Form Runner, but I think it would make sense. You can certainly change the code of Form Runner yourself (the source is in apps/fr). If you wish to go that route, you'll let us know if you need help with that. >> >> Alex >> >> On Fri, Jul 30, 2010 at 8:43 AM, Wild, Rodney <[hidden email]> wrote: >>> Yea that is exactly right, I have a drop down list with a list of people in it with email address attached and I want it to appear as being from that user and when someone hits reply it would go to their email address. Not sure if xpath would do it because I have not played with it ... yet. >>> >>> Rod >>> >>> -----Original Message----- >>> From: Alessandro Vernet [mailto:[hidden email]] >>> Sent: July 29, 2010 4:31 PM >>> To: ops-users >>> Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? >>> >>> Rod, >>> >>> You are saying that you'd like the emails From to depend on some data entered in the form; is that right? This is not possible right now, and the From is set with the oxf.fr.email.from.*.* property, which takes a static value. If it were to take an XPath expression, would that do it for your use case? >>> >>> Alex >>> >>> On Thu, Jul 29, 2010 at 1:45 PM, Wild, Rodney <[hidden email]> wrote: >>>> Hi Everyone, Is there any way of setting the email from line on >>>> emails within the form in form runner? I know that this can be done >>>> in the template but I would rather do this in the form if it is possible. >>>> Thanx in advance for any help! >>>> >>>> >>>> >>>> Rodney Wild >>>> >>>> IT Support >>>> >>>> Prism Distribution >>>> >>>> 403-538-8042 >>>> >>>> >>>> >>>> -- >>>> You receive this message as a subscriber of the [hidden email] >>>> mailing list. >>>> To unsubscribe: mailto:[hidden email] >>>> For general help: mailto:[hidden email]?subject=help >>>> OW2 mailing lists service home page: http://www.ow2.org/wws >>>> >>>> >>> >>> >>> >>> -- >>> Orbeon Forms - Web forms, open-source, for the Enterprise - >>> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet >>> >>> >>> -- >>> You receive this message as a subscriber of the [hidden email] mailing list. >>> To unsubscribe: mailto:[hidden email] >>> For general help: mailto:[hidden email]?subject=help > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Thanx Alex.
Rod -----Original Message----- From: Alessandro Vernet [mailto:[hidden email]] Sent: August 10, 2010 11:23 AM To: [hidden email] Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? Rod, My mistake: those resources are in WEB-INF/lib/orbeon-form-runner.jar. You can uncompress this file in your WEB-INF/resources, and the files in that directory will take precedence over those in the jar file. After uncompressing the resources, you'll get a resources/apps/fr. Alex On Friday, August 6, 2010, Wild, Rodney <[hidden email]> wrote: > Looked in the /opt/tomcat/webapps/orbeon/WEB-INF/resources/apps folder and there is no fr folder. I installed it using the tomcat deployment option in the tomcat manager did that make a difference. Oh and I am running the nightly builds. > > Rod > > -----Original Message----- > From: Alessandro Vernet [mailto:[hidden email]] > Sent: August 5, 2010 6:48 PM > To: [hidden email] > Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? > > Rod, > > You'll find that directory inside the Orbeon Forms war file, under WEB-INF/resources/apps/fr. > > Alex > > On Wednesday, August 4, 2010, Wild, Rodney <[hidden email]> wrote: >> You have mentioned the apps/fr directory several times and I have seen it in the docs but I don't see it on my server (running tomcat)? Am I missing something? >> >> Rod >> >> -----Original Message----- >> From: Alessandro Vernet [mailto:[hidden email]] >> Sent: August 4, 2010 11:34 AM >> To: ops-users >> Subject: [ops-users] Re: RE: Re: Re: Is there any way of setting the email from line on emails within the form in form runner? >> >> Rod, >> >> Sounds like XPath would do it in this case, which would require a change to Form Runner, but I think it would make sense. You can certainly change the code of Form Runner yourself (the source is in apps/fr). If you wish to go that route, you'll let us know if you need help with that. >> >> Alex >> >> On Fri, Jul 30, 2010 at 8:43 AM, Wild, Rodney <[hidden email]> wrote: >>> Yea that is exactly right, I have a drop down list with a list of people in it with email address attached and I want it to appear as being from that user and when someone hits reply it would go to their email address. Not sure if xpath would do it because I have not played with it ... yet. >>> >>> Rod >>> >>> -----Original Message----- >>> From: Alessandro Vernet [mailto:[hidden email]] >>> Sent: July 29, 2010 4:31 PM >>> To: ops-users >>> Subject: [ops-users] Re: Re: Is there any way of setting the email from line on emails within the form in form runner? >>> >>> Rod, >>> >>> You are saying that you'd like the emails From to depend on some data entered in the form; is that right? This is not possible right now, and the From is set with the oxf.fr.email.from.*.* property, which takes a static value. If it were to take an XPath expression, would that do it for your use case? >>> >>> Alex >>> >>> On Thu, Jul 29, 2010 at 1:45 PM, Wild, Rodney <[hidden email]> wrote: >>>> Hi Everyone, Is there any way of setting the email from line on >>>> emails within the form in form runner? I know that this can be >>>> done in the template but I would rather do this in the form if it is possible. >>>> Thanx in advance for any help! >>>> >>>> >>>> >>>> Rodney Wild >>>> >>>> IT Support >>>> >>>> Prism Distribution >>>> >>>> 403-538-8042 >>>> >>>> >>>> >>>> -- >>>> You receive this message as a subscriber of the [hidden email] >>>> mailing list. >>>> To unsubscribe: mailto:[hidden email] >>>> For general help: mailto:[hidden email]?subject=help >>>> OW2 mailing lists service home page: http://www.ow2.org/wws >>>> >>>> >>> >>> >>> >>> -- >>> Orbeon Forms - Web forms, open-source, for the Enterprise - >>> http://www.orbeon.com/ My Twitter: http://twitter.com/avernet >>> >>> >>> -- >>> You receive this message as a subscriber of the [hidden email] mailing list. >>> To unsubscribe: mailto:[hidden email] >>> For general help: mailto:[hidden email]?subject=help > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |