You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, let's create a form that extends `pagebuilder_base_form` to provide form controls for editing our content type. The code is provided here followed by descriptions of the key parts.
44
+
Our Quote form extends `pagebuilder_base_form` to provide form controls for editing our content type. The form XML is shown in full here, followed by descriptions of the key parts.
41
45
42
46
```xml
43
47
<?xml version="1.0"encoding="UTF-8"?>
@@ -179,8 +183,25 @@ In this example, let's create a form that extends `pagebuilder_base_form` to pro
179
183
</form>
180
184
```
181
185
182
-
[Insert descriptions]
183
186
184
-
## Create layout
185
187
186
-
The remainder of this topic is in progress.
188
+
Discuss the extending of forms `extends="pagebuilder_base_form"` and the other form with more stuff.
189
+
190
+
## Quote form layout
191
+
192
+
The layout for our Quote form is shown here in full:
0 commit comments