Populate a subject line on email form submit with field data???

B

bairda

Hi!

I have a form that is being submitted via email and would like to populate
the subject line with data from the form.

For instance, I would like to have the subject line read:

"singleName has requested an absense starting on startDate."

where the variables singleName and startDate are populated with the field
data.

So the above subject when submitted would read:

"John Doe has requested an absense starting on 1/05/05."

Is this possible and if so what are the programming steps to accomplish?
Thanks!

-Alex Baird-
 
V

virgul

Hi,


it's not very hard when you define where the formular is send in the
object line press Fx and include that:
concat( champ1, " your text ", champ2) it's an XPath expression

++
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top