I have added custom fields in vendor Registration form, and now I want to store the filled data in Vendor profile page when I edit the Pending vendor.
Please have a look at screenshots Register form,Proile page
I want to show the stored Name,Company Name, What you are selling, Mobile no. in Vendor Profile.
Hi, If You add any custom field from wcmp->settings->vendor, then we display the filled data in edit profile page for pending vendor.
So you dont’t need to do any code. You requirements are already in our default flow. https://prnt.sc/stn1yr
Hi @gupta, this is our filter for save the registration form hook : apply_filters(‘wcmp_save_registration_fields’, $wcmp_vendor_fields, $customer_id);
You need to use this to add your code for the phone number validation. Yes, we don’t have a default phone number field. But, you can use the label name for your custom code.