Auto Advance Plugin Prevents editing GF Form Fields
-
Just recently updated to v3 and found a peculiar problem. When the Auto Advance plugin is activated, i can not edit any fields in Gravity Forms. If i look at the console i see several errors related to GF Engine but it relates to form.pagination.pages.length script below. If i deactivate the Auto Advance, then the errors go away in the console and I can edit the fields again.
<script type=’text/javascript’>
// Bind to the load field settings event to initialize the inputsvar labels = “Auto advance form page when item is selected”;
var label_last = “Auto Complete Form”;jQuery(document).bind(“gform_load_field_settings”, function(event, field, form){
console.log(field);
var total_pages = 1;
if( form.pagination != ‘null’ && typeof form.pagination != ‘undefined’ ) {
total_pages = form.pagination.pages.length;
}The page I need help with: [log in to see the link]
- The topic ‘Auto Advance Plugin Prevents editing GF Form Fields’ is closed to new replies.