formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.88k stars 1.06k forks source link

FIO-8141 Fixed error for nested forms in deployed in jsfiddle #5551

Closed HannaKurban closed 6 months ago

HannaKurban commented 6 months ago

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-8141

Description

Previously, when loading a Nested Form component via jsfiddle, an incorrect request was sent to load the child form. As a result, error 400 occurred and the form was not displayed. This has been fixed by adding an additional check for the formSrc property

Dependencies

no

How has this PR been tested?

locally with using JSFiddle

Checklist: