I'm using Umbraco Forms in a new websites. This website is Merchello enabled, so I got products in there too. I want to create an enquiry/request form and collect the country of requester (so I shall show a full list of countries) and enable requester to select products they are interested in.
Thus, the form will have fields like Countries drop down list as well as products to choose from. Please advise on how should I do it.
Note: I tried webservice datasource but although it successfully invokes the web api method (i.e. GetAllCountries() that returns a list of countries object), Umbraco Forms backend never saved and always gets error (Datasource failed to save: Data at the root level is invalid. Line 1, position 1. )
Umbraco Forms Datasource Webservice
I'm using Umbraco Forms in a new websites. This website is Merchello enabled, so I got products in there too. I want to create an enquiry/request form and collect the country of requester (so I shall show a full list of countries) and enable requester to select products they are interested in.
Thus, the form will have fields like Countries drop down list as well as products to choose from. Please advise on how should I do it.
Note: I tried webservice datasource but although it successfully invokes the web api method (i.e. GetAllCountries() that returns a list of countries object), Umbraco Forms backend never saved and always gets error (Datasource failed to save: Data at the root level is invalid. Line 1, position 1. )
is working on a reply...