Forms dissappeared/blank in frontend!? version 1.1.10
Hi!
On tuesday all forms dissappeared from our site. No errors are given in any log. In umbraco backend everything seems to work and I can access the forms without any problem.
With dissappeared I mean that everything is blank when I enter the page on the site the forms does not show up anymore.
I am using the contour macro to fetch the form in my templates.
So appaers to have been due to additions of inline c# code to the page where the contour usercontrol was used... you wouldn't have this issue with the razor macro but since it's an old version
Forms dissappeared/blank in frontend!? version 1.1.10
Hi!
On tuesday all forms dissappeared from our site. No errors are given in any log. In umbraco backend everything seems to work and I can access the forms without any problem.
With dissappeared I mean that everything is blank when I enter the page on the site the forms does not show up anymore.
I am using the contour macro to fetch the form in my templates.
Does anyone know why everything vanished?
Comment author was deleted
How does the markup of the rendered page look, also nothing?
Comment author was deleted
It uses the same logic to fetch forms in backoffice so... you didn't enable caching on the form macro or something similar?
Comment author was deleted
Try saving a form in the backoffice and see if that does anything
All that is rendered on all the forms are a previous and next button.
Click on the 1 to see what it looks like.
And the html looks like this.
I did try to save the form again, but nothing happens. The macro..
Comment author was deleted
Please send login details to tg at umbraco dot com and I'll take a look asap
Comment author was deleted
So appaers to have been due to additions of inline c# code to the page where the contour usercontrol was used... you wouldn't have this issue with the razor macro but since it's an old version
Tim is correct, in our master template it was the addition of inline C# code between
that caused the error. Moving the code to a macro solved the problem.
is working on a reply...