Skip to content

Commit

Permalink
Update gravityforms-multiple-form-instances.php
Browse files Browse the repository at this point in the history
Add new string replace that will resolve issue tyxla#35
  • Loading branch information
houstona authored Feb 1, 2019
1 parent 455cb0a commit 2fcfa9b
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 @@ -67,6 +67,7 @@ public function gform_get_form_filter( $form_string, $form ) {
"id='input_" . $form['id'] . '_' => "id='input_" . $random_id . '_',
"id='choice_" . $form['id'] . '_' => "id='choice_" . $random_id . '_',
"'gform_submit_button_" . $form['id'] . "'" => "'gform_submit_button_" . $random_id . "'",
"\"gform_submit_button_" . $form['id'] . "\"" => "\"gform_submit_button_" . $random_id . "\"",
'"gf_submitting_' . $form['id'] . '"' => '"gf_submitting_' . $random_id . '"',
"'gf_submitting_" . $form['id'] . "'" => "'gf_submitting_" . $random_id . "'",
'#gform_ajax_frame_' . $form['id'] => '#gform_ajax_frame_' . $random_id,
Expand Down

0 comments on commit 2fcfa9b

Please sign in to comment.