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
Copy file name to clipboardExpand all lines: 14/umbraco-forms/developer/configuration/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ Similarly, the provided form templates available from the form creation dialog c
168
168
169
169
### FormElementHtmlIdPrefix
170
170
171
-
By default the value of HTML `id` attribute rendered for fieldsets and fields using the default theme is the GUID associated with the form element. Although [this is valid](https://developer.mozilla.org/en-US/docs/Web/HTML/Global\_attributes/id), some browsers, particularly Safari, may report issues with this if the identifier begins with a number. To avoid such issues, the attribute values can be prefixed with the value provided in this configuration element.
171
+
By default the value of HTML `id` attribute rendered for fieldsets and fields using the default theme is the GUID associated with the form element. Although [this is valid](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id), some browsers, particularly Safari, may report issues with this if the identifier begins with a number. To avoid such issues, the attribute values can be prefixed with the value provided in this configuration element.
172
172
173
173
For example, providing a value of `"f_"` will apply a prefix of "f\_" to each fieldset and field `id` attribute.
174
174
@@ -414,7 +414,7 @@ If recording IPs and your site is behind a proxy, load balancer or CDN, we recom
414
414
415
415
In Forms 12.1 amends were made to the default theme for Forms that improved accessibility. Specifically we provide the option to use alternative markup for rendering checkbox and radio button lists. These use the more semantically correct `fieldset` and `legend` elements, instead of the previously used `div` and `label`.
416
416
417
-
Although this semantic markup is preferred, it could be a presentational breaking change for those styling the default theme. As such we have made this markup improvement optional. You can opt into using it by setting this configuration value to `true`.
417
+
Although this semantic markup is preferred, it could be a presentational breaking change for those styling the default theme. As such we have made this markup improvement optional. You can opt into using it by setting this configuration value to `true`.
418
418
419
419
In Umbraco 13 this configuration option will be removed and the semantic rendering made the only option.
420
420
@@ -430,7 +430,7 @@ If you are rendering your forms dependency scripts using the `async` attribute,
430
430
431
431
Forms will by default track relations between forms and the content pages they are used on. This allows editors to see where forms are being used in their Umbraco website.
432
432
433
-
If you would like to enable this feature, you can set the value of this setting to `true`.
433
+
If you would like to disable this feature, you can set the value of this setting to `true`.
0 commit comments