Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Feature Request › Custom vendor registration form?
- This topic has 6 replies, 2 voices, and was last updated 6 years, 2 months ago by
WCFM Forum.
- AuthorPosts
- February 15, 2019 at 5:43 pm #48450
michele
ParticipantHi there
Is there anyway I could create a custom registration form for your WooCommerce Multivendor Marketplace plugin.
I went through your custom fields, but I need extra options, eg: grouped checkboxes and radio buttons. I have attached an image to show how I need the form to look.
Thanks
Michele
Attachments:
You must be logged in to view attached files. - February 16, 2019 at 1:18 pm #48520
WCFM Forum
MemberHi,
Well, you may override exiting registration form template and may change as per your requirement.
You may save addition form data using this hook –
do_action( 'wcfm_membership_registration', $member_id, $wcfm_membership_registration_form_data );
Thank You
- February 18, 2019 at 10:44 am #48738
michele
ParticipantThis reply has been marked as private. - February 18, 2019 at 3:13 pm #48760
michele
ParticipantThis reply has been marked as private. - February 18, 2019 at 5:36 pm #48809
WCFM Forum
MemberHi,
User role kept at “Subscriber” if not approved.
After approval their use role change to “Store vendor”.
Well, I do not understand, what code you are asking for?
Thank You
- February 18, 2019 at 6:40 pm #48832
michele
ParticipantThis reply has been marked as private. - February 19, 2019 at 6:38 am #48888
WCFM Forum
MemberHi,
Well, I didn’t gave you any code. I gave you action hook to implement your code based on this.
Hope you are comfortable in WP hook-filter coding!
Thank You
- AuthorPosts
- The topic ‘Custom vendor registration form?’ is closed to new replies.