Closed (fixed)
Project:
Webform
Version:
7.x-3.16
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2012 at 03:52 UTC
Updated:
13 May 2012 at 04:13 UTC
How could I do to have a confirmation page just with a list of the submitted values and without the form itself…?
I am trying to print the values submitted by a user on the same URL (I don't want to have an extra confirmation page) and reading the documentation I can't find my way around it…
Thanks for any advice.
Comments
Comment #1
OldAccount commentedIn the "form settings" section (node/#/webform/configure), underneath "Confirmation Message" there are "Redirection location" options, I think what you want is "No redirect (reload current page)".
Comment #2
quicksketchThanks @lrobeson. Closing after lack of activity.
Comment #3
quicksketchYou can do this by limiting the number of submissions per user to 1. You might also check out the webform_ajax module.