• Resolved jeffreysmith1500

    (@jeffreysmith1500)


    Is there a global setting to disable the required phone number? If not, for the group who does not want a phone number listed, what is the best way to create a listing without a phone? I can enter NA in phone field.

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

    (@alireyad)

    Hi,
    Yes, have hook to prevent phone filed required.
    Add following code in child theme functions.php file –

    add_filter('rtcl_listing_form_phone_is_required', '__return_false' );

    Thank you

    Thread Starter jeffreysmith1500

    (@jeffreysmith1500)

    That works, thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Phone Number not required’ is closed to new replies.