Skip to content

Commit

Permalink
Merge pull request #1594 from alphagov/fix-ga4
Browse files Browse the repository at this point in the history
Restoring lost form hidden inputs
  • Loading branch information
andysellick authored Aug 21, 2023
2 parents 63f3fac + 4f2bd1f commit 731028e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/subscriptions/use_your_govuk_account.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
module: "explicit-cross-domain-links ga4-form-tracker",
ga4_form: ga4_data
}) do %>
<%= hidden_field_tag :topic_id, @topic_id %>
<%= hidden_field_tag :frequency, @frequency %>
<%= render "govuk_publishing_components/components/button", {
text: t("subscriptions.use_your_govuk_account.continue"),
} %>
Expand Down

0 comments on commit 731028e

Please sign in to comment.