cms:newuserregistration
SeguiNome del portlet: cms:newuserregistration
Descrizione/Scopo: mostrare una form che permetta agli utenti di registrarsi al Career Site
Sub-tag: cms:Username, cms:Password, cms:ConfPassword, cms:ErrorMessage, cms:ButtonRegist, cms:PrivacyAccept, cms:PrivacyNotAccept, cms:NewsAccept, cms:NewsNotAccept, cms:GeneralConditionsAccept, cms:GeneralConditionsNotAccept
Attributi:
Nome attributo | Tipo | Descrizione |
Tracking | Booleano | Se impostato su true, |
CustomWithUserClass | Testo | Specificare il nome del c# class utilizzato per scrivere i dati |
GoOnSuccess | Testo | L'URL della pagina a cui si viene reindirizzati dopo la registrazione |
Esempio:
<cms:NewUserRegistration GoOnSuccess="/MySpace/">
<center>
<cms:ErrorMessage CssClass="error" />
</center> <table class="FORM">
<tr>
<td class="FORMLABLE">=LS(SD_EMAIL):</td>
<td class="FORMFIELD">
<cms:Username CssClass="TEXTBOX" />
</td>
</tr>
<tr>
<td class="FORMLABLE">=LS(SD_PASSWORD):</td>
<td class="FORMFIELD">
<cms:Password CssClass="TEXTBOX" /> </td>
</tr>
<tr>
<td class="FORMLABLE">=LS(SD_CONFIRMPASSWORD):</td>
<td class="FORMFIELD">
<cms:ConfPassword CssClass="TEXTBOX" />
</td>
</tr>
</table>
<div class="ContainerButtons">
<div class="ContainerButton">
<cms:ButtonRegist Text="=LS(SB_REGISTRA)" CssClass="button" WebAnalytics="new_user_registration" />
</div>
</div>
</cms:NewUserRegistration>
Commenti
0 commenti
Accedi per aggiungere un commento.