Closed (fixed)
Project:
Webform
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 01:12 UTC
Updated:
11 Oct 2016 at 18:02 UTC
Jump to comment: Most recent
Comments
Comment #1
quicksketchVisit "admin/user/permissions" and disable the options for "view own webform submissions" for any roles you would like to disable that feature.
Comment #2
briskday commentedThanks quicksketch! I guess as admin I will always see that message until I delete my test submissions.
Comment #3
quicksketchYep, this behavior previously didn't apply to user #1, but for consistency with the way user #1 works in other scenarios, it was changed to make user #1 will always have this permission. You can disable the message entirely by overriding theme_webform_view_messages().
Comment #4
Chris CharltonSeems this was resolved/fixed. I'll mark as such.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
Casselberrian commentedI am a Drupal newbie. I am trying to remove the line "You have already submitted this form. View your previous submissions" from my webform. I went into "admin/user/permissions" but I do not see a "View Own Webform Submission" item. I am using Drupal 6.0. Can anyone help? Here are the choices I have:
Permissions: Webform Module - None of these are currently checked.
access own webform submissions
access webform results
clear webform results
create webforms
edit own webform submissions
edit webform submissions
edit webforms
use PHP for additional processing
Would appreciate any advice. Thanks
Comment #7
quicksketch"access own webform submissions" is the permission that let's users have access to their own submissions (and shows that message). If you're logged in as the #1 user, you have ALL the permissions on the entire site, even ones that aren't checked.
Comment #8
Casselberrian commentedThank you.
Comment #9
quicksketchGreat, I think this question is answered.
Comment #11
keesje commentedD6 snippet to turn this message completely off:
Put this in your template.php
Comment #12
davpas commentedRe: #11
I believe this snippet will also disable the message that displays if you exceed the submission limit on the form.
Comment #13
dharam1987 commentedThough the discussion is dead here, I would like to help others who want to do the same in Drupal 7.
This option is available under, Form Settings (tab) for webform
ADVANCED SETTINGS
-Show the notification about previous submissions. (un-check this)
Comment #14
katharine_gates commentedThis #13 did not work for me. I would like students to be able to submit an evaluation form for each class they take.
I have created the evaluation form as a webform exposed as a block one each classroom page.
The evaluation form is the same, except that I do use some tokens to prefill with the user's name and email and with the classroom name. (perhaps the "as a block" makes the difference?)
Once they fill out the form on one classroom page, they are redirected (using Rules) to a list of their webform submissions so far, plus a list of all of the other classrooms they can submit their evaluation to.
So far so good! Views rules!
Here is where the trouble happens.
They click on another classroom to go to to submit the form for that classroom.
They get the "You have already submitted" message and the webform block does not show up...until they reload the page. Once they RELOAD they see the webform and can fill it out again. Ideas?
Comment #15
katharine_gates commentedAha! figured it out. Had to disable confirmation message and set redirect in Webform (as well as Rules)
Hope this helps someone else.