I create forms using Umbraco Forms demo/trial version. I would like to configure my workflow so that use send form to url for example to method post to my controller. It is not working. I google i can't see resolve my problem.
Maybe it is problem trial version?
Send email not working too.
Perhaps i must configure my workflow.
All features are available even when you are running in trial mode. So you should be able to use the post to URL.
Regarding that you are not getting emails sent, have you configured the STMP host in the web.config?
If you are running your project on localhost, then you can use this little smart tool called SMTP4Dev https://smtp4dev.codeplex.com to check if you get the emails, if you do so, then you know there is something with the SMTP settings in your web.config file.
Umbraco forms - configure workflow
I create forms using Umbraco Forms demo/trial version. I would like to configure my workflow so that use send form to url for example to method post to my controller. It is not working. I google i can't see resolve my problem. Maybe it is problem trial version? Send email not working too. Perhaps i must configure my workflow.
Hi Martha and welcome to our.
All features are available even when you are running in trial mode. So you should be able to use the post to URL.
Regarding that you are not getting emails sent, have you configured the STMP host in the web.config?
If you are running your project on localhost, then you can use this little smart tool called SMTP4Dev https://smtp4dev.codeplex.com to check if you get the emails, if you do so, then you know there is something with the SMTP settings in your web.config file.
Hope this helps,
/Dennis
Thanks, for email
Could someone create a tutorial, which show how do:
Hello, were you able to find a solution? Can you share?
is working on a reply...