2 <p>Something is not good. Please correct the following problems first:
\r
4 #foreach($error in $Flash.errors)
\r
9 #elseif($Flash.error)
\r
10 <p style="color:red;">$Flash.error</p>
\r
15 $Form.FormTag("%{action='maininfostep-save'}")
\r
17 <table width="80%" border="0" cellpadding="2" cellspacing="3">
\r
20 <td>Full name: </td>
\r
21 <td>$Form.TextField("account.name")</td>
\r
25 <td>User name: </td>
\r
26 <td>$Form.TextField("account.username")</td>
\r
31 <td>$Form.TextField("account.email")</td>
\r
36 <td>$Form.PasswordField("account.pwd")</td>
\r
41 <td>$Form.PasswordField("account.pwdconfirmation")</td>
\r
48 you could have a field to guide where (step) the user should go
\r
49 The DoNavigate() looks for a field name 'navigate.to' on post/querystring entries
\r
54 #if ($WizardHelper.HasPreviousStep())
\r
55 $WizardHelper.LinkToPrevious("Back")
\r
60 $Form.Submit("Next")
\r