I'm unable to edit the second half of my form.
It looks as though all of the individual form pieces are being selected when I select the edit button.
Thx
I'm unable to edit the second half of my form.
It looks as though all of the individual form pieces are being selected when I select the edit button.
Thx
I'd guess a JavaScript error. Maybe you're using a plugin that inserts JS into the admin area?
Another possibility is you've got malformed HTML in one of your labels and it is causing problems? Check for a missing close tag on the fields in the top half, or the first one that isn't working.
Yep, I would agree with Kyle on this one.. it sounds like some malformed HTML markup in your form is breaking the editor. Without seeing the problem in action though it's hard to give you a definitive answer. If you still can't figure it out, you're welcome to use the contact form to send us an admin login/password so we can take a peek and see what we can figure out.
Yeah, I just checked this via a login and it's tied to bad HTML in one of the label fields. Suggested exporting the XML and combing through that to try and locate the HTML issue.
User found and fixed the problem.