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 am new at working with Umbraco Forms. In trial version, at workflow section I find different ways to post data of form as a xml, email, etc.
I had found a link for storing data of form on Azure Storage Blob. Here is the url : https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/IFileSystem/
I am looking for a way to post data of Form to Azure Storage Table on click of submit button.
Anybody know how I can achieve this functionality?
Thanks, Rikhav Shah
Hi Rikhav
One of the coolest things about Umbraco Forms is the extensibility. Ie. you can add your own workflow types, that can be executed from your forms.
For this, I would create a workflow type, that saves the form data to your Azure Storage Table.
There is documentation here: https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Workflowtype
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Looking for a way to post data to Azure Storage on click of submit button of a Umbraco Form
I am new at working with Umbraco Forms. In trial version, at workflow section I find different ways to post data of form as a xml, email, etc.
I had found a link for storing data of form on Azure Storage Blob. Here is the url : https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/IFileSystem/
I am looking for a way to post data of Form to Azure Storage Table on click of submit button.
Anybody know how I can achieve this functionality?
Thanks, Rikhav Shah
Hi Rikhav
One of the coolest things about Umbraco Forms is the extensibility. Ie. you can add your own workflow types, that can be executed from your forms.
For this, I would create a workflow type, that saves the form data to your Azure Storage Table.
There is documentation here: https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Workflowtype
is working on a reply...