Closed (won't fix)
Project:
Webform
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2009 at 21:43 UTC
Updated:
30 Jul 2015 at 06:33 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
quicksketchThanks! Looks pretty simple and easy to me, moving to code needs review.
Comment #2
quicksketchAfter letting this sit for a long time, I think I'm going to have to say that I don't think it should be added. Removing the back button is not something we should really be encouraging. If you'd like to hide the back button, you may do so by theming the form.
Comment #3
danare commentedHi,
I am interested in disabling the previous button all together. Is that can be done, technically?
Thanks,
Dana.
Comment #4
jaskaran.nagra commentedHi,
I think this is an important feature and should be added to the core module as the patch is really simple. And many forms require users to be not able to change previous page submissions.
+1 for this feature
Thanks,
Jask
Comment #5
jaskaran.nagra commentedAttaching Drupal 7 Webform 3 version of the patch
Cheers!
Comment #6
danchadwick commentedThis can be achieved even more simply by using CSS to hide the PREV button. This doesn't stop the user from using the BACK button on the browser, or the the history. These require a much harder javascript solution.
Comment #7
jaskaran.nagra commentedTrue that! Dan,
But If there are multiple forms with multiple pages, and previous button is needed on some pages of some webforms and not on others, then css can get really fiddly.
Also, If a non-technical client needs to add webforms himself, then the css option would not work. I do understand that this won't work with BACK button but so would the css option.
Thanks,
Jask