• Resolved Houdini

    (@romariokg)


    How to make E-Mail optional when registering. Is there some kind of hook? Please, help!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    We have settings to enable/disable it Classified Listing -> Settings -> Email https://prnt.sc/FbNlc9iX0uHe

    Thank you

    Thread Starter Houdini

    (@romariokg)

    You misunderstood me, I need to make Email an optional field when registering a new user on the registration page.

    Refers to this code in the file: form-login.php and form-registration.php

    I used the plugin:

    https://www.ads-software.com/plugins/optional-email/

    It works everywhere except your registration form.

                <div class="form-group">
                    <label for="rtcl-reg-email" class="control-label">
                        <?php esc_html_e( 'Email', 'classified-listing' ); ?>
             <strong class="rtcl-required">*</strong>
                    </label>
                    <input type="email" name="email"
                           value="<?php echo ( ! empty( $_POST['email'] ) ) ? esc_attr( wp_unslash( $_POST['email'] ) ) : ''; ?>"
                           autocomplete="email" id="rtcl-reg-email" class="form-control" required/>
                </div>
    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Email is required field for registration. We have some functionalities based on email during registration like mail sending and verification process. If you don’t want it, you have to do some customization.

    Thank you

    Thread Starter Houdini

    (@romariokg)

    Hello! In my project, the use of email is completely disabled! Users register by username, and the email field really bothers me because not all users in my country have an email.

    What settings do I need to make to make the email field optional?

    Maybe there is some kind of hook that I can add to the functions.php file???

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Sorry, not possible it right now. Have to change in plugin core file. We will consider about it in future.

    If you need it urgent, you can create support ticket from our site for customization or you can manage it using custom registration form.

    Thank you

    Thread Starter Houdini

    (@romariokg)

    Hello Ali. I wrote to support, but they don’t want to help me there and say that it’s impossible to disable the email from the registration form. Could you please direct me in which file I can disable email validation after I have deleted the form itself from the file form-login.php

    I’ll try to do this myself.

    I tried this plugin but it didn’t work!

    https://www.ads-software.com/plugins/optional-email/

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Could you share the ticket ID?

    Thread Starter Houdini

    (@romariokg)

    Ticket Received – Help Me! ID# 75786

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    I replied in ticket. Did you check it?

    Thread Starter Houdini

    (@romariokg)

    Hello. Yes, I checked! Does not work! I sent you the files “PublicUser, form-registration”, you can edit them and send them back to me. Thank you!

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Sorry not possible provide file in this way for customization. We will manage it in future to do registration without email.

    Thank you

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘E-Mail optional registering new user’ is closed to new replies.