Greetings,
I have a blueprint for a form page (using formbuilder plugin) and I want to include an intro at the top. I just can’t get sections to work. I’ve tried in different blueprints to no avail. No section I make works. Here’s my code:
title: Form Page
sections:
fields:
text:
type: textarea
size: large
form:
extends: formbuilder
This blueprint renders this on the panel.
Not sure how to fix it.

