Downloads » Resources » RegisterX » RegisterX | 1.1

RegisterX 1.1

  • Currently 3.4444444444444/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
9 vote(s).

Resource ImageSimple web user registration form

Works with MODx Version(s): 0.9.2.1, 0.9.2, 0.9.1, 0.9.0
Submitted: Jun 29th 2006 | License: Public Domain | Downloads: 1192

Description

A simple web user registration form that allows users to register by entering their email. It creates a new user if a user with that email does not exist. The user is assigned to a specified web user group. A check box is provided to allow the user to unsubscribe by removing him from the web user group. Optionally, email notification is set to a specified admin address and/or the user upon either registration or removal.

Instructions

Create a new snippet and copy/paste the text of the snippet.

Edit the message strings from lines 19-28 for your language, or just to suit your taste.

Create a chunk to use for the form if you like; see the default form at lines 63-71.

Edit the mailer output text: the subject at line 37, the admin messages at line 39 and the user messages at line 41. These messages are in two parts, the first part is for a registration and the second part is for a removal. The two parts are separated by a colon. For the user, the first part default message contains a url for the user to go to where he can remove himself. By default it's set to the site's home page. Edit only what is between double quote marks.


( back to top )