New design of our site
We have completely changed to the new theme. Features list on the homepage now more self explainable Resources have their own menu on the sidebar for easy navigation. Main menu will always appear on your screen.
We have completely changed to the new theme. Features list on the homepage now more self explainable Resources have their own menu on the sidebar for easy navigation. Main menu will always appear on your screen.
Changelog for version 1.1.5rc1
To create custom user registration form with user meta, there are three steps:
Steps 1. Fields Editor:
Go to User Meta >> Fields Editor and choose the necessary fields. Configure field’s properties as needed.
Step 2. Forms Editor:
Go to User Meta >> Forms Editor and drag & drop necessary fields to your form. (From name is mandatory.*)
Step:03. Write Shortcode to page or post:
Write user-meta shortcode to page or post. To create page go to page >> add new.
User registration form can be shown as widget. Go to Appearance >> Widgets for available widgets. There will be new widget named User Meta Registration/Profile Form. This widget can be use for showing user registration form as widget. In widget configuration set your action type and form name.
Custom user profile can be use as template tag anywhere in your site.
<?php
$actionType = “registration”;
$formName = “my_form2”;
echo userMetaProfileRegister( $actionType, $formName );
?>
We are happy to announce User Meta Pro Version 1.1.2. New version introduced with couple of new features.
Login Features:
Profile Features:
Registration Features:
Admin Approval Features:
E-mail Verification Features: