Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #185856
    jameskendy
    Participant

    The fields are not adding in the registration form using a plugin. I am trying to add it manually using a code that is in this complete guide https://wpitech.com/add-woocommerce-registration-form-fields/. Is there any alternative to do this? It would be really helpful if you could help me to add fields in the registration form.

    function Woo_register_fields() {?>

    *

    <?php
    }
    add_action( ‘woocommerce_register_form_start’, ‘Wooregister_fields’ );

    #185862
    Skandha
    Participant

    @jameskendy: Hello there,
    Please post in your site URL so that I can look into issue.

    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Extra fields are not adding in form’ is closed to new replies.