{"id":15651855,"url":"https://github.com/felipeelia/cf7-repeatable-fields","last_synced_at":"2025-04-13T12:27:00.592Z","repository":{"id":30656685,"uuid":"125650043","full_name":"felipeelia/cf7-repeatable-fields","owner":"felipeelia","description":"Adds repeatable groups of fields to Contact Form 7.","archived":false,"fork":false,"pushed_at":"2024-10-22T23:41:40.000Z","size":3172,"stargazers_count":32,"open_issues_count":15,"forks_count":12,"subscribers_count":4,"default_branch":"trunk","last_synced_at":"2025-04-13T12:26:25.095Z","etag":null,"topics":["contact-form-7","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/cf7-repeatable-fields/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felipeelia.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-17T16:48:21.000Z","updated_at":"2024-10-22T23:37:42.000Z","dependencies_parsed_at":"2024-04-28T22:29:01.843Z","dependency_job_id":"9d47252f-da77-4747-930c-b1318fade8c2","html_url":"https://github.com/felipeelia/cf7-repeatable-fields","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeelia%2Fcf7-repeatable-fields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeelia%2Fcf7-repeatable-fields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeelia%2Fcf7-repeatable-fields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipeelia%2Fcf7-repeatable-fields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipeelia","download_url":"https://codeload.github.com/felipeelia/cf7-repeatable-fields/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248713360,"owners_count":21149675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["contact-form-7","wordpress","wordpress-plugin"],"created_at":"2024-10-03T12:40:23.778Z","updated_at":"2025-04-13T12:27:00.534Z","avatar_url":"https://github.com/felipeelia.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Contact Form 7 - Repeatable Fields\n\n\u003e Adds repeatable groups of fields to Contact Form 7.\n\n[![Support Level](https://img.shields.io/badge/support-may_take_time-yellow.svg)](#support-level) [![Tests Status](https://github.com/felipeelia/cf7-repeatable-fields/actions/workflows/test.yml/badge.svg?branch=trunk)](https://github.com/felipeelia/cf7-repeatable-fields) [![Release Version](https://img.shields.io/github/release/felipeelia/cf7-repeatable-fields.svg)](https://github.com/felipeelia/cf7-repeatable-fields/releases/latest) ![WordPress tested up to version](https://img.shields.io/wordpress/plugin/tested/cf7-repeatable-fields?label=WordPress) [![GPLv2 License](https://img.shields.io/github/license/felipeelia/cf7-repeatable-fields.svg)](https://github.com/felipeelia/cf7-repeatable-fields/blob/trunk/LICENSE.md)\n\n## Requirements\n\nThis plugin requires these software with the following versions:\n\n* [WordPress](https://wordpress.org) 6.0+\n* [PHP](https://php.net/) 7.2+\n* [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) 5.7+\n\n## Usage ##\n\n### Form tab ###\nWrap the desired fields with `[field_group your_group_id_here][/field_group]`. The shortcode accepts additional parameters, in WP shortcode format and in CF7 fields parameters format as well.\n\nExample:\n```html\n[field_group emails id=\"emails-groups\" tabindex:1]\n\t\u003clabel\u003eYour Email (required)[email* your-email]\u003c/label\u003e\n\t[radio your-radio use_label_element default:1 \"radio 1\" \"radio 2\" \"radio 3\"]\n\t[select* your-menu include_blank \"option1\" \"option 2\"]\n\t[checkbox* your-checkbox \"check 1\" \"check 2\"]\n[/field_group]\n```\n\n### Mail tab ###\nIn the mail settings, wrap the fields with your group id. You can use the `[group_index]` tag to print the group index and an additional `__\u003cNUMBER\u003e` to print a field at a specific index.\n\nExample:\n```html\nThe second email entered by the user was: [your-email__2]\n\nThese were the groups:\n[emails]\nGROUP #[group_index]\n\tCheckbox: [your-checkbox]\n\tE-mail: [your-email]\n\tRadio: [your-radio]\n\tSelect: [your-menu]\n[/emails]\n```\n\n## Check out the Wiki\n\n* [Hooks available](https://github.com/felipeelia/cf7-repeatable-fields/wiki/Hooks) - How to customize the _add_ and _remove_ buttons\n* [Frequently Asked Questions](https://github.com/felipeelia/cf7-repeatable-fields/wiki/Frequently-Asked-Questions)\n\n## Contribute ##\nYou can contribute with code, issues and ideas at the [GitHub repository](https://github.com/felipeelia/cf7-repeatable-fields).\n\nIf you like the plugin, [a review](https://wordpress.org/support/plugin/cf7-repeatable-fields/reviews/#new-post) is appreciated :)\n\n## Changelog\n\nA complete listing of all notable changes to this plugin are documented in [CHANGELOG.md](https://github.com/felipeelia/cf7-repeatable-fields/blob/trunk/CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipeelia%2Fcf7-repeatable-fields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipeelia%2Fcf7-repeatable-fields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipeelia%2Fcf7-repeatable-fields/lists"}