Is it possible to hyperlink a field value?
Is it possible to hyperlink a field value?
Do you mean a field label or a field value. Your subject and body don't match. :)
Got a link to your form or a specific example of what you are trying to achieve. Most labels do accept HTML.
Not really since HTML inside HTML doesn't work really well. If you want to display the link in the front end, you can display it as a hyperlink but beyond that, it doesn't work well. At least in the recent work I've done on this issue.
Sorry about that, I did mean field label. So how would I display it as a hyperlink David?
Field labels do not accept HTML, but choice labels for radio and checkbox fields do. You will need to rely on jQuery to achieve a link in a field label. Here is a thread that may offer some guidance to you:
http://www.gravityhelp.com/forums/topic/allow-html-in-field-label
Field Labels don't because thats like using HTML in the Form Title or Post Title where it can pose some issues all over the place if it had HTML in it. However, you can give it a shot with jQuery.
Ok great, thank you!
No problem, glad to help out.