apostrophe-forms
Advanced tools
Changelog
1.12.0 (2023-05-26)
Required
label to required fields since the Optional
label is already in place.apos-form-...
to apos-forms-...
Changelog
1.11.0 (2022-05-03)
Changelog
1.10.5 (2021-10-13)
Changelog
1.10.4 (2021-08-27)
self.getOption
to fetch the recaptcha options for full compatibility with apostrophe-override-options
.Changelog
1.10.3 (2021-04-16)
body
rather than [data-apos-refreshable]
if the latter is not available. For ordinary Apostrophe sites there was no harm in assuming it existed, however sites injecting Apostrophe-rendered markup via the headless module or alternative techniques might not have such an element. The body
exists for everyone.Changelog
1.10.1 (2020-11-04)
placeholder
attribute.Changelog
1.9.0 (2020-06-17)
optionLabelPosition
option to the apostrophe-forms-checkboxes-field-widgets
and apostrophe-forms-radio-field-widgets
modules. If optionLabelPosition
is set to 'first'
or 'last'
, the input elements for both radio and checkbox inputs are nested inside the label, with the label's text appearing first or last as appropriate. If no relevant option is set, for backwards compatibility the input is not nested in the label checkboxLabel. This can be explicitly chosen by setting the appropriate option to 'legacy'
. This is more difficult to style, so we recommend setting optionLabelPosition
to first
or last
. You may set the option for both modules by setting it for apostrophe-forms-base-field-widgets
, which they both inherit from.