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
Forms created with v1.3.14 of WF that is now at the latest version cause the page they're attached to to throw a 500 server error.
The issue seems to appear from the fact that the slug of the form is null.
A workaround exists for the issue. If a user changes something in the form (and saves it), the slug is generated, and the form will work.
Steps to reproduce
Start a WF instance with v1.3.14
Create a form in the admin
Upgrade the instance to the latest version (v1.6.7)
Create a new page
Attach the form to the new page
Publish & save the page
Open the page
The page opens with a 500 Server Error
Expected
The page should open and show the form.
Otherwise, could you send the user a warning/error? When saving the page, the user should see an error banner. The banner should mention that a problem occurred because the form is incompatible.
The text was updated successfully, but these errors were encountered:
Forms created with v1.3.14 of WF that is now at the latest version cause the page they're attached to to throw a 500 server error.
The issue seems to appear from the fact that the slug of the form is
null.
A workaround exists for the issue. If a user changes something in the form (and saves it), the slug is generated, and the form will work.
Steps to reproduce
Expected
The page should open and show the form.
Otherwise, could you send the user a warning/error? When saving the page, the user should see an error banner. The banner should mention that a problem occurred because the form is incompatible.
The text was updated successfully, but these errors were encountered: