Hi we created a form that gets assigned through a form action.
When we submit it nothing happens.
The Form action remains in processing and never completes.
We have a trigger that checks for form submissions that never runs in a seperate workflow.
Is there some kind of config that we did not add to the form?
Hi @Yaseenl ,
Can you send the screenshot of the Workflows or may be the json part?
Before that, I thought of mention something here, you need to mention the Form Filter Option
on the Form Submitted Trigger
. Check that once.
Thanks!!
You can also, try using the main workflow to handle the form response. The formData JSON provides the output of Form action once the form got submitted.
As we can confirm where the error is. Thanks!!
So if there are issues with the types of specific form attributes the form will not highlight this but will also not run to completion. The issue is resolved.
Thanks
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.