Skip to content

Commit ef849ec

Browse files
author
Nick Fagerlund
committed
Merge pull request #538 from mikeyp/secure-marketo-forms
Update Marketo forms to use secure URL for submissions
2 parents 949ee7d + 94a9128 commit ef849ec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

source/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h4>Connect</h4>
273273
<div class="title">Get Puppet Labs News</div>
274274
<div class="email-subscription">
275275
<div id="email-subscription-container">
276-
<form class="lpeRegForm formNotEmpty" method="post" enctype="application/x-www-form-urlencoded" action=http://info.puppetlabs.com/index.php/leadCapture/save" id="mktForm_1047" name="mktForm_1047">
276+
<form class="lpeRegForm formNotEmpty" method="post" enctype="application/x-www-form-urlencoded" action="https://app-sjh.marketo.com/index.php/leadCapture/save" id="mktForm_1047" name="mktForm_1047">
277277
<input class='mktFormText mktFormEmail mktFReq' name="Email" id="Email" type='email' value="" placeholder="enter your email address" maxlength='255' tabIndex='1' />
278278
<input class='mktFormHidden' name="Form_Name__c" id="Form_Name__c" type='hidden' value="Newsletter" />
279279
<input class='mktFormHidden' name="Current_Form_Name__c" id="Current_Form_Name__c" type='hidden' value="Newsletter" />

source/_layouts/frontpage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ <h4>Connect</h4>
440440
<div class="title">Get Puppet Labs News</div>
441441
<div class="email-subscription">
442442
<div id="email-subscription-container">
443-
<form class="lpeRegForm formNotEmpty" method="post" enctype="application/x-www-form-urlencoded" action=http://info.puppetlabs.com/index.php/leadCapture/save" id="mktForm_1047" name="mktForm_1047">
443+
<form class="lpeRegForm formNotEmpty" method="post" enctype="application/x-www-form-urlencoded" action="https://app-sjh.marketo.com/index.php/leadCapture/save" id="mktForm_1047" name="mktForm_1047">
444444
<input class='mktFormText mktFormEmail mktFReq' name="Email" id="Email" type='email' value="" placeholder="enter your email address" maxlength='255' tabIndex='1' />
445445
<input class='mktFormHidden' name="Form_Name__c" id="Form_Name__c" type='hidden' value="Newsletter" />
446446
<input class='mktFormHidden' name="Current_Form_Name__c" id="Current_Form_Name__c" type='hidden' value="Newsletter" />

source/_layouts/lvm.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ <h4>Connect</h4>
276276
<div class="title">Get Puppet Labs News</div>
277277
<div class="email-subscription">
278278
<div id="email-subscription-container">
279-
<form class="lpeRegForm formNotEmpty" method="post" enctype="application/x-www-form-urlencoded" action=http://info.puppetlabs.com/index.php/leadCapture/save" id="mktForm_1047" name="mktForm_1047">
279+
<form class="lpeRegForm formNotEmpty" method="post" enctype="application/x-www-form-urlencoded" action="https://app-sjh.marketo.com/index.php/leadCapture/save" id="mktForm_1047" name="mktForm_1047">
280280
<input class='mktFormText mktFormEmail mktFReq' name="Email" id="Email" type='email' value="" placeholder="enter your email address" maxlength='255' tabIndex='1' />
281281
<input class='mktFormHidden' name="Form_Name__c" id="Form_Name__c" type='hidden' value="Newsletter" />
282282
<input class='mktFormHidden' name="Current_Form_Name__c" id="Current_Form_Name__c" type='hidden' value="Newsletter" />

util/bbedit_tools/docs_preview_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,7 +2701,7 @@ <h4>Connect</h4>
27012701
<div class="title">Get Puppet Labs News</div>
27022702
<div class="email-subscription">
27032703
<div id="email-subscription-container">
2704-
<form class="lpeRegForm formNotEmpty" method="post" enctype="application/x-www-form-urlencoded" action=http://info.puppetlabs.com/index.php/leadCapture/save" id="mktForm_1047" name="mktForm_1047">
2704+
<form class="lpeRegForm formNotEmpty" method="post" enctype="application/x-www-form-urlencoded" action="https://app-sjh.marketo.com/index.php/leadCapture/save" id="mktForm_1047" name="mktForm_1047">
27052705
<input class='mktFormText mktFormEmail mktFReq' name="Email" id="Email" type='email' value="" placeholder="enter your email address" maxlength='255' tabIndex='1' />
27062706
<input class='mktFormHidden' name="Form_Name__c" id="Form_Name__c" type='hidden' value="Newsletter" />
27072707
<input class='mktFormHidden' name="Current_Form_Name__c" id="Current_Form_Name__c" type='hidden' value="Newsletter" />

0 commit comments

Comments
 (0)