A few people have been asking how to remove this link in Drupal 6, but I can't see a Drupal 7 ticket get. I thought I should share this simple solution. Just add this in the CSS

.page-node-done #block-system-main .links {
    display: none;
}

Comments

kmccarthy’s picture

Actually, there is a template provided by Webform to handle this:
http://www.drupalcontrib.org/api/drupal/contributions!webform!templates!...

raj45’s picture

It would be great if this was a setting in the webform you could disable.

back from 7’s picture

This should be an option to hide. Why would someone want to "go back to the form"?

qazema’s picture

There are many differents reasons.
Maybe user just want to submit the same form again because he has forget something...

kenorb’s picture

back from 7’s picture

@kenorb This issues is for Drupal 7. Drupal 8 will not be mainstream stable for another 3 years...