Front-end posting URL hyperlinks

Hello everyone. Has anyone been able to figure out a way to get the URLs to display as active hyperlinks when using the front-end posting fields? If you input a URL in a website field or in the post body, they do not display as hyperlinks but just plain text. Thank you.

You can wrap the merge tag for the field where they submitted the URL in an HTML tag to make it a link. If you are using the post body content template to create the post in Gravity Forms, it would look something like this:

<a href="{Your URL:27}">{Your URL:27}</a>

instead of just the merge tag which will display as text.