ict.ken.be

 

Messagent example for landing page with registration

Related Posts

Categories: Messagent
Website with registration
Invitation Mail

<DIV MACONSTRAINT="SYSTEM.MAIL=1" id=MASECTION contentEditable=true>
<P align=center style='FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;font-size=10px'>Indien deze e-mail onleesbaar is, klik <A href="[$=PROBE(0)/]" style="color:de1919;">hier</A>.</P>
</DIV>
<P>Invitation</P>
<P><A href="~PROBE(100)~">Click here if interested</A></P>

Landing Page

<P>Landing</P>
<P><A href="~PROBE(100)~">Registreer hier</A></P>

Registration

<P>Registration : ~SYSTEM.DAY~ ~SYSTEM.MONTH~ ~SYSTEM.YEAR~</P>
<div id="errorMessages">~DATA_ERROR~</div><br /> 
<FORM action=[$=PROBE(100)/] method=post>
<P>Name : <INPUT id=NAME value="~(IF(@NAME<>'',@NAME,NAME))~" maxLength=50 name=NAME></P>
<P>Email : <INPUT id=MAIL value="~(IF(@MAIL<>'',@MAIL,MAIL))~" maxLength=50 name=MAIL></P>
<P>Phone : <INPUT id=PHONE value="~(IF(@PHONE<>'',@PHONE,PHONE))~" maxLength=50 name=PHONE></P>
<p><span id="lblZips">City :&nbsp;<input id="txtZips" type="text"  /></span></p>
<p><span id="lblStreets">Street :&nbsp;<input id="txtStreets" type="text"  /></span></p>
<p><span id="lblHouses">Housenumber :&nbsp;<input id="txtHouses" type="text"  /></span></p>
<span id="lblNodes">Selected Node :&nbsp;<input id="NODE" name="NODE" value="" maxLength=50 enabled=false /><br /><input type="submit" class="RedJellyBean" value="Registreer" /></span>
<input type="hidden" id="ZIP" name="ZIP" value="" maxLength=50 />
<input type="hidden" id="STREET" name="STREET" value="" maxLength=50 />
<input type="hidden" id="HOUSE" name="HOUSE" value="" maxLength=50 />
</FORM>

Registration Success

<P>Registration Success</P>
<P><A href="~PROBE(100)~">Back to landing</A></P>
<P><A href="~PROBE(101)~">More registration</A></P>