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 created a simple rolebased page where members log in to entry some data using Umbraco form.
Is there a way to get the Umbraco Form to register which member has submitted the form?
I'm already using the members ID to gather some information from my database using Stored procedures. This is done in the code.
Is there a way to add this memberID to the Form from backoffice?
Hi Simon,
You'd probably need to create a new field type that automatically gets filled with the member id. These docs should help you out but shout up if you need any extra help.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get Memberdata into Umbraco form when submitting
Hi
I have created a simple rolebased page where members log in to entry some data using Umbraco form.
Is there a way to get the Umbraco Form to register which member has submitted the form?
I'm already using the members ID to gather some information from my database using Stored procedures. This is done in the code.
Is there a way to add this memberID to the Form from backoffice?
Hi Simon,
You'd probably need to create a new field type that automatically gets filled with the member id. These docs should help you out but shout up if you need any extra help.
is working on a reply...