Right now, we're using the help field in form.json to title each section. Instead, do this:
[x] change these help fields to title (or something like that) fields, creating a custom field type to do so
[x] change the .help-block class name in the CSS to instead apply to the new field class
[x] add the actual help text throughout form.json (e.g., "Birth certificate, certificate of adoption, marriage license, or other documentary material" for the "Documentation of Relationship" field)
[x] create new .help-block CSS to style this help text properly
Right now, we're using the
help
field inform.json
to title each section. Instead, do this:help
fields totitle
(or something like that) fields, creating a custom field type to do so.help-block
class name in the CSS to instead apply to the new field classform.json
(e.g., "Birth certificate, certificate of adoption, marriage license, or other documentary material" for the "Documentation of Relationship" field).help-block
CSS to style this help text properly