Skip to content

Commit

Permalink
add support for page next button conditional logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jan 21, 2016
1 parent 54f0bab commit a5a0d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gravityforms-multiple-form-instances.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function gform_get_form_filter($form_string, $form) {
"ginput_total_" . $form['id'] => "ginput_total_" . $random_id,
"GFCalc(" . $form['id'] . "," => "GFCalc(" . $random_id . ",",
'gf_global["number_formats"][' . $form['id'] . ']' => 'gf_global["number_formats"][' . $random_id . ']',
"gform_next_button_" . $form['id'] . "_" => "gform_next_button_" . $random_id . "_",
$hidden_field => "<input type='hidden' name='gform_random_id' value='" . $random_id . "' />" . $hidden_field,
);

Expand Down

0 comments on commit a5a0d32

Please sign in to comment.