Links in checkboxes
-
I am using the tip provided in here:
https://formidableforms.com/knowledgebase/checkboxes-radio-buttons/
to add a link to the terms and conditions. I have realized that when the window is resized, it does not “look” good:
“I agree to the <a href=”URL_of_your_terms.com” target=”_blank”>user agreement terms</a>.”
I managed to improve it by adding <p> tags
<p>I agree to the <a href="URL_of_your_terms.com" target="_blank">user agreement terms</a>.</p>
But then, the checkbox is somewhat misplaced. Any tips for how to make this look good. I can provide (privately) with the URL where you could observe what I mean.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.