Title: Reycob Libro de Reclamaciones Peru
Author: Victor Rodriguez
Published: <strong>August 27, 2026</strong>
Last modified: August 27, 2026

---

Search plugins

![](https://ps.w.org/reycob-libro-de-reclamaciones-peru/assets/banner-772x250.png?
rev=3669158)

![](https://ps.w.org/reycob-libro-de-reclamaciones-peru/assets/icon-256x256.png?
rev=3669158)

# Reycob Libro de Reclamaciones Peru

 By [Victor Rodriguez](https://profiles.wordpress.org/reycob38/)

[Download](https://downloads.wordpress.org/plugin/reycob-libro-de-reclamaciones-peru.1.0.7.zip)

 * [Details](https://wordpress.org/plugins/reycob-libro-de-reclamaciones-peru/#description)
 * [Reviews](https://wordpress.org/plugins/reycob-libro-de-reclamaciones-peru/#reviews)
 *  [Installation](https://wordpress.org/plugins/reycob-libro-de-reclamaciones-peru/#installation)
 * [Development](https://wordpress.org/plugins/reycob-libro-de-reclamaciones-peru/#developers)

 [Support](https://wordpress.org/support/plugin/reycob-libro-de-reclamaciones-peru/)

## Description

Reycob Libro de Reclamaciones Peru helps site owners publish a structured complaints
book form using a shortcode.

The plugin stores each submitted complaint as a private admin record, sends an email
receipt to the customer, and notifies the configured business email address.

Main features:

 * Shortcode form: `[rlrp_libro_reclamaciones]`
 * Consumer identification fields
 * Product or service identification fields
 * Complaint and claim type selection
 * Request and detail fields
 * Optional representative fields for minors
 * Unique record numbering based on the year and the WordPress record ID
 * Admin panel for reviewing submissions
 * Administrator-only access to complaint records
 * Internal status tracking
 * Email receipt for the customer
 * Email notification for the site administrator
 * Configurable business information and colors
 * Nonce validation, honeypot, timing check, rate limiting, and server-side validation
 * WordPress personal data export integration

This plugin provides a practical form structure for handling complaint book records
in Peru. It does not provide legal advice. Each business is responsible for reviewing
its own legal obligations and adapting public notices, retention policies, response
procedures, and privacy information to its specific case.

### Privacy

When a visitor submits the complaints book form, the plugin stores the information
entered in the form, the submission date, an internal status, and a unique record
code in the site’s WordPress database.

The plugin sends an email receipt to the address entered by the consumer and a notification
to the business email configured by the site administrator. It does not send form
data to any external service other than the mail service selected and configured
by the WordPress site owner.

Version 1.0.3 and later does not store the visitor’s IP address. Records created
by an earlier version may contain an IP address in their metadata. A hashed, temporary
request key may be stored for up to 15 minutes solely to limit automated or abusive
submissions; it cannot be used by the plugin to recover the original IP address.

The plugin integrates with the WordPress personal data export tool. Erasure requests
retain matching complaint records for administrator review because those records
may be subject to legal or internal retention requirements. Site owners are responsible
for defining and communicating their privacy, retention, and deletion policies.

Uninstalling the plugin removes its settings but intentionally preserves submitted
complaint records.

## Screenshots

[⌊Public complaints book form.⌉⌊Public complaints book form.⌉[

Public complaints book form.

[⌊Admin dashboard summary.⌉⌊Admin dashboard summary.⌉[

Admin dashboard summary.

[⌊Complaint detail screen.⌉⌊Complaint detail screen.⌉[

Complaint detail screen.

[⌊Plugin settings screen.⌉⌊Plugin settings screen.⌉[

Plugin settings screen.

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/reycob-libro-de-reclamaciones-
    peru/` directory, or install the plugin through the WordPress plugins screen.
 2. Activate the plugin through the Plugins screen.
 3. Go to **Complaints Book > Settings** and configure the business information.
 4. Add the shortcode `[rlrp_libro_reclamaciones]` to the page where the form should
    appear.

## FAQ

### What shortcode should I use?

Use `[rlrp_libro_reclamaciones]`.

### Does the plugin delete submitted records?

No. Submitted records are stored in WordPress as private admin records so they can
be reviewed and managed from the dashboard.

Uninstalling the plugin removes its settings but intentionally preserves submitted
complaint records. An authorized administrator can delete individual records from
the WordPress dashboard after reviewing the business’s legal and internal retention
obligations.

### Does the plugin guarantee legal compliance?

No. The plugin provides a structured form and record management workflow. Site owners
should verify legal wording, operating procedures, privacy notices, and record retention
requirements with the appropriate responsible party or legal advisor.

### Can I change business information?

Yes. Go to **Complaints Book > Settings** to configure business name, RUC, address,
email, colors, and visible response period.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Reycob Libro de Reclamaciones Peru” is open source software. The following people
have contributed to this plugin.

Contributors

 *   [ Victor Rodriguez ](https://profiles.wordpress.org/reycob38/)

[Translate “Reycob Libro de Reclamaciones Peru” into your language.](https://translate.wordpress.org/projects/wp-plugins/reycob-libro-de-reclamaciones-peru)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/reycob-libro-de-reclamaciones-peru/),
check out the [SVN repository](https://plugins.svn.wordpress.org/reycob-libro-de-reclamaciones-peru/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/reycob-libro-de-reclamaciones-peru/)
by [RSS](https://plugins.trac.wordpress.org/log/reycob-libro-de-reclamaciones-peru/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.7

 * Added configurable submit button text, colors, border, hover state, radius, alignment,
   and width.
 * Isolated the submit button appearance from theme and page-builder overrides.

#### 1.0.6

 * Fixed a fatal error while rendering required form fields.
 * Ensured public styles load before page builders render the shortcode.
 * Updated frontend asset versions to prevent stale cached files.

#### 1.0.5

 * Fixed a WordPress capability mapping conflict that could hide WP Mail SMTP and
   other administrator-only menu pages.
 * Kept complaint records restricted to administrators using post-type-specific 
   meta capabilities.

#### 1.0.4

 * Improved compatibility with WP Mail SMTP and other providers that integrate through
   WordPress wp_mail().
 * Kept sender and SMTP configuration under the mail plugin’s control without global
   PHPMailer filters.
 * Added isolated delivery handling so email failures do not remove or corrupt complaint
   records.
 * Added per-record delivery status for customer and business notifications.
 * Added safe Reply-To headers and prevented duplicate delivery when both recipients
   are the same address.

#### 1.0.3

 * Restricted complaint records and management screens to administrators.
 * Added stricter server-side validation for required fields, document types, amounts,
   minors, and data consent.
 * Added nonce validation, a honeypot, a submission timing check, and temporary 
   rate limiting.
 * Replaced the yearly counter with collision-resistant record codes based on the
   WordPress record ID.
 * Stopped storing visitor IP addresses in new complaint records.
 * Added WordPress personal data export and erasure-review integration.
 * Preserved complaint records during uninstall to avoid accidental loss of legally
   relevant data.
 * Improved translatable strings and WordPress coding standards compliance.

#### 1.0.2

 * Updated WordPress.org metadata and shortcode prefix for review compliance.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.0.7**
 *  Last updated **1 week ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [claims](https://wordpress.org/plugins/tags/claims/)[complaints](https://wordpress.org/plugins/tags/complaints/)
   [customer service](https://wordpress.org/plugins/tags/customer-service/)[peru](https://wordpress.org/plugins/tags/peru/)
   [shortcode](https://wordpress.org/plugins/tags/shortcode/)
 *  [Advanced View](https://wordpress.org/plugins/reycob-libro-de-reclamaciones-peru/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/reycob-libro-de-reclamaciones-peru/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/reycob-libro-de-reclamaciones-peru/reviews/)

## Contributors

 *   [ Victor Rodriguez ](https://profiles.wordpress.org/reycob38/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/reycob-libro-de-reclamaciones-peru/)