-
Notifications
You must be signed in to change notification settings - Fork 58
Isses with gravityforms-repeater #94
Comments
I found the bug for you. |
You have a really nasty nasty bug. And I mean nasty. If you have a long form, chances are your users will simply populate the missing fields and re-submit the form sending you incorrect radio button selections. I am not a PHP developer but I am a JavaScript developer, so after debugging this nasty bug for the last few days I managed to find the bugs and also provide a fix.
Regards, |
Kodie, Looking at the DOM you will notice that -
Here is the fix (staring from line 1146 of your code) -
|
I've made more changes to this plugin and it seems to finally work as expected (though I acknowledge not testing extensively). Regads, |
Hey @MenashayAu |
@MenashayAu How do i make this plugin work with Gravity PDF ? |
@elton-ot It's been awhile. I will check and get back to you. |
@MenashayAu Hey, i created a new form again and now its working.. |
Hi @elton-ot,
|
I found three issues with this plugin (version 1.1.0-dev14) -
Issue 1:
'Name' field always outputs only the last field in the 'name' (if you activate the 'first', and the 'last' for instance, you will only get data from 'last'. If you activate in the 'name' field 'first', 'last' and 'suffix' you will only get data from 'suffix'). By 'output' I mean when you look at 'Entries' from the Gravity Forms dashboard you will see data just for a one field from the 'name' field (it is always the last field that is activated in the 'name' field)
Issue 2:
Same as issue 1 with address field, again only the last field is outputting the data.
Issue 3:
Fields do not output data when you put conditional logic.
Put conditional logic in fields that are inside the repeater (between the repeater start and the repeater end). Now submit your form and look at 'Entries' from the Gravity Forms dashboard. No field from the repeater is shown.
Gravity Forms version: 2.2.1
The text was updated successfully, but these errors were encountered: