techguy Posted January 30, 2023 Report Share Posted January 30, 2023 is there any way to add an html link to the end of a submission form field label? I want a link to a website after the label on the field. The label is on the top of the text field. Thank you! Quote Link to comment Share on other sites More sharing options...
0 futurist Posted January 30, 2023 Report Share Posted January 30, 2023 48 minutes ago, techguy said: is there any way to add an html link to the end of a submission form field label? I want a link to a website after the label on the field. The label is on the top of the text field. Thank you! Hi @techguy, is this what you're referring to? You can do that by adding an anchor tag on the Label of the field: <a href="https://www.google.com/">Go Here</a> Like so: Make sure to change the href value with the landing page of the URL Quote Link to comment Share on other sites More sharing options...
Question
techguy
is there any way to add an html link to the end of a submission form field label?
I want a link to a website after the label on the field. The label is on the top of the text field.
Thank you!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.