So I have the latest build of FF Pro installed and have a form that is suddenly (after the latest update) showing this at the top of the form:
" ";s
When I view the source it shows me:
<fieldset> "<legend class="frm_screen_reader">Request Assistance</legend> ";s<div class="frm_fields_container">
I have the title and description this form set to not show. When I enable the title/description it does show:
"
Request Assistance
";
I have no idea how to fix this. It's rather urgent because we are supposed to go live with this in a few days.
Anyone know how to fix this?
I found the problem. Somewhere along the line there must have been some serialization error. I edited directly in the db and removed the extra \" and \"s; from the serialized data (after deserializing and then reserializing). All is well.
Please login or Register to submit your answer