My form is coming along beautifully, but at the end page (submit), the CF Bootstrap is loading and destroying the design.
The files loading come from:
This makes the headers blue (on a red site) - the form uses the templates bootstrap right up until this point, then blam - broken look.
I have tried to remove the debugger with no change. Any help greatly appreciated.
The files loading come from:
/libraries/cegcore/assets/bootstrap/css/ bootstrap.css bootstrap-gcore.css bootstrap-theme.css
This makes the headers blue (on a red site) - the form uses the templates bootstrap right up until this point, then blam - broken look.
I have tried to remove the debugger with no change. Any help greatly appreciated.
Hi designsedge,
I don't know why this would happen, I don't think that CF deliberately loads different files on the last page.
If you don't use the bootstrap.css files on the site then you could just rename them to e.g. bootstrap.old.css and replace them with empty files.
Bob
I don't know why this would happen, I don't think that CF deliberately loads different files on the last page.
If you don't use the bootstrap.css files on the site then you could just rename them to e.g. bootstrap.old.css and replace them with empty files.
Bob
Tried that, however; it breaks the administration component style.
It's a really odd situation and it does occur on all of my forms.
Any suggestions? Anyway to hard code not to load these resources?
It's a really odd situation and it does occur on all of my forms.
Any suggestions? Anyway to hard code not to load these resources?
Do you have other forms loaded on the same page ? even in a module ?
This topic is locked and no more replies can be posted.