Hello,
I am trying to pass HTML from my controller in a SQLFORM.factory but it keeps getting sanitized
form = SQLFORM.factory(
Field('install_consent', 'boolean',
label='I consent for ____ to provide my contact information to _______. <strong>I confirm that my house DOES NOT have aluminium siding. *</strong>',
requires=IS_NOT_EMPTY('You must provide consent in order to recieve the equipment')
)
)
Is there anyway to do this?
Thanks for the help.