I am using the workflow "Send XSLT transformed extended email" with Contour and if I use the macro as a user control the order of all my fields get mixed up, but they are correct if I use the "Razor" macro. I can't use the Razor one, as it doesn't display uploads or the calendar picker.
How can I get my fields in the same order as they appear in the form?
I am using contour 3.0.17 and the above sortselects does in fact change the order of the fields, but not in the order which they appear on the form. I am using a 2 page form set up. Despite various configurations of the above ascending/descending, I just can't make this work! Anyone have any other ideas? It would be nice to be able to ouput the xsl at least so we can see exactly what is going on under the covers!
Steve, thanks for the trick, there is some formatting issues on your post as it looks like spaces were stripped from your code block. There should be some spaces between sort and select. Also had to cast the data as numbers to make this work for me:
XSLT Transformed Email Field Sort Order
I am using the workflow "Send XSLT transformed extended email" with Contour and if I use the macro as a user control the order of all my fields get mixed up, but they are correct if I use the "Razor" macro. I can't use the Razor one, as it doesn't display uploads or the calendar picker.
How can I get my fields in the same order as they appear in the form?
This did the trick:
I am using contour 3.0.17 and the above sortselects does in fact change the order of the fields, but not in the order which they appear on the form. I am using a 2 page form set up. Despite various configurations of the above ascending/descending, I just can't make this work! Anyone have any other ideas? It would be nice to be able to ouput the xsl at least so we can see exactly what is going on under the covers!
Thanks in advance!
Jamie
Steve, thanks for the trick, there is some formatting issues on your post as it looks like spaces were stripped from your code block. There should be some spaces between sort and select. Also had to cast the data as numbers to make this work for me:
is working on a reply...