Skip to content

Commit

Permalink
footer signup form migrate from mailerlite to listmonk (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaaargZombies authored Jan 30, 2024
1 parent 158483a commit a63fa2f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Theme/PageFooter.elm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ viewPageFooterSignup =
[ css
[ formStyle
]
, action "https://static.mailerlite.com/webforms/submit/g2r6z4"
, action "https://news.gfsc.studio/subscription/form"
, attribute "data-code" "g2r6z4"
, method "post"
, target "_blank"
Expand All @@ -104,13 +104,12 @@ viewPageFooterSignup =
[ input
[ placeholder (t FooterSignupEmailPlaceholder)
, type_ "email"
, name "fields[email]"
, name "email"
, css [ formInputStyle ]
, id "signup"
]
[]
, input [ type_ "hidden", name "ml-submit", value "1" ] []
, input [ type_ "hidden", name "anticsrf", value "true" ] []
, input [ type_ "hidden", id "6735a", name "l", value "6735a059-52dd-4843-b76c-4d2b210462d3" ] []
, button
[ type_ "submit"
, css [ pinkButtonOnDarkBackgroundStyle, signupButtonStyle ]
Expand Down

0 comments on commit a63fa2f

Please sign in to comment.