Download the add-on plugin from the Add-Ons download page.
Upload the plugin folder and files via FTP to your wp-content/plugins folder OR upload the plugin zip file via the “Add New” plugin menu in WordPress.
Activate the “Live Forms – Site Registration” plugin you just uploaded.
Setup The Site Registration Add-On
Goto Forms –> Settings of your WordPress admin panel. Select Register tab:
Select Pending Review if you want to manually process every request. Select Auto Register if you want to automatically Register user after from submission.
Click Save Button to save your setting.
Setup Site Registration Feeds
Goto Forms –> Register Forms of your WordPress admin panel.
Click Add New button to add new feed.
LiveForm Form: Select which Live form you want to feed data form.
User Role: Select user role to apply, default user role is Subscriber
Map Fields: Map the Site Registration Custom Fields to your available Form Fields. This tells Live Forms which form fields should populate User Registration data.
If you want to add extra meta fields in your registration form, check Use Extra User Fields ? Check Box.
Enter a Meta key and Map a corresponding fields to it. You can retrieve this value by these meta key. eg>
<?php get_user_meta($user_id, $metakey, true); ?>
Click Save Button
Now that you have setup a Site Registration Feed, when the form you selected is submitted it will automatically Register a new user to your site or registration will be pending based on your settings for Site Registration Add Ons.
Front End – if Auto Register is selected in the settings
Registration Form – Front End
Message if registration is successful
Message if registration if failed
Front End – if Pending Review is selected in the settings
After successful form submission, you will get new user registration request on Forms –> Form entries section of your WordPress admin panel.
Select Live Form form which you used as registration form and click Go! button.
You will see all available registration here. Click checkbox associated with each entry and click Register As Site User button. User will be registered.
Installing The Site Registration Add-On
Setup The Site Registration Add-On
Setup Site Registration Feeds
If you want to add extra meta fields in your registration form, check Use Extra User Fields ? Check Box.
Enter a Meta key and Map a corresponding fields to it. You can retrieve this value by these meta key. eg>
Now that you have setup a Site Registration Feed, when the form you selected is submitted it will automatically Register a new user to your site or registration will be pending based on your settings for Site Registration Add Ons.
Front End – if Auto Register is selected in the settings
Front End – if Pending Review is selected in the settings
Live Forms