Site icon Osclass Documentation & Knowledge Base

Make fields required at registration

We thought that as less data we required at registration process, the easiest for the user and more probably they complete the process, but some times you want to ask for some useful information at that stage. For that reason we’ve create a plugin but which main goal is to be used as a base or example for more complex registration process. The plugin will make you able to make any field required.

How does it works?

The plugin will include the plugin’s file form.php in the middle of the current form. form.php has the new fields and rules, some of them are commented (disabled) as an example. Feel free to modify the file form.php to suit your needs.

Download

Download the plugin from Osclass’ sourceforge page

Notes