Page 1 of 1

Adding link on FormBuilder label

Posted: Wed May 17, 2017 1:10 pm
by jakovbak
Hello everyone!
This is really not my field so I'm asking for help all of you smarty experts out there... :-)
I have a label in FormBuilder named "I agree to the terms of use" with a checkbox right next to it. To keep it simple, without additional links pointing to actual "Terms of use" document, I would like to make a clickable link out of that label (one line of text instead of two).
How can I do that?
Maybe Advanced settings field named "Smarty data or logic that is meant to be sent with this field:" could be the place to put the code in...
I highly appreciate any hint or help upfront!
Best regards,
Jakovbak

Re: Adding link on FormBuilder label

Posted: Wed May 17, 2017 3:36 pm
by velden
Quick and dirty: put the <a href...> tag in the checkbox label field. I did it here (bottom of the form): http://tinyurl.com/nyzkslg

Code: Select all

Ik heb de <a target="_blank" href="/uploads/docs/F...den.pdf">algemene voorwaarden</a> gelezen en ga hiermee akkoord.

Re: Adding link on FormBuilder label

Posted: Wed May 17, 2017 6:19 pm
by jakovbak
Hello Velden!
Quick and dirty may be but it works! Thank you once again very much and have a great day and best regards from sunny and already hot Adriatic coast!!!
Jakovbak