With the last save of a form that was 99.9% complete, the form now is stored in a meshed-up way. Most element have become part of another element and the Events / Form settings / Legend tabs now all display an empty screen.
Can this form be repaired?
Regards,
Ben.
Hi Ben,
This looks like CFv4, the most likely cause is either using double quotes "" in a Formatted text element; or an unclosed <div> (or some other tag) in one of the custom elements. Could either of these be causing the problem?
Bob
And the strange thing is that the form itself is working and displayed correct on the website, see image ... (?)
I only cannot edit it anymore.
Regards,
Ben
No replies anymore :-(
Is there no way to repair this form?
Ben
I was able to repair the form myself after all. Not with the use of the component itself, because the component ( in the form manager > code box ) did not show the error.
I went to the mysql database and opened the broken form in table ..._chronoforms. The layout code is stored in field wizardcode. Copied the code into Notepad++ and there I found one (1) qoute (as Bob expected) in the last entry that I made in the form. This qoute should not be there. A real typo. No closing qoute, of course, so there was the point the form was broken.
After deleting the quote and storing the edited code back into the wizardcode field, the form was ok again.
Ben.