Related to: #post-568085
1.I Went through the tutorial for creating pages using cred forms.
I created my cred form and created a page where it is found. When I view the posting I get the errors as shown in the attached screen shot. Can you tell me what they mean and what I need to do to correct them?
ALSO:
On the page I selected full width template.
However when I show the information from a practice form, the page is not full width, it has a side bar.
I cannot figure out where to select for full width for the page. Where is that done?
Thank you.
1. Can you tell me what they mean and what I need to do to correct them?
These shuold be no errors but debug information, coming from Toolset.
Most likely you have enabled "Theme support for Content Templates Debug" in Toolset > Settings > Front End Content > Theme support for Content Templates.
Disable that, if you do not need to debug this.
2. The sidebar comes from your Theme, which is most likely not integrated with Layouts manually, hence Layouts here will replace only what is returned by the_content() (usually, the Post Body).
Thanks!