I have a form that can only submitted once per logged in member.
How can I achieve this.
My idea is to create a .NET usercontrol that checks if the currently logged in user has submitted the form or not and then shows the RenderForm user control from contour.
One additional question. When a user logs in starts filling in the form, but leaves the site after for example completing 2 of 4 steps. Is it possible to have the user pick in where he left off after he logs in again. For example starting at step 3.
Submit forms once
Hi,
I have a form that can only submitted once per logged in member.
How can I achieve this.
My idea is to create a .NET usercontrol that checks if the currently logged in user has submitted the form or not and then shows the RenderForm user control from contour.
Is this possible ?
Dave
Dave,
You could on the template use inline c# that does the member logged in test and has already submitted form test then show or not show the macro.
Regards
Ismail
Comment author was deleted
Yup I would suggest the same,
You could use the contour recordsviewer to check if an entry from a certain member id has been made
Okay. Nice to hear that.
One additional question. When a user logs in starts filling in the form, but leaves the site after for example completing 2 of 4 steps. Is it possible to have the user pick in where he left off after he logs in again. For example starting at step 3.
Comment author was deleted
yup that's possible by default
is working on a reply...