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
[Step 2. Configure properties and functions](..#step-2.-configure-properties-and-functions)
102
+
[Step 2. Configure properties and functions](./#step-2.-configure-properties-and-functions)
103
103
104
-
[Step 3. Generate the form](..#step-3.-generate-the-form)
104
+
[Step 3. Generate the form](./#step-3.-generate-the-form)
105
105
106
-
**Step 1. Create frame data**
106
+
#### **Step 1. Create frame data**
107
107
108
108
For simplicity, all examples use the `frames` definition below consisting of one document `Person`.
109
109
@@ -131,7 +131,7 @@ let frames = {
131
131
let type ="Person"
132
132
```
133
133
134
-
**Step 2. Configure properties and functions**
134
+
#### **Step 2. Configure properties and functions**
135
135
136
136
The example below generates an empty frame for the attributes of the `Person` document. The callback function `handleSubmit` displays any user-entered form data. Add functionality to `handleSubmit` to suit your requirements.
137
137
@@ -147,7 +147,7 @@ function handleSubmit(data) {
147
147
}
148
148
```
149
149
150
-
**Step 3. Generate the form**
150
+
#### **Step 3. Generate the form**
151
151
152
152
Generate the form using the properties and functions defined in the previous step.
0 commit comments