Adding a link to a form block question
PermalinkI am trying to add a question to the end of all my website forms, which is a required checkbox question, stating that the user has read and agrees to the site policy. This is fairly standard on many websites...
When I try to place the a href tag in the question's answer field, to make the word "policy" hyperlink to the policy page, the output displayed on the form is broken up.
So obviously I am missing something.
I'm sure other c5 websites have a similar feature, how is this done?
TIA,
Sharon
As I am currently rebuilding the entire website, a huge job which will be outsourced, I am not looking to invest in any more add-ons at the moment.
Looking for a simple code solution.... I don't need them to open up a new window with the entire policy there, just a link to it and a checkbox that they agree...
<a href="/terms" target="_blank">I have read and agree to the site policy</a>
It works for me, see attached images.
Also, if you need the form to be responsive and need some styling, paste the attached zip file in the the sites blocks folder as a template.
(Did you get my email, btw?)
http://www.concrete5.org/marketplace/addons/magic-linkify/...
https://www.concrete5.org/marketplace/addons/magic-tipple/...
Linkify works in a very similar way to tipple, matching text and adding a link (vs a popup) using JavaScript after the page is rendered. I will work on top of any form in the same way.