Skip to content

Commit 2d2a272

Browse files
committed
fix: change marketo form submission URL
1 parent 1643fa7 commit 2d2a272

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/partials/_newsletter-signup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h5 class="p-muted-heading">Newsletter Signup</h5>
33
<hr class="u-sv1" />
44
<div class="p-card__content js-newsletter-signup">
5-
<form action="https://pages.canonical.com/index.php/leadCapture/save" method="post" class="p-form" id="mktoForm_3376">
5+
<form action="https://ubuntu.com/marketo/submit" method="post" class="p-form" id="mktoForm_3376">
66
<div class="p-form__group">
77
<label for="Email" class="u-no-padding--top">Email:*</label>
88
<input id="Email" name="Email" maxlength="255" type="email" required />
@@ -28,7 +28,7 @@ <h5 class="p-muted-heading">Newsletter Signup</h5>
2828
<input type="hidden" name="subId" value="" />
2929
<input type="hidden" name="munchkinId" value="066-EOV-335" />
3030
<input type="hidden" name="lpurl" value="" />
31-
<input type="hidden" name="ret" value="{{host_url[:-1]}}{{path}}?newsletter=true" />
31+
<input type="hidden" name="returnURL" value="{{host_url[:-1]}}{{path}}?newsletter=true" />
3232
<input type="hidden" name="cr" value="" />
3333
<input type="hidden" name="kw" value="" />
3434
<input type="hidden" name="q" value="" />

0 commit comments

Comments
 (0)