# Profile Field Repeater #
- **Contributors:** bhargavbhandari90 
- **Donate link:** https://www.paypal.me/BnB90/50 
- **Tags:** buddypress, profile, profile fields, repeater 
- **Requires at least:** 4.0 
- **Tested up to:**  7.0
- **Requires PHP:** 5.6 
- **Stable tag:** 1.0.1 
- **License:** GPLv2 or later 
- **License URI:** http://www.gnu.org/licenses/gpl-2.0.html 

Make TEXT BOX or NUMBER type BuddyPress profile field as a repeater.

## Description ##

Sometimes we need repeaters in BuddyPress profile fields. By this plugin you can make text box and number type fields as a repeater.

This plugin will fulfill the requirement of adding repeaters in profile field.

## How to use? ##

* Go to BuddyPress Profile fields list in backend.
* Add/Edit any text box or number type field.
* Set "Is the field repeater?" as Yes when add/update profile fields.

## Installation ##
1. Upload "bp-profile-field-repeater" to the "/wp-content/plugins/" directory usong FTP or upload plugin zip using upload button.
2. Activate the plugin through the "Plugins" menu in WordPress.

## Screenshots ##
### 1. Option to set field as repeater. ###
![Option to set field as repeater.](https://user-images.githubusercontent.com/19459637/82126141-50054f00-97c8-11ea-9d00-ed6e96a1f9e9.jpg)

### 2. Field set as repeater in backend. ###
![Field set as repeater in backend.](https://user-images.githubusercontent.com/19459637/82126152-63181f00-97c8-11ea-8160-702d73436699.jpg)

### 3. Field set as repeater in user profile. ###
![Field set as repeater in user profile.](https://user-images.githubusercontent.com/19459637/82126157-6dd2b400-97c8-11ea-8d79-49147551b28c.jpg)

## Changelog ##

### 1.0.1 ###
* Display each repeater values in new line.

### 1.0.0 ###
* Initial release.