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
I want to edit/modify a specific field from Umbraco Forms before it save to the database.
For example. I want to format the 'Name' field before it reach the database.
I already tried FormService.Saving and FormStorage.Saving events but it doesn't update the record and it's not even hitting the breakpoint.
FormService.Saving
FormStorage.Saving
I don't like to use custom workflow as it require to add another workflow in the form where I just like to format a specific field.
I can't find any answers online.
I hope somebody can help.
This is an Umbraco Forms 8.5.7 running in Umbraco 8
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco forms - record saving event.
I want to edit/modify a specific field from Umbraco Forms before it save to the database.
For example. I want to format the 'Name' field before it reach the database.
I already tried
FormService.Saving
andFormStorage.Saving
events but it doesn't update the record and it's not even hitting the breakpoint.I don't like to use custom workflow as it require to add another workflow in the form where I just like to format a specific field.
I can't find any answers online.
I hope somebody can help.
This is an Umbraco Forms 8.5.7 running in Umbraco 8
Thanks
is working on a reply...