Open Source Forms Workflow Analytics Solution Framework. https://formsflow.ai/
do I need to develop custom API which supports following url format,
{{CUSTOM_SUBMISSION_URL}}/form/<formid>/submission
Is there any way we can publish form to a particular client instead of all?
@sabalalani Please refer the GitHub issue relating to you query
AOT-Technologies/forms-flow-ai#1164
@ranjit-battewad, The Review Section Action should be added at designer level while designing the forms and add a condition to that section to display on a particular group of the owner and status at which this should be shown . This varies as per bussiness logic/ decision level so its the designer to choose and create what kind of action they want to show.
Please Refer this similar issue here : AOT-Technologies/forms-flow-ai#237
Hi All,
Can someone help in getting data from the API URL to the dropdown, where if
API URL: https://test.com/test
and
API data: { "data": [{"id": 1, "name": "p1"}] }