A Pen by Erin Wiles on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var h = window.location.host; | |
var f = 'http://yoururl.com'; | |
window.location.replace(f); | |
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Email hyperlink: http://mysite.com/?fieldID1=AutopopulateA&fieldID2=AutopopulateB | |
Landing page fields: | |
<table cellpadding=0 cellspacing=0 > | |
<tr><td style="padding: 5px 0px 0px 5px;"> | |
<div style="position: relative; width:250px;" id="fieldID1"><div style="width: 250px;"><div class="fieldLabel" style="width: 250px; margin: 5px 3px; "><span style="color:#265b80; font-family: arial font-size: 12pt"><strong >Field One:<span class="required">*</span></strong></span></div></div><input type="text" name="Field One" id ="fieldID1" label="Field One" class="textInput defaultText" style="margin: 0 3px 5px 3px; height: 20px; width: 200px;"></div></td> | |
<td width="40px"> </td> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<td align="left" style="padding:20px; color:#666; font-size:15px;"> | |
<div style="color:#474747; font-size:17px; mso-line-height-rule:exactly; line-height: 125%;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<sup style="font-size: 15px; line-height: 0; vertical-align: 3px">2</sup | |
</div> | |
</td> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.iOSLinks a {color: #333333 !important; text-decoration: underline;} | |
<span class="iOSLinks">555-555-5555</span> |