You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a weird issue when submitting a form.
I tried all kind of combinations and it sometimes works and sometimes it doesn't.
(depending on the HTML in the Form setting it seems)
Error:
Error on submit
Error in Email Notification 1 : Email Body : Failed to render Handlebar template : Reached end of template before block expression '' was closed - at Satrabel.OpenForm.Components.OpenFormAPIController.Submit()
In the end I found out that somehow the {{#if Field}} contained a
So: {{#if Field}}
as you can't see this int he editor, it's not that easy to spot.
After removing the the template worked as expected.
Just login this in case other might experiencing this too.
Please close the issue :-)
The text was updated successfully, but these errors were encountered:
I had a weird issue when submitting a form.
I tried all kind of combinations and it sometimes works and sometimes it doesn't.
(depending on the HTML in the Form setting it seems)
Error:
Error on submit
Error in Email Notification 1 : Email Body : Failed to render Handlebar template : Reached end of template before block expression '' was closed - at Satrabel.OpenForm.Components.OpenFormAPIController.Submit()
In the end I found out that somehow the {{#if Field}} contained a
So:
{{#if Field}}
as you can't see this int he editor, it's not that easy to spot.
After removing the
the template worked as expected.Just login this in case other might experiencing this too.
Please close the issue :-)
The text was updated successfully, but these errors were encountered: