Withdraw License
Before requesting for refund please withdraw the license of User Meta Pro from your website.
License Withdraw Instruction:
Go to User Meta >> Settings, click “Update Credentials” button, then click “Withdraw License” button.
Before requesting for refund please withdraw the license of User Meta Pro from your website.
License Withdraw Instruction:
Go to User Meta >> Settings, click “Update Credentials” button, then click “Withdraw License” button.
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 );
?>
To create custom user profile 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 profile 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 profile 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 = “profile”;
$formName = “my_form”;
echo userMetaProfileRegister( $actionType, $formName );
?>
Step 1. Create Field from User Meta >> Fields Editor.
Step 2. Go to User Meta >> Forms Editor. Choose a Form Name, drag and drop fields from right to left and save the form.
Step 3. write shortcode to your page or post. Shortcode (e.g.):
Admin user can see all others frontend profile from User Administration screen. To enable this feature, go to User Meta >> Settings, select profile page from Profile Page Selection and enable right sided checkbox.
In Case of extra field, you need to define unique meta_key. That meta_key will be use to save extra data in usermeta table. Without defining meta_key, extra data won’t save.
When there is new stable version announce, you will be notified by your plugin listing page with update link. Just click update link to update your plugin version
If for any case update link is not working for you or you need to install RC or DEV version, then follow those steps: