Title: Form Template Customization
Last modified: February 7, 2017

---

# Form Template Customization

 *  Resolved [Marc Luther Capulong](https://wordpress.org/support/users/mlcapulong/)
 * (@mlcapulong)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/form-template-customization/)
 * Hi,
 * Is there a way to properly customize the form templates? I don’t to directly 
   change the codes in the plugin.
 * I want to create a search form just below the header. So the form layout should
   be horizontal.
 * Thanks,
    Marc

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * (@dontdream)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/form-template-customization/#post-8747782)
 * Hi Marc,
 * You can copy one of the existing templates
 * (from wp-content/plugins/bp-profile-search/templates/members)
 * to your child theme
 * (to wp-content/themes/name_of_your_child_theme/buddypress/members)
 * then you can modify it according to your needs.
 * When you’ll select that template name for your search form, BP Profile Search
   will use your modified version instead of the standard one.
 *  Thread Starter [Marc Luther Capulong](https://wordpress.org/support/users/mlcapulong/)
 * (@mlcapulong)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/form-template-customization/#post-8770055)
 * Great! Thank you!
 *  [junglereef](https://wordpress.org/support/users/junglereef/)
 * (@junglereef)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/form-template-customization/#post-9033291)
 * Hello Andrea,
 * Come stai? spero bene!
 * Please, i am having a hard time updating the templates I did create a buddypress/
   members directory in the Geodirectory – Supreme child theme, and copíed “bps-
   form-inline” template from Kleo theme and pasted, but I still only have the deafult
   templates as option in the backpanel, if possible any hint would be greatly appreciated,
   I am now on a localhost, and everything seems to work fine.
 * Thank you
 *  Plugin Author [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * (@dontdream)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/form-template-customization/#post-9109448)
 * Ciao [@junglereef](https://wordpress.org/support/users/junglereef/),
 * Sorry for the late reply!
 * You can add this code to your _bp-custom.php_ file:
 *     ```
       add_filter ('bps_templates', 'add_template');
       function add_template ($templates)
       {
       	$templates[] = 'members/bps-form-inline';
       	return $templates;
       }
       ```
   
 *  [junglereef](https://wordpress.org/support/users/junglereef/)
 * (@junglereef)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/form-template-customization/#post-9109751)
 * Ciao Andrea,
 * Regarding the bellow issue I solved using another updated WPML widget, now my
   main problem is to result page won’t display in secondary languages if you could
   help me with that would be amazing the site is [http://www.tourpass.rio](http://www.tourpass.rio)
   and posted in the following forum link [https://wordpress.org/support/topic/bug-with-bp-multilanguage/#post-9082327](https://wordpress.org/support/topic/bug-with-bp-multilanguage/#post-9082327),
 * Really Appreciate., Cmq se vuoi possiamo parlare anche Italiano gentilissimo!
 * Junglereef
 *  Plugin Author [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * (@dontdream)
 * [9 years ago](https://wordpress.org/support/topic/form-template-customization/#post-9152436)
 * BP Profile Search 4.7.4 should fix these issues, please let me know if something
   is missing. Thanks for letting me test the changes on your site!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Form Template Customization’ is closed to new replies.

 * ![](https://ps.w.org/bp-profile-search/assets/icon.svg?rev=1568973)
 * [BP Profile Search](https://wordpress.org/plugins/bp-profile-search/)
 * [Support Threads](https://wordpress.org/support/plugin/bp-profile-search/)
 * [Active Topics](https://wordpress.org/support/plugin/bp-profile-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bp-profile-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bp-profile-search/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Andrea Tarantini](https://wordpress.org/support/users/dontdream/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/form-template-customization/#post-9152436)
 * Status: resolved