Repeater Field for Contact Form 7
Setup repeater field for Contact Form 7 with the repeater addon of UACF7 (Ultimate Addons for Contact Form 7). With this addon, you can add Repeatable Fields to Contact Form 7. You can add all kinds of fields from text, files, checkboxes, radio buttons, textarea etc. Just fill up the form below to understand the feature.
How to Setup
Watch this video to understand how to setup repeater field for Contact Form 7
Glimpse of Backend Editing Panel (Click to Enlarge)
Need IP Geolocation based Country, City, State, Zip Fields?
This features will help you to set IP Geolocation based Country, City, State, Zip Fields on Contact Form 7. The fields will be autocompleted based on User’s IP.
Copy the Sample Code of the Above Form
<label> Your name </label> [text* your-name] <div class="uacf7-repeatborder"> [uarepeater uarepeater-511 add "Add another set +"] <div><h4 class="uacf7-repeater-title">Repeater Set</h4> <p>The border added on this area is for demo purpose, To differentiate the repeater area from normal fields. It's not part of the plugin.</p> <label> Choose an Option </label> [radio radio-33 use_label_element default:1 "Option A" "Option B"] <label> Do you want to join the meeting? </label> [select menu-296 "Yes" "No"] </div> [/uarepeater] </div> <label> Your email </label> [email* your-email] [submit "Submit"]