Custom WP Registration Form

plugin banner

Create a custom WordPress registration form with an array that automatically logs in user. Define your own input types, attributes, classes & IDs

Author:Adam Carter (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.4.32
Plugin version:1.0.0
Added to WordPress repository:14-01-2016
Last updated:14-01-2016
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/Magnacarter/custom-wp-regi...
Total downloads:2 672
Active installs:10+
plugin download
Click to start download

Create a custom user registration form with an associative array. Use HTML form element attributes as array keys to create a form. Any custom array values are automatically added to new area of a user’s profile page in the WordPress admin. Arrays containing values that match WordPress user meta syntax will have those input values automatically added to those premade values in the default WordPress profile page.

Custom WP Registration Form comes with built in security and validation such as wp_nonce_field verification and spam honey pot. It also automatically escapes attributes and html outputs and sanitizes user input values.

User must create a “CWRF Form” array. This array will need to be passed as an argument to the a new ‘CWRF_Form’ object. The CWRF Form array can currently take HTML form types: text, email, file, radio, select, and textarea as values to the key ‘type’. More coming soon… also, I always welcome pull requests.

Development of this plugin is done on GitHub. Pull requests welcome. Please see issues reported there before going to the plugin forum.


Screenshots
ChangeLog