Code and Core Repeater Fields for Contact Form 7
Code and Core Repeater Fields for Contact Form 7 takes your classic Contact Form 7 forms to the next level by allowing users to add an unlimited, or strictly limited, number of dynamic field blocks. Whether you are collecting an unknown number of attendees for an event, gathering past employment history records, dynamically submitting multiple file uploads, or tracking an indefinite list of inventory items the Repeater Extension seamlessly integrates directly into your Contact Form 7 editor, providing the ultimate solution for complex form data collection. If you are looking to create highly converting, dynamic WordPress forms, the Code and Core Repeater Fields for CF7 plugin is an essential add-on. Gone are the days of creating tedious, hard-coded long forms with dozens of unnecessary inputs. By allowing your website visitors to recursively duplicate form field groups or “add more rows” on the fly, you instantly streamline the user experience, improve your form submission rates, and collect cleanly structured data arrays. This lightweight, developer-friendly CF7 repeater extension is fully optimized for performance and modern WordPress site architecture. Whether you urgently need a ‘CF7 add more fields’ button, dynamic repeatable multipart form rows, or a frontend input cloner, our extension handles it flawlessly. It acts as the perfect dynamic form builder solution to collect complex nested data like family member details, employment histories, or multiple product order requests directly inside your existing Contact Form 7 setup. Core Features & Highlights Native CF7 Integration: We built the repeater seamlessly into the Contact Form 7 tag generator UI. You simply click the “Repeater” button just as you would for any standard text or email tag. Mail Tag Auto-Generation: Your repeater groups appear right inside the CF7 “Mail” tab. Drop in your repeater tag (e.g., [attendees]), and the plugin automatically prints out the gathered fields! Global Configuration Dashboard: Tired of manually typing “Add Row” into every form? Use the brand-new, beautifully designed Repeater Settings panel to configure global defaults for button labels. Style Customizer (No-Code Builder): Tweak row backgrounds, margins, paddings, borders, and action button colors (including hover states) directly from a beautiful settings panel with a real-time Live Preview and Reset button. Advanced Output Formatting: Output the collected repeating fields into your email templates as either clean HTML Tables or beautifully formatted indented Lists. Limit User Inputs (Min/Max Validation): Restrict how many repeating blocks a user can generate. Enforce a minimum of 1 and a maximum of 5 to protect your inbox from being flooded, with smart validation natively warning the user. Dynamic Field Triggers: Link your repeater directly to other form fields (like a number input or dropdown menu). When a user types “5” into a trigger field, the repeater automatically generates exactly 5 rows instantly! Row Duplication Engine: Allow users to duplicate existing rows with a single click. The plugin copies all current field values (inputs, select dropdowns, textareas, checkboxes, and radio button states) seamlessly. Drag and Drop Reordering: Reorder repeater rows easily with an intuitive drag-and-drop handle. Enable it globally or override it per shortcode. Smooth Slide Animations: Transition rows dynamically with smooth jQuery .slideDown(250) and .slideUp(250) animations during add, remove, and duplicate actions. Asset Optimization Engine: Don’t let your website slow down! The plugin safely enqueues JavaScript conditionally only on the pages actually rendering a CF7 Repeater shortcode. 100% WPML & Translation Compatible: All of the plugin’s interface texts, dynamic configurations, and alerts strictly run through WordPress localization hooks and WPML filter strings, guaranteeing zero compatibility issues on multi-lingual translated websites. Developer Friendly Email Templating: Need more than just Tables or Lists? Easily override the core HTML email layouts by dropping a simple PHP template file directly into your own active WordPress theme. Complete structural control without ever modifying plugin core files! External services This plugin connects to a third-party service at https://dashboard.wordpress-plugins.pro/ for the following purposes: Deactivation Feedback: When you deactivate the plugin, an optional feedback form allows you to share why you are deactivating. If you fill this out, it sends the reason, site URL, plugin/WordPress/PHP versions, and active theme information. This helps us improve the plugin. Usage Tracking (Telemetry): If you explicitly opt-in via our settings or the activation modal, the plugin will occasionally send anonymous site diagnostics (site URL, plugin/WP/PHP versions, and active theme info) to help us prioritize compatibility updates and features. This service is provided by “WordPress Plugins Pro”: General Conditions, Privacy Policy. Usage Guide Here are the two primary ways to implement the Repeater Field based on your dynamic form requirements: 1. Manual Mode (User-Controlled Rows) In this mode, users click “Add” to add new rows and “Remove” to delete them. This is ideal for general lists like attendees or work experience. [repeater contact-list initial:1 max:10 add_text:"Add row" remove_text:"Remove row"] Full Name: [text* contact-name] Phone: [tel* contact-phone] [/repeater] 2. Auto-Generation Mode (With Trigger Field) This mode automatically generates a specific number of rows based on a numeric value from another field (e.g., a dropdown or number input). It removes the manual “Add Row” button for a more streamlined experience. How many guests are coming? [select guest-count "1" "2" "3" "4" "5"] [repeater guests trigger:guest-count] Guest Name: [text guest-name] [/repeater] 3. Displaying in Emails To show the collected repeater data in your email notifications, go to the Mail tab in Contact Form 7 and use the repeater’s ID (e.g., [guests]) inside the Message Body: Hello Admin, here is the submitted data: [guests] The plugin will automatically render the data as a professional HTML Table or a formatted List depending on your configuration. 4. Advanced Shortcode Example: Inline Email Lists Want your data as a bulleted list instead of a table? Simply pass the mail_format attribute directly into your form shortcode! [repeater attendees mail_format:"list"] ... [/repeater] 5. Custom Email template If you want complete control over how the repeating fields look in your email notifications, you can override the default template safely from your theme! Go to your active theme (or child theme) directory. Inside your theme, create a new folder path: code-and-core-repeater-fields-for-contact-form-7/templates/ Copy the file code-and-core-repeater-fields-mail.php from our plugin’s /templates/ directory into this newly created folder. Open the copied file and edit the HTML variables however you like! Custom Template Code Example (code-and-core-repeater-fields-mail.php): Our PHP template natively exposes $sub_fields (an array of your CF7 field names) and $rows (a 2D array containing every user submission). You can elegantly loop through them like this: $row) { echo ' '; echo ' Attendee #' . ($index + 1) . ' '; foreach ($sub_fields as $field_name) { $value = isset($row[$field_name]) ? $row[$field_name] : 'N/A'; echo ' ' . esc_html($field_name) . ': ' . esc_html($value) . ' '; } echo ' '; } ?> The plugin will automatically detect and load your beautiful custom theme layout instead of the default HTML table! 6. Row Duplication Mode This mode enables users to duplicate any filled row instantly. Click “Duplicate” to clone the row and preserve its input values. [repeater contact-list enable_duplicate:"1" duplicate_text:"Duplicate Row"] Full Name: [text* contact-name] Phone: [tel* contact-phone] [/repeater] You can configure Row Duplication globally via Contact > Repeater Settings or override it locally on each shortcode with the enable_duplicate (“1” or “0”) and duplicate_text parameters. 7. Drag and Drop Reordering This feature allows users to reorder repeater rows dynamically on the frontend. A draggable handle is provided on each row when enabled. [repeater contact-list drag_and_drop:"1"] Full Name: [text* contact-name] Phone: [tel* contact-phone] [/repeater] You can configure Drag and Drop globally via Contact > Repeater Settings or override it locally on each shortcode with the drag_and_drop (“1” or “0”) parameter.
Top keywords
- repeater29×2.25%
- form16×1.24%
- row15×1.16%
- field13×1.01%
- rows11×0.85%
- add10×0.78%
- duplicate10×0.78%
- fields9×0.70%
- text9×0.70%
- contact8×0.62%
- email8×0.62%
- name8×0.62%
Redirection for Contact Form 7
Redirection for Contact Form 7 enhances your forms with essential post-submission actions all in one plugin. Store form entries in your database, redirect users to any page or URL, send email notifications, block spam with honeypot protection, and help with GDPR compliance through data export/erase requests. Want more power? Our PRO version includes JavaScript execution after submission, webhook integration for third-party services, conditional logic based on user input, frontend post creation, PDF generation from form data, and seamless integrations with popular services like Mailchimp, PayPal, Stripe, HubSpot, Salesforce, and Twilio. 🔗 HELPFUL LINKS: Need any help with setup? CHECK DOCUMENTATION Interested in Redirection For CF7 Pro? LEARN MORE USAGE Simply go to your form settings, select the “Action” tab, and add additional Submission Actions based on your requirements. NOTE: This plugin requires CF7 version 4.8 or later. 🤝 HOW REDIRECTION FOR CF7 CAN HELP YOU: Redirect to Any URL: Easily redirect users to any specific webpage after form submission, enhancing user navigation and experience. Open Page in a New Tab: Configure forms to open the target URL in a new tab, keeping your site accessible to users post-submission. Pass Fields from the Form as URL Query Parameters: Seamlessly append submitted form data to the URL as query parameters, enabling personalized follow-up pages. Add Honeypot to Minimize Spam: Integrate a honeypot technique in your forms to prevent spam without affecting user experience. Save Form Submissions to Your Database: Automatically store all form submissions in your database, ensuring no data loss and facilitating easy back-referencing. GDPR Compliance – Create Erase Personal Data Request: Allow users to initiate requests for erasing their personal data, ensuring compliance with GDPR mandates. GDPR Compliance – Create Export Personal Data Request: Enable users to request exports of their personal data, supporting transparency and adherence to GDPR guidelines. 🤩 GET MORE FEATURES WITH REDIRECTION FOR CF7 PRO Add Conditional Logic: Enhance your submission actions with the Conditional Logic of Actions Extension. Set If/Or rules based on user inputs to manage powerful conditional rules effectively. Run JavaScript After Form Submission: Execute custom JavaScript code after a form is submitted, ideal for tracking conversions and integrating with analytics tools. Create and Send PDF: Add the option to generate and send PDF using the submitted form fields. Frontend Publishing: Add the ability to allow your users to publish posts from your website front-end. Webhook Integration: Supercharge your forms with advanced Webhook support—seamlessly connect to third-party apps using POST, GET, DELETE, and PATCH methods, with full compatibility for PARAMS, JSON, and XML formats.Empower your forms with advanced Webhook integration, supporting POST, GET, DELETE, PATCH methods and PARAMS, JSON, and XML formats for comprehensive connectivity with third party apps. Add a Thank You Popup: Add the ability to thank your users with a noticeably designed thank-you popup. Integrate with Mailchimp: Add the ability to register submitted forms to any of your MailChimp lists. Integrate PayPal & Stripe: Collect payments from your users by redirecting them to PayPal or Stripe. Integrate with HubSpot CRM: Add the ability to send form submissions from Contact Form 7 to HubSpot CRM. Integrate with Salesforce CRM: Add the ability to send submission forms from Contact Form 7 to Salesforce CRM. SMS with Twilio Integration: Add the ability to send SMS messages to your users or notifications to yourself using Twilio. Unlock these premium features and more with Redirection for CF7 PRO! Still have questions? Ask your pre-sales questions here, and we will get back to you promptly. Or, purchase with confidence and try it for yourself—we offer a 30-day no-questions-asked 100% money-back guarantee. 🤔 WHAT YOU CAN DO WITH REDIRECTION FOR CF7: Redirection for Contact Form 7 opens up a world of opportunities! Explore how different audiences can leverage its features: 📦 E-commerce Sites: Automate order confirmations and updates through SMS with the Twilio integration, providing customers with real-time updates directly on their phones. 🫶 Non-Profit Organizations: Enhance donor engagement by redirecting donors to personalized thank you pages using Conditional Logic, and manage GDPR compliance with data export and erase requests. 🏠 Real Estate Agencies: Direct potential clients to a customized URL after form submission, showcasing specific property details or offers based on the input from inquiry forms. 🛠️ Tech Support Services: Link form submissions with Salesforce or HubSpot CRM to automatically create support tickets and manage follow-up actions efficiently. 📚 Education Providers: Implement the Frontend Publishing feature to allow students to submit assignments and projects directly through forms, making submission processes smoother and more organized. 📈 Marketing Teams: Capture lead information and automatically add it to a Mailchimp email list for subsequent marketing campaigns, ensuring seamless integration with your digital marketing strategies. 💵 Freelancers and Consultants: Offer a streamlined payment process by integrating with PayPal and Stripe, allowing clients to pay for services directly through the submission form. 📝 Bloggers and Influencers: Manage user-generated content by enabling frontend post submissions, allowing followers to contribute stories, photos, or feedback directly on the website. ✨ YOU SHOULD USE REDIRECTION WITH CF7 IF: You Want to Personalize User Journeys: Provide a tailored experience by redirecting users to pages that fit their needs. You Aim to Automate Processes: Simplify workflows by directing users to relevant resources or actions after form submission. You Seek to Increase Engagement: Capture user interest by guiding them to content or offers that resonate with them. You Need to Optimize Conversions: Redirect users to strategically designed pages to maximize conversion opportunities. You Plan to Manage Leads Efficiently: Ensure leads are channeled to the right destination for effective handling and follow-up. 👋 WE’RE HERE FOR YOU, AND WE TAKE ALL FEEDBACK SERIOUSLY 📚 Knowledge Base: We’ve created a complete documentation library and we’re still constantly updating with new tutorials. 🦸 Support forum: We’re here to help. Feel free to open a new thread on the Support Forum. 🎙️ SEE WHAT REAL USERS TALK ABOUT US Very nice and helpful plugin – “This is a very helpful plugin. It makes my task much easier and it is also very nice for website users to be redirected to the summary page of their entries.” Works like a charm 🙂 – “What else to say? When a customer submits a form, it fluently redirects him/her to specific url when I say “Thank you for submitting the form, we will contact you later…”. So thank you very much creators!” 5 star – “Working with Conversion tracking and I like the fact that you can pull the contact form fields in that you want to show on the Thank you page. Everything works fantatic.” Really useful! – “Just chiming in with a positive review. Works great, and has been for a while now. Thanks so much!!”