Super Forms - Front-end Register & Login Add-on

Free live demonstration:

Plugin description

With this add-onsuper formYou can create custom forms to register new users or log in existing users from the front end. You can also choose to allow only certain user roles to log in.And specify what role the newly registered user should get. Of course, a lost password form is also available, which allows users to enter their email address to receive a new password.As an option, you can choose to send an activation email after registration or have users log in immediately after registration. Redirect to any page (eg Dashboard).

Click hereRead more about this add-on.

Options

The available field names to use in your form are:

When creating a new form, under the form settings on the builder page you will have an extra option called ? Register and log in?

under settings? Register and log in? We have a drop down menu? action? The following actions are available (see image below):

  • Register a new user (this will register a new user, you can choose what role this user should be)
  • Login (user will be logged in, optionally restricting specific user roles)
  • reset password (when a user loses his/her password, they can resend a new password using their email address)

For registration operations, we have the following options available:

  • User roles (any available user roles provided by WordPress or external plugins)
  • Send activation link (options are: send activation email/automatic activation and login)
  • Landing page URL (this can/will be used for emails when an activation link has been sent)
  • Activate Email Subject (Activate the subject of the email)
  • Activation email body (actual message with generated activation code)
  • Custom Metadata (Any custom user_meta to be saved, a field with this name must be available. Example: WooCommerce Customer)

Below you can find labels that can be used in emails. The last 3 are added by the register and login plugin.

For login actions, we have the following options available:

  • Allowed user role(s): (User roles allowed to log in through this form, multiple choices are allowed)
  • Login page URL (if the user has not activated their account using the activation code parameter, they will be redirected to this page)
  • Welcome back message (displays a welcome message after the user has successfully logged in)

The following 2 options only apply if you choose to check only activated accounts:

  • Activation code information error (information displayed when the activation code is incorrect)
  • Account activation message (a message notifying the user that their account has been activated)

For reset password action, we offer the following options:

  • Login page URL (this can/will be used in the lost password email body)
  • Success message (message displayed after password has been successfully reset and emailed)
  • message not found (a message telling the user that we could not find the user with the given email address)
  • Lost Password Email Subject (Subject for Lost Password Email)
  • Lost password email body (message with new password)

Sample form

Changelog

Oct 15, 2021 - Version 1.9.0
- Compatibility with Super Forms v5.0.0

Feb 22, 2021 - Version 1.8.7
- Fix: Compatibility with latest WordPress version, E-mail verification broke, due to `action` POST parameter no longer available in latest WP version

Oct 30, 2020 - Version 1.8.6
- Fix: When using the option `Send activation email` we should also do a check on the `wp-login.php` form to make sure user can't login before they confirmed their email address with the activation code
- Improved: Naming convention changed for setting `Send activation email` because it is conflicting with the `User status` setting. Renamed to `Send email confirmation/verification email`. Also updated the      options to reflect this convention
- Fix: PHP Notice

Aug 27, 2020 - Version 1.8.2
- Added: Prefix `super` to `close` classname for zero conflict policy

Jul 20, 2020 - Version 1.8.1
- Improved: `Allowed user role(s)` setting

May 13, 2020 - Version 1.8.0
- Added: Option to update user role after payment completed from `PayPal Add-on` and `WooCommerce Add-on`
- Update: hooks from main plugin

Jan 07, 2020 - Version 1.7.0
- Replaced deprecated function with new one
- Fix: PHP Notice: Undefined offset: 1

Jul 07, 2019 - Version 1.6.21
- Fix: {tags} not working when Form Custom URL redirect is enabled along with Login/Register

Jun 14, 2019 - Version 1.6.2
- Compliance: Working towards Envato WordPress Requirements Badge/Compliance
  - Passed all JavaScript files through `JShint` excluding third party libraries
  - Escaping all Translatable strings

Apr 29, 2019 - Version 1.6.1
- Added: option to "Show Toolbar when viewing site (enabled by default)" which by default was always disabled when a user registers
- Added: new action "Send activation email without logging in the user", which allows to autmoatically login a newly registered user, and activate their account upon next login

Apr 22, 2019 - Version 1.6.0
- Compatibility with latest Super Forms
- Improved: Update functionality
- Add-on now included in the `Super Forms - All In One Bundle` package 

Jul 18, 2018 - Version 1.5.5
- Fix: type on form setting `register_login_send_activation_email` had to be `register_send_approve_email`

May 10, 2018 - Version 1.5.4
- Added: Compatability with Super Forms - E-mail Templates Add-on

Apr 13, 2018 - Version 1.5.3
- Fix: "Save custom user meta" placeholder and default value mixed up, causing it to not save the setting when saving form the next time the builder page was reloaded

Mar 13, 2018 - Version 1.5.2
- Fix: Bug in combination with ACF plugin, not saving other meta data which did not exist in ACF as meta field

Feb 15, 2018 - Version 1.5.1
- Fix: Allow settings to be empty for new Super Forms versions (values that can be left empty must not be overwritten by default value)

Jan 14, 2018 - Version 1.5.0
- Added: Option to Update user based on user_id field or GET or POST, A hidden field named "user_id" must be present in your form in order for this to work

Jan 8, 2018 - Version 1.4.0
- Added: Option to register new user if user doesn't exists while updating user

Dec 7, 2017 - Version 1.3.0
- Improved: When registering or updating user, update the user meta data after files have been saved to media library

Nov 16, 2017 - Version 1.2.7
- Added: Option to send Approve email after admin approves the user account via back-end
- Added: Option to generate password on the fly when admin approves user account

Sep 15, 2017 - Version 1.2.6
- Added: Option to skip registration if user_login or user_email are not found

Jun 19, 2017 - Version 1.2.5
- Fix: small bug with login function showing the "incorrect activation code" error message on wrong moment

Jun 8, 2017 - Version 1.2.4
- Added: option to allow users to use a custom activation code, for instance generated with the unique random number with a hidden field (not secure though)

May 9, 2017 - Version 1.2.3
- Fix: Email function updated based on new super forms version
- Changed: Removed suffix on css/js files (normally used for debug mode, not required)

May 2, 2017 - Version 1.2.2
- Fix: Check if wp_clean function exists

Mar 12, 2017 - Version 1.2.1
- Fix: PHP error: undefined register_login_action

Feb 28, 2017 - Version 1.2.0
- Added: Option to update current logged in user data / meta data
- Added: Option to register multi-site 
- Added: Return WC country list when field is named billing_country or shipping_country

Feb 03, 2017 - Version 1.1.0
- Added: Automatic updates

Sep 28, 2016 - Version 1.0.4
- Added: Option to login the user without activating it's account

Sep 17, 2016 - Version 1.0.3
- Added: User login status
- Added: New action hook: super_after_wp_insert_user_action

May 3, 2016 - Version 1.0.2
- Fix: Parsing Super Forms version instead of own plugin version when registering script 

March 29, 2016 - Version 1.0.1
- Fix: Do not show activation message if user was already registered before Super Forms was activated

January 10, 2016 - Version 1.0.0
- Initial release!

Super Forms - Front-end Register & Login Add-on [Free Download]
Super Forms - Front-end Register & Login Add-on [Nulled]
WordPress ยป Add-ons

METADATA
  • Files Included: JavaScript JS, CSS, PHP