Title: How can add custom fields
Last modified: January 30, 2017

---

# How can add custom fields

 *  Resolved [Naxia](https://wordpress.org/support/users/axeea/)
 * (@axeea)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/how-can-add-custom-fields/)
 * Hi
 * How can i add and save custom fields in store form (seller profile->settings-
   >store)?
 * Thanks.

Viewing 1 replies (of 1 total)

 *  [Rafsun Chowdhury](https://wordpress.org/support/users/rafsuntaskin/)
 * (@rafsuntaskin)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/how-can-add-custom-fields/#post-8715065)
 * You can use this hook to add custom input fields into the settings form :
 * `<?php do_action( 'dokan_settings_form_bottom', $current_user, $profile_info );?
   >`
 * And then use this action to call your save function :
 * `<?php do_action( 'dokan_store_profile_saved', $store_id ); ?>`
    -  This reply was modified 9 years, 3 months ago by [Rafsun Chowdhury](https://wordpress.org/support/users/rafsuntaskin/).

Viewing 1 replies (of 1 total)

The topic ‘How can add custom fields’ is closed to new replies.

 * ![](https://ps.w.org/dokan-lite/assets/icon-256x256.gif?rev=3239229)
 * [Dokan: AI Powered WooCommerce Multivendor Marketplace Solution – Build Your Own Amazon, eBay, Etsy](https://wordpress.org/plugins/dokan-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dokan-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dokan-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/dokan-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dokan-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dokan-lite/reviews/)

## Tags

 * [settings](https://wordpress.org/support/topic-tag/settings/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rafsun Chowdhury](https://wordpress.org/support/users/rafsuntaskin/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/how-can-add-custom-fields/#post-8715065)
 * Status: resolved