Title: [Plugin: Visual Form Builder] File upload URL not hyperlinked
Last modified: August 20, 2016

---

# [Plugin: Visual Form Builder] File upload URL not hyperlinked

 *  Resolved [Tom Auger](https://wordpress.org/support/users/tomauger/)
 * (@tomauger)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-file-upload-url-not-hyperlinked/)
 * Another interesting quirk I discovered in the Entries Detail view – when dealing
   with a file upload, the link to the file is not hyperlinked. Not a big deal, 
   right – you can just select, copy and paste the URL into the navbar. Well. You
   and I can do that in our sleep, but your average plugin user who is not a coder
   might find that a challenge. Besides, it’s barely any extra work for you to wrap
   that URL in a hyperlink, right?
 * Is there a reason you decided not to do this that I’m not thinking of?
 * [http://wordpress.org/extend/plugins/visual-form-builder/](http://wordpress.org/extend/plugins/visual-form-builder/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * (@mmuro)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-file-upload-url-not-hyperlinked/#post-3111187)
 * It should be linked for you.
 * Here is the relevant code:
    `$body .= '<tr><td><strong>' . stripslashes( $field-
   >field_name ) . ': </strong></td><td><a href="' . $uploaded_file['url'] . '">'.
   $uploaded_file['url'] . '</a></td></tr>' . "\n";`

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Visual Form Builder] File upload URL not hyperlinked’ is closed
to new replies.

 * ![](https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840)
 * [Visual Form Builder](https://wordpress.org/plugins/visual-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-form-builder/reviews/)

## Tags

 * [anchor-tag](https://wordpress.org/support/topic-tag/anchor-tag/)
 * [file upload](https://wordpress.org/support/topic-tag/file-upload/)
 * [hyperlink](https://wordpress.org/support/topic-tag/hyperlink/)

 * 1 reply
 * 2 participants
 * Last reply from: [Matthew Muro](https://wordpress.org/support/users/mmuro/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-visual-form-builder-file-upload-url-not-hyperlinked/#post-3111187)
 * Status: resolved