help with date!!

Home Forums Quform WordPress help with date!!

This topic is: not resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9076
    morarioan
    Participant

    I want to use date to insert in profile user.
    I have this code, but I have error for date!

    function modify_contact_methods($profile_fields) {

    // Add new fields
    $profile_fields[‘date’] = ‘Date of Submission’;

    return $profile_fields;
    }
    add_filter(‘user_contactmethods’, ‘modify_contact_methods’);

    function mytheme_register_wp_user($form)
    {

    $date = $form-> getValue(‘iphorm_1_23’);

    wp_insert_user(array(
    ‘date’ => $date

    ));
    }
    add_action(‘iphorm_post_process_1’, ‘mytheme_register_wp_user’, 10, 1);

    #9085
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #9087
    morarioan
    Participant

    THx a lot.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy