Skip to content

Commit 71fb527

Browse files
eshanrnhgitbook-bot
authored andcommitted
GITBOOK-10: Updated default feature for DisableRelationTracking
1 parent fbf5fe5 commit 71fb527

File tree

1 file changed

+3
-3
lines changed
  • 14/umbraco-forms/developer/configuration

1 file changed

+3
-3
lines changed

14/umbraco-forms/developer/configuration/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Similarly, the provided form templates available from the form creation dialog c
168168

169169
### FormElementHtmlIdPrefix
170170

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.
172172

173173
For example, providing a value of `"f_"` will apply a prefix of "f\_" to each fieldset and field `id` attribute.
174174

@@ -414,7 +414,7 @@ If recording IPs and your site is behind a proxy, load balancer or CDN, we recom
414414

415415
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`.
416416

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`.
418418

419419
In Umbraco 13 this configuration option will be removed and the semantic rendering made the only option.
420420

@@ -430,7 +430,7 @@ If you are rendering your forms dependency scripts using the `async` attribute,
430430

431431
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.
432432

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`.
434434

435435
## TrackRenderedFormsStorageMethod
436436

0 commit comments

Comments
 (0)