vendor register form

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 3 reply threads
  • Author
    Posts
    • #97015
      ozkancol
      Participant

      vendor register form
      how can i add mask to text ?.

    • #97018

      Hello,

      Can you please elaborate explain what you meant by “adds a mask to text “?

      Thanks.

      • #97022
        ozkancol
        Participant

        i mean for examle phone text in write shadow like (0212)(555 55 55) in text box

    • #97020
      ozkancol
      Participant

      i mean for examle phone text in write shadow like (0212)(555 55 55) in text box

      • #97034

        Hello,

        What we understand that you want placeholder for “store phone number” in vendor registration page,

        add_filter('wcfm_membership_registration_fields_phone','wcfm_membership_registration_fields_phone_callback');
        function wcfm_membership_registration_fields_phone_callback($phonefield) {
          $phonefield["phone"]["placeholder"] = __('(0212)(555 55 55)', 'wc-frontend-manager') ;
          return $phonefield;
        }

        Add this code to your child theme’s functions.php
        In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/

        Thanks.

    • #97230
      WCFM Forum
      Keymaster

      You are always welcome 🙂

      Let me know if there’s anything else we can help you with.

      Can we ask for a favor? Would you mind taking a few minutes to review our plugin at https://wordpress.org/support/plugin/wc-multivendor-marketplace/reviews/ and let others know about your 5 Star experience with WCFM Marketplace. Also, follow us on Twitter https://twitter.com/wcfmmp for more exciting news, important updates, and irresistible offers.  

Viewing 3 reply threads
  • The topic ‘vendor register form’ is closed to new replies.