Form submission works only with test button. Form submission in article does not work.
My findings:
I created form with Designer where is one dropdown with four events which show/hide two containers with textboxes. Only one container is visible at a time (other is hidden). This is working fine also in article, but when I add second dropdown with another two containers with the show/hide events for them, this si not working if form is submitted from article. When Ajax is enabled, page is waiting at loading indicator. When Ajax is dissabled, I get error 500. If form is tested from backend with test button, it is working (data are submitted into DB table).
Where can be the problem?
Thanks for help
My findings:
I created form with Designer where is one dropdown with four events which show/hide two containers with textboxes. Only one container is visible at a time (other is hidden). This is working fine also in article, but when I add second dropdown with another two containers with the show/hide events for them, this si not working if form is submitted from article. When Ajax is enabled, page is waiting at loading indicator. When Ajax is dissabled, I get error 500. If form is tested from backend with test button, it is working (data are submitted into DB table).
Where can be the problem?
Thanks for help