I am trying to: Edit a user registration form that I created. After following the wizard and saving the form. the content edit field disappears and I cannot edit the form again. not even if I duplicate. I would need to recreate the form every time to make changes.
Link to a page where the issue can be seen: hidden link
I expected to see: Content edit field, as it shows when i edit a post form
Instead, I got: All other settings to edit except for the content edit field where I can physically edit the user registration form.
I have discovered that when I inspect the elements, I saw that there was a style="display:none;" on the element box. I removed this and it shows the box. and actually saved the change because when i refreshed the page it was still showing.
I assume this saved because the toolset is a progressive web app plugin using react or soemthing. this is scary though. What happens when I start randomly changing elements with inspector?