Active
Project:
Signup
Version:
6.x-1.0-rc6
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 14:14 UTC
Updated:
30 Dec 2009 at 16:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
ln282 commented+1 for this, especially if the text could be customized, like the confirmation email.
Comment #2
dwwSorry, not possible. Would make the code more confusing, and would add a needless step for the vast majority of users.
Comment #3
botrisThe needless step part is open for debate. If it where to be an option, users can choose to have a step like this. It is a very common feature on websites, for ecommerce stores I would say it is a default feature to first view your order before finilising it. I say let the vast majority of users deside whether they want this or not.
I am not a programmer so I can't say if code is confusing or not, but I to me all code more then ten lines looks confusing ;)
What I'm trying to respecfully say is that to me it seems that "confusing code" could not really be an argument. And generating a overview of the input from fields before writing it to the database doesn't seem like extreme coding, but again I am not a programmer.
Comment #4
joachim commentedHaving played around with the various form code in this module lately in order to make a patch, I concur with dww that the forms involved are already pretty complex.
Users can already edit their signup data after creating it anyway.
Though I am planning better integration with Ubercart, and for details which can affect price, it's fair to let users review. But that would probably work with the UC integration part.
Comment #5
nachinius commentedHere is a module that adds a confirmation/summary page for signup.
It is also a neat example on how to alter a form to make it multi-step.