I have a process where the form auto populates the employee job details and the employee needs to sign off their responsibilities. The job details are in the form of google doc link.
The form loads all the details from a database table including the google doc link based on the employee id .
I have a large text field to load the google doc but the document does not load as a hyperlink for them to just click on it to read the description.
Is there a way for me to convert that google doc link into a hyperlink when the form loads?