Main Menu
Sub Menu

wpdm_register_form

Description


If you want to add extra fields in Download Manager front end Register form, you can use this hook.

Parameters


No parameters are passed to this hook.

Usage


<?php add_action('wpdm_register_form','my_register_field'); ?>

Examples


<?php
add_action('wpdm_register_form','my_register_field');
function my_register_field() {
?>
    <p class="form-group">
        <label class="control-label" for="fb_id"><?php _e('Facebook Profile Link','wpdmpro'); ?></label>
        <input class="form-control" required="required" type="text" tabindex="102" size="20" class="required"  id="fb_id" value="" name="fb_id">
    </p>

<?php
} 
?>

Related


Last updated on Dec 14, 2020

Need More Clarification?

For any technical issue, if you are already using pro version please post in pro forum and free version users please post in free forum. Otherwise, if you have any pre-sale or order related query please contact live chat support team. For technical support.

Need Customization?

If you need additional customization on WordPress Download Manager or any type of custom support on WordPress you may contact our customization service.