I have a form that is driven by a feature service. In the feature service I have a field that has a unique URL for each record. I have created a survey form using this feature-service and would like to add the unique url to the form as a web link. I can get the URL to show in the survey form with out adding any syntax label field but the URL it is not clickable? The form field is called GMAP_HYPERLINK.
I can get the form to present a weblink when I add this from example from the types tab .
<a href="http://www.esri.com">Link to esri web site</a> I get a link in the form that takes me to esri.com.
Here is the syntax I tried to generate a link from the pre-calculated field GMAP_HYPERLINK.
<a href="{GMAP_HYPERLINK}">
this is what I get in the form (See Attached)
I am sure I am missing something in the syntax but I can't seem to figure it out.
Any help would be greatly appreciated!!