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

OldAccount’s picture

In 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)".

quicksketch’s picture

Status: Active » Closed (fixed)

Thanks @lrobeson. Closing after lack of activity.

quicksketch’s picture

and without the form itself…?

You can do this by limiting the number of submissions per user to 1. You might also check out the webform_ajax module.