From an XSLT showing contour data (from a comment form) i need to get the member who created the comment's userid.
I have tried using the 'HiddenField' but i have no clue how to put the current members MemberID into default value.
I have also tried to make my own field type, which works well except, I don't want it to be shown when the Contour form is displayed on the webpage.
I have tried to set HideField and HideLabel to true, but if i just set them nothing happens, if i override them to always return 'true' the label/field goes away, but is also gone from the HTML :-(
Please guide me ;-)
p.s. Tim, would it be possible that you could update the shared source to the newest Contour version?
Member ID in Contour Form
Hi there
From an XSLT showing contour data (from a comment form) i need to get the member who created the comment's userid.
I have tried using the 'HiddenField' but i have no clue how to put the current members MemberID into default value.
I have also tried to make my own field type, which works well except, I don't want it to be shown when the Contour form is displayed on the webpage.
I have tried to set HideField and HideLabel to true, but if i just set them nothing happens, if i override them to always return 'true' the label/field goes away, but is also gone from the HTML :-(
Please guide me ;-)
p.s. Tim, would it be possible that you could update the shared source to the newest Contour version?
Problem solves with some XPath
Comment author was deleted
Good point, I'll update the shared sourcecode to the latest version in one of the next days
Thanks a lot, if you have the time, please post here when done :-)
is working on a reply...