Im using pliable form wich is working great the only problem is that. I am having trouble finding the part where i can change een email template. I have looked in the xslt files but havent found the part so far. So any ideas would be great.
Unfortunately it isn't as easy as editing an XSLT. You will have to edit the source code which is available under the source code tab. This only gives you enough to build a new PliableForm.dll that you can override when you install the package.
I finally got around to look a bit more at the source code. I changed some settings in the PliableSender.asmx.cs file and build the project in VS 2012 Express for Web. I kept it simple and only changed the following:
Changing E-mail template
Hi,
Im using pliable form wich is working great the only problem is that.
I am having trouble finding the part where i can change een email template. I have looked in the xslt files but havent found the part so far. So any ideas would be great.
Thanks in advance !
even am looking for the same.. if anyone knows please update here
I have the same problem. Anyone found the solution? :)
Unfortunately it isn't as easy as editing an XSLT. You will have to edit the source code which is available under the source code tab. This only gives you enough to build a new PliableForm.dll that you can override when you install the package.
Yeah discovered it the other day. Forgot to post it here.
But thx for clearing it up :)
/Michael
Were you able to get it working?
I finally got around to look a bit more at the source code. I changed some settings in the PliableSender.asmx.cs file and build the project in VS 2012 Express for Web. I kept it simple and only changed the following:
THen I just copied the new dll to my server.
is working on a reply...