Jump to content

Newsletter Dans Une Page Cms


Recommended Posts

  • 3 weeks later...

Bonjour,

 

Oui j'ai trouvé une solution j'ai juste copié le code HTML de la newsletter et recrée un formulaire

A insérer dans votre page CMS "outil" "code source"

<center>
	<form action="//A changer.fr/" method="post">
		<div style="font-family: Ubuntu, Helvetica; line-height: normal; text-align: left; background-color: #3f3f3f; padding: 0px; width: 346px; height: 299px;">
			<div style="padding: 15px;">
				<div style="font-size: 26px; width: auto; color: #595b61;">
					<div style="text-align: center; color: #ffffff;">Newsletter</div>
				</div>
				<div style="color: #ffffff; font-size: 16px; padding: 30px 0px; text-align: center;"><span style="font-size: large;">Abonnez-vous à notre newsletter et recevez immédiatement 10% de réduction pour votre prochaine commande</span>
				</div>
				
					<div style="width: 100%;">
						<div style="width: 100%;">
							<div style="vertical-align: top; padding: 0px 0px 10px;"><input id="newsletter-input" class="inputNew form-control grey newsletter-input" style="font-family: Ubuntu, Helvetica; font-size: 14px; height: 36px; padding-left: 17px; margin-right: 20px; border: 2px solid #e1e1e6; width: 100%;" name="email" size="18" type="text" value="Saisissez votre adresse e-mail" />
							</div>
						</div>
						<div style="box-sizing: border-box; display: table; width: 100%;" >
						<button style="font-family: Ubuntu, Helvetica; text-align: center; vertical-align: middle; background-color: #ffbf40; float: right; width: 100%; height: 100%; padding: 0px 10px;" name="submitNewsletter" type="submit"> <span style="font-family: Ubuntu, Helvetica; font-size: 13px; text-align: center; line-height: 30px; color: #595b61; width: auto; height: 36px; white-space: nowrap;"><strong>ABONNEZ-VOUS</strong></span></button> 
							<input name="action" type="hidden" value="0" />
						</div>
					</div>
			</div>
		</div>
	</form>
</center>

Analyser le code Html de votre newsletter avec " Firebug" (plugin Mozillia Firefox) est changer les bonnes lignes

Pensez a activer le HTML dans " Paramètres Généraux "

Edited by zone-S (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...