Skip to content

Commit

Permalink
fix(formanswer): redirect after submission of targetless form
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienClairembault authored and btry committed Sep 28, 2022
1 parent cce2e7e commit 4d60239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ajax/formanswer.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
'redirect' => $formAnswer->getFormURLWithID($formAnswer->getID()),
], JSON_FORCE_OBJECT
);
die();
}
echo json_encode(
[
Expand Down

0 comments on commit 4d60239

Please sign in to comment.