still problems with extended forms not formatting page properly
Permalink
Everytime I build content for my extended forms block I seem to get the same result once I save the page for publishing.
I loose the Tool Box,buttons Edit Create Blog Page and Dahboard.
Now note, this issue only occurs on the parge where i place the extended form block
NO OTHER PAGES
From other pages I will clear cache, do site and index auto rebuilds and whatever i can think of.
Pretty urls on all th time.
can not fix and would appreciate ideas,
using for my Newsletter Form
http://seocoyote.com/newsletter-signup/...
I tried to use on contact Us page but went back to std form block in the end
Please help if you can??
thx
I loose the Tool Box,buttons Edit Create Blog Page and Dahboard.
Now note, this issue only occurs on the parge where i place the extended form block
NO OTHER PAGES
From other pages I will clear cache, do site and index auto rebuilds and whatever i can think of.
Pretty urls on all th time.
can not fix and would appreciate ideas,
using for my Newsletter Form
http://seocoyote.com/newsletter-signup/...
I tried to use on contact Us page but went back to std form block in the end
Please help if you can??
thx
Yes you may be correct.
I looked at the inspector and saw bunches of RED CODE but I most certainly do noy know what it all means or even where to start.
it does talk in the code notes thtat it cannot even be certain jquery has started/loaded. whatever that means.
this issue has happened before so thinking i will withdraw extended form from my projrct and try to upload a newer version somthing might be lost and see uf that fixes it.
otherwise i do not know where to even start
any other ideas much welcome
thx
I looked at the inspector and saw bunches of RED CODE but I most certainly do noy know what it all means or even where to start.
it does talk in the code notes thtat it cannot even be certain jquery has started/loaded. whatever that means.
this issue has happened before so thinking i will withdraw extended form from my projrct and try to upload a newer version somthing might be lost and see uf that fixes it.
otherwise i do not know where to even start
any other ideas much welcome
thx
What you are seeing typically arises for one of 2 reasons:
1. You have some javascript that is failing in a way that breaks javascript, so the JS that renders the missing stuff doesn't get a chance to execute.
2. You have broken HTML such as mis-matched tags earlier in the page, so the html for the missing stuff is skewed.
I would start by looking carefully at the HTML for your form. Also check the developer console for javascript errors.