Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have few forms for the users to fill in after logging in.. In the admin listing I want to know who filled the form..
How can I save the username and full name as part of the form data?
Thanks and Best Regards,Ansar
psuedo:
<input type="hidden" value="um.lib:GetCurrentMember()/username" name="username" />
Thank you for the reply.. but I dont know how to use it.. Can you please give a bit more details..
I am able to save data from QueryString using [@key] syntax.. but data from hidden fields is not getting saved.. Please help
Thanks and Regards,Ansar
Try to set ur form to method="get" and see if the values are in the querystring ? is it a .net form, or just a normal ? remember runat="server" if its a .net
Its an Umbraco Contour form.
Yes the data is getting posted to server.. I can see it using umbDebugShowTrace=1.
But its not getting saved!
ahh sry im new in this forum, dident read the category "contour"..
Maybe u have to make a hidden field in contours, and ex with javascript add the value to the hidden <input>..
/J
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to save the logged in user's name?
Hi,
I have few forms for the users to fill in after logging in.. In the admin listing I want to know who filled the form..
How can I save the username and full name as part of the form data?
Thanks and Best Regards,
Ansar
psuedo:
<input type="hidden" value="um.lib:GetCurrentMember()/username" name="username" />
Hi,
Thank you for the reply.. but I dont know how to use it.. Can you please give a bit more details..
I am able to save data from QueryString using [@key] syntax.. but data from hidden fields is not getting saved.. Please help
Thanks and Regards,
Ansar
Try to set ur form to method="get" and see if the values are in the querystring ? is it a .net form, or just a normal ? remember runat="server" if its a .net
Its an Umbraco Contour form.
Yes the data is getting posted to server.. I can see it using umbDebugShowTrace=1.
But its not getting saved!
ahh sry im new in this forum, dident read the category "contour"..
Maybe u have to make a hidden field in contours, and ex with javascript add the value to the hidden <input>..
/J
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.