I have a business process that is being started by Work Flow and filling out a form from a custom SQL query. I have a single line field in the form that Work Flow is inserting a URL. The url is being properly passed into the field, however the url cannot be simply clicked to open the corresponding web page, the user would have to copy and paste it into their browser. Does anyone have any suggestions on how to make this url "clickable"? I am thinking this can be done through CSS in Forms to format the particular field as a hyperlink, but can't find anything to point me in the proper direction.