check if someone submitted a form with an email that was submitted before
hi, i have a form with a field to store email, now i want to check if the email that the user submitted is not already submitted before and if it does display appropriate message, does anyone can direct me how to do it?
i got an idea to do it with code first and then use the submit event and check it (still hasn't figured out how to check it) but i don't want to convert it, it will take me ages to convert it... thank you...
check if someone submitted a form with an email that was submitted before
hi, i have a form with a field to store email, now i want to check if the email that the user submitted is not already submitted before and if it does display appropriate message,
does anyone can direct me how to do it?
i got an idea to do it with code first and then use the submit event and check it (still hasn't figured out how to check it) but i don't want to convert it, it will take me ages to convert it...
thank you...
Hi Eran,
Maybe this will help you:
1. Reg the event:
2. search the entries
thanks that helped me alot :)
Dear Eran,
I have the exact same requirements, can you please share your solution with me.
Thanks
You welcome.
Its the least I can do...
I am using Umbraco forms 4.3.2 and there is no RecordService in the form services?
how can I register record submitted event without the record service
is working on a reply...