Forum Discussion
- MCFNeilQrew CaptainYou will want to make a formula-text field, to be able to insert the text as desired.
"<a class='Vibrant Success' href='" & [Your Formula URL Field]& "'>Your Button Text</a>"
You can make it conditional if the url changes based on the status.
Or, if your URL is always the same, but you just want the button text to change you can use something like this"<a class='Vibrant Success' href='" & [Your Formula URL Field]& "'>"&[Your Multiple Choice Field]&"</a>"
Let me know if that helps