Jean-Michel Chemin

Forum Replies Created

Viewing 3 posts - 26 through 28 (of 28 total)
in reply to: Additional information during registration #85964

Thank you,
how much can it cost (How many hours)?

But I saw in the forum that you had to implement it without specifying a date :

Advanced Custom Fields

in reply to: Additional information during registration #85898

Thank you,

with hook, What is the value of the tabindex attribute?
——————
<?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
}
?>
——————
If I want to add the company field, I indicate this? :
<?php
add_action(‘wpdm_register_form’,’my_register_field’);
function my_register_field() {
?>
    <p class=”form-group”>
        <label class=”control-label” for=”company_id”><?php _e(‘Company’,’wpdmpro’); ?></label>
        <input class=”form-control” required=”required” type=”text” tabindex=”103″ size=”20″ class=”required”  id=”fb_id” value=”” name=”company_id”>
    </p>

<?php
}
?>
I replace the number 102 by 103?
And after that will appear in the user’s profil?

Thanks,
J-Michel

in reply to: "Special Pack" not complete #85555

it’s OK:
– wpdm directory add-on: wpdm-archive-page.zip
– Front-end Category Manager: wpdm-catman.zip
– WPDM Remote FTP Add-on: wpdm-ftp-file-browser.zip
– Download Limit: wpdm-daily-download.zip

Viewing 3 posts - 26 through 28 (of 28 total)