Skip to content

Instantly share code, notes, and snippets.

@padicode
Last active December 24, 2015 07:09
Show Gist options
  • Save padicode/6761479 to your computer and use it in GitHub Desktop.
Save padicode/6761479 to your computer and use it in GitHub Desktop.
PadiAct Naked Action HTML
<div class="padiOverlay" style="display: block;">
<div class="padiPop4Wrap" style="display: block;">
<div class="padiPop4Overlay" >
<div class="padiPopupContent" > <a href="#" class="padiClose" title="Close" style="display:block;" >&times;</a>
<div class="padiContent" style="display:block">
<h1 class="padiTitle">
<!-- any TEXT can go from here -->
Subscribe to our newsletter
<!-- to here -->
</h1>
<!-- any HTML can go from here -->
<p >Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
<!-- to here -->
<!--padiForm-->
<div class="padiFormWrap">
<p class="padiErrorMessage" style="display:none">Something went wrong!</p>
<div class="padiFields">
<form class="padiForm">
<p>
<label class="padiLabel"><span>Email*:</span>
<input style="" class="padiField" name="Email|EmailBase" type="email">
</label>
</p>
<p>
<label class="padiLabel"><span>Name*:</span>
<input style="" class="padiField" name="Email|EmailBase" type="email">
</label>
</p>
<input type="hidden" name="segment" value="1576">
<p class="padiCheckTerms">
<label>
<input type="checkbox" />
I agree with the Terms and Conditions</label>
</p>
<p>
<button type="submit" name="norilsk_save" class="padiButton"> Subscribe Now </button>
<span class="padiPreload" style="display: none;"><img alt="loading..." src="http://d2xgf76oeu9pbh.cloudfront.net/images/ajax-loader.gif"></span></p>
</form>
</div>
<!--padiFields-->
</div>
<!--padiForm-->
<div class="padiPrivacy padiClearfix">
<!-- any HTML can go from here -->
<br style="clear:both"/>
<p class="privacy">We value your privacy. You can unsubscribe anytime. </p>
<!-- to here -->
</div>
<div class="padiClear"></div>
</div>
<div class="padiThanks" style="display:none">
<!-- any HTML can go from here -->
<p>Thank you for subscribing</p>
<!-- to here -->
</div>
</div>
</div>
<div class="padiPowered"><a href="http://www.padiact.com/" class="nrlsk-padiact" target="_blank">Powered by PadiAct</a></div>
</div>
<div class="padiFade"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment