Problems with Quotes for HTML Link in Creator
<a href="url">Link text</a>
I am trying to get this syntax in a auto fill form I have.
I can't get the quotes to work around the url bit.
This is what I have:
website_new.URLhtml = "<a href=" + input.Webpage + ">" + website_new.First_Name + " " + website_new.Last_Name + "</a>";
what syntax do I need to get the quotes are input.webpage?
THANKS!