Hi,
I am having an issue on one of my pages (https://www.albondogranch.com/daycare-booking).
It has a formidable form on the page with an alert box at the top when needed.
When I go to change the text in an alert box at the top of the page the page generates all this text that it dumps on the frontend below the form and I have to go to page setting in Wordpress and delete it.
It seems to be something to do with this [cs_content_seo] then lots of text from the page and booking info and then this js (var input = document.createElement('input'); input.setAttribute('type', 'hidden'); input.setAttribute('name', 'ct_checkjs_frm'); input.setAttribute('value', '39ec4e523624151c1974fbbe7008b77b5e94544df3134b9cfaf9e6d8bae41f7e'); for (i = 0; i < document.forms.length; i++) { if (typeof document.forms[i].id == 'string'){ if(document.forms[i].id.search('form_o2l9n') != -1) { document.forms[i].appendChild(input); } } }[/cs_content_seo]
Hope this is something you can help with!
Cheers,
Jonathan

