Skip to content

Commit 2343e62

Browse files
update form fields control desc
1 parent 4c80e5b commit 2343e62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/essentials-for-yootheme-pro/addons/forms/_partials/common-element-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
| *Label* | The title for the field that represents the field data. | ✓ |
2-
| *Control* | The name that identifies the field control within the form. It's required and must be unique for the Form Area. |
2+
| *Control* | The name that identifies the field control within the form. It's required and must be unique for the Form Area. | ✓ |
33
| *Value* | The default value for the field. The user can change it. | ✓ |
44
| *Readonly* | Should the field be read-only. Any default value will be unedible. |
55
| *Autofocus* | Should the field will be autofocused as soon as the page loads. Only one field can be focused on each page. |

src/essentials-for-yootheme-pro/addons/forms/_partials/element-hidden.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ The **Hidden Element** displays a [\<input type="hidden"\>](https://developer.mo
88

99
| Setting | Description | Dynamic |
1010
| --- | --- | :---: |
11-
| *Control* | The name that identifies the field control within the form. It's required and must be unique for the form area. ||
11+
| *Control* | The name that identifies the field control within the form. It's required and must be unique for the form area. | &#x2713; |
1212
| *Value* | The value to submit for the control. | &#x2713; |

src/essentials-for-yootheme-pro/addons/forms/_partials/element-upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The **Upload Element** displays a [\<input type="file"\>](https://developer.mozi
1515
| *Allow multiple* | Should be allowed to upload multiple files simultaneously. |
1616
| *Avoid collisions* | Should the uploaded filename be renamed in the case of a name conflict with a pre-existing file. The new name will be the original name appended with `_{n}`, being `n` a sequential number. |
1717
| *Label* | The title for the field that represents the field data. | &#x2713; |
18-
| *Control* | The name that identifies the field control within the form. It's required and must be unique for the Form Area. |
18+
| *Control* | The name that identifies the field control within the form. It's required and must be unique for the Form Area. | &#x2713; |
1919
| *Sync ID / Control* | Should the field ID attribute obtain it value from the Control Name. |
2020

2121
![Upload Display](./assets/elements/upload-display.webp)

0 commit comments

Comments
 (0)