Have recently purchased Contour to power our commenting system. However I've hit a bit of a wall with XSLT transformed mail. What I would like to able to do is run arguments using the PageID taken from the page the form was submitted on.
However I don't think that is stored in the 'records' param. Any ideas how would I go about getting at it?
I had infact tried that already but had completely negleted to refrence the @id of the varible that I had created resulting in it returning the data from inside the node.
Refrencing Page ID in XSLT transformed mail
Hello all,
Have recently purchased Contour to power our commenting system. However I've hit a bit of a wall with XSLT transformed mail. What I would like to able to do is run arguments using the PageID taken from the page the form was submitted on.
However I don't think that is stored in the 'records' param. Any ideas how would I go about getting at it?
Hi Drew, the page id is available under the uformRecord as a node called pageid.
This sample is sending email from Contour using the api and xslt transform
Hth,
Harald
Ahhhh,
I had infact tried that already but had completely negleted to refrence the @id of the varible that I had created resulting in it returning the data from inside the node.
Thankyou Harald
is working on a reply...