Hello, You can edit the registration form template from the admin panel- Go to the site administration
- From the left menu, click on the "Register form" link under "User management templates"
- Edit and save the form,
- et voila!
Notice that you also can edit / add custom regisration fields in the "User fields" panel. the corresponding HTML will have to be set in the registration form. Eg; if you add the field "birthdate", you will have to add some thing like : <tr> <td> Enter your birth date</td> <td><input type="text" name="birthdate" value="{birthdate}" /> </tr> in the registration form. Hope this helps, Marc
James Hensinger a écrit: > > I would like to edit the text of the registration form. Where can this be done? > Thank you >
|