Thanks for a very useful plugin! In my form, there is an error in the display of the repeater fields. “Start Repeater” and “End repeater” is written out when the form displays along with some code (see screenshots):
]]>Hi, Thanks for the amazing plugin. I tried it in my form but facing a small issue. If added field by mistake in the form (frontend) and want to remove the mistakely added field, cross/remove button not working.
Hey. Hey,
after submitting the form where we have the repeater field plugin deployed. It sends without problem, but the data from one repeater where there are 4 data from person it prints in 1 column #ID 69, and when exporting to .xlsx it doesn’t print any value for sure. I can also provide web access.
I have come across another bug ( I think ). We are using images checkboxes, 4 to be exact. There is also an associated field for quantity for each checkbox/image. If I select all 4 and submit the form the 1st one gets repeated in the email response output. If I select number 2, 3 & 4 we do not have the issue.
These image checkboxes are inside a repeater block, so as I test I disabled your plugin and the issue is gone.
So basically when using multiple image checkboxes inside a repeater block this cause an issue with the email notification where the first instance get repeated, but only if it’s selected.
]]>It seems like using your plugin to wrap a series of fields, including ones using the conditional option, causes all fields empty or populated to be output in the email notification.
The WP Forms default is to hide empty fields and I am not using the filter to show them.
Is there a work around? Our form is long and complex, so the notifications are unnecessarily cluttered with empty fields.
]]>Once this plugin is active on the latest version of WP FORMS Version 1.8.9 | we get a fatal error
[11-Jun-2024 14:49:57 UTC] PHP Fatal error: Uncaught Error: Call to a member function assets_global() on null in /home/cedar/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Traits/Layout/Frontend.php:73 Stack trace: #0 /home/cedar/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Repeater/Frontend.php(73): WPForms\Pro\Forms\Fields\Repeater\Frontend->layout_enqueue_css(Array) #1 /home/cedar/public_html/wp-includes/class-wp-hook.php(324): WPForms\Pro\Forms\Fields\Repeater\Frontend->enqueue_css(Array) #2 /home/cedar/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #3 /home/cedar/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /home/cedar/public_html/wp-content/plugins/wpforms/src/Frontend/Frontend.php(1563): do_action('wpforms_fronten...', Array) #5 /home/cedar/public_html/wp-content/plugins/wpforms/src/Pro/Frontend/Frontend.php(21): WPForms\Frontend\Frontend->assets_css() #6 /home/cedar/public_html/wp-content/plugins/wpforms/src/Frontend/Frontend.php(1545): WPForms\Pro\Frontend\Frontend->assets_css() #7 /home/cedar/public_html/wp-includes/class-wp-hook.php(324): WPForms\Frontend\Frontend->assets_header('') #8 /home/cedar/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #9 /home/cedar/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #10 /home/cedar/public_html/wp-includes/script-loader.php(2265): do_action('wp_enqueue_scri...') #11 /home/cedar/public_html/wp-includes/class-wp-hook.php(324): wp_enqueue_scripts('') #12 /home/cedar/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #13 /home/cedar/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #14 /home/cedar/public_html/wp-includes/general-template.php(3050): do_action('wp_head') #15 /home/cedar/public_html/wp-content/themes/workscout-child/header.php(23): wp_head() #16 /home/cedar/public_html/wp-includes/template.php(810): require_once('/home/cedar/pub...') #17 /home/cedar/public_html/wp-includes/template.php(745): load_template('/home/cedar/pub...', true, Array) #18 /home/cedar/public_html/wp-includes/general-template.php(48): locate_template(Array, true, true, Array) #19 /home/cedar/public_html/wp-content/themes/workscout/page.php(17): get_header('') #20 /home/cedar/public_html/wp-includes/template-loader.php(106): include('/home/cedar/pub...') #21 /home/cedar/public_html/wp-blog-header.php(19): require_once('/home/cedar/pub...') #22 /home/cedar/public_html/index.php(17): require('/home/cedar/pub...') #23 {main} thrown in /home/cedar/public_html/wp-content/plugins/wpforms/src/Pro/Forms/Fields/Traits/Layout/Frontend.php on line 73
Hey!
I got a webpage where I want to display several product categories and based on the checked fields, I want to display repeater fields, where people can add positions to their order
For e.g
{X} Apple
––––––––––––
Apple
{{start_repeater}}
LAYOUT[[KIND OF APPLE][AMOUNT]]
{{end_repeater (with {BUTTON: ADD POSITION})}}
–––––––––––––––––––
The conditional logic is applied to all these elements, to be only shown when Apple is checked. If I check apple now, I only get to see this:
The relevant fields are not shown.
This is how it is supposed to look like:
I would be very greatful for helping me! Thanks a lot in advance
]]>Hello Dev Team, I have your plugin installed and it is working perfectly, Nice Job!
I now need to integrate the fields created using Repeater plugin to another plugin which requires the field ID. Can you please let me know what is the field ID of a field that is repeated. For example a field “name” has an ID of “1”, If I create a repeater for this field and user repeats this field what is going to be the id for new “name” field?
I need to connect with this repeater filed in google sheet but , I have tried . but there is not getting entry this repeater field so please Help me ,
Google sheet connect plugin name is wpforms GSheet connecter.
Hello,
many thanks for the wonderful plugin. It would make my current task much easier.
I have installed it in my local development environment. This is (of course) running in debug mode. In this mode, however, there is a PHP warning in the middle of the HTML code generated by the plugin, which means that the entire functionality is not played out.
Reason:
File repeater-field.php line 289
<div class="repeater-field-warp-item-data" data-initial_rows_map="<?php echo esc_attr($initial_rows_map) ?>" data-map_id="<?php echo esc_attr($map_id) ?>" data-initial_rows="<?php echo esc_attr($initial_rows) ?>" data-limit="<?php echo esc_attr($limit) ?>">
The variable $map_id
is output here, but it does not exist in every case. This results in a warning here.
A simple solution would be in line 284
$map_id = 0;
in line 284.
It would be great if you could adjust this in one of the next updates.
I will deactivate the debug mode for my further setup ??
]]>