Question
html next to cfinput checkbox text
I have a form which requires two a href links and surrounding
text to appear to the right of a checkbox. When I put the html next
to the closing tag, it does not display at all. When I place it in
the label property, it shows the links as plain text. When I put
the text in cfset tag outside the form, then call it from the label
tag, again, it shows up as plain text. Is there any way to combine
this the certification HTML with the checkbox so it will display
properly?
Line of code:
<cfinput checked="yes" type="checkbox" name="ICertify" id="ICertify" label=#icertify# />
Output:
I certify that all information furnished is accurate and truthful. I also certify that I have read <a href=" http://www.usps.com/ibip/html/privacy_act1974.html" target="_blank">The USPS Privacy Act Statement</a> and <a href=" http://www.usps.com/ibip/html/privacy.html" target="_blank">PC Postage Privacy Principles</a>.
I'm brand new at ColdFusion, so be gentle in your answer.
Thank you,
Ernie
Line of code:
<cfinput checked="yes" type="checkbox" name="ICertify" id="ICertify" label=#icertify# />
Output:
I certify that all information furnished is accurate and truthful. I also certify that I have read <a href=" http://www.usps.com/ibip/html/privacy_act1974.html" target="_blank">The USPS Privacy Act Statement</a> and <a href=" http://www.usps.com/ibip/html/privacy.html" target="_blank">PC Postage Privacy Principles</a>.
I'm brand new at ColdFusion, so be gentle in your answer.
Thank you,
Ernie
