I am trying to implement WebloginPE
I have a chunk set up to a custom login TPL.. my issue is that when I put the call into the page the code as well as the form shows.
My call is as follows
[!WebloginPE? &type='simple' &LoginFormTpl='{{membersignin}}'!]
The form chunk is
<form id="wlpeLoginform" name="wlpeLoginform" action="[~[*id*]~]" method="POST">
<input id="wlpeusername" type="text" name="wlpeUsername" value="username" style="position:absolute;z-index:11;color:#000000;font-family:'Verdana';font-size:13px;font-weight:normal;font-style:normal;text-align:left;border-width:1;border-color:#ffff00;border-style:solid;left:694px;top:34px;width:168px;height:20px;">
<input id="wlpepassword" type="text" name="wlpePassword" value="password" style="position:absolute;z-index:12;color:#000000;font-family:'Verdana';font-size:12px;font-weight:normal;font-style:normal;text-align:left;border-width:1;border-color:#ffff00;border-style:solid;;left:694px;top:74px;width:168px;height:20px;">
<button type="submit" id="wlpeLoginButton" name="service" value="Login" style="position:absolute;z-index:13;color:#00ff00;font-family:'Verdana';font-size:12px;font-weight:normal;font-style:normal;text-align:center;left:888px;top:71px;width:79px;height:26px;">Login</button>
</form>
I’m goin nuts here... as I said in another thread... not the best coder in the world but learning by leaps and bounds... just need an additional hand up now and again.
Thanks folks!
PS... yes it is ugly Franken Code... but please don’t torch it.. it is young yet and means well!
*EDIT* Still not solved...
I found a related post from last fall... they suggested taking out WebLoginPE and reinstalling which I did and no luck.
What is frustrating here is that it shows the form correctly but it adds the code to the page... black on black but still taking up space.
The code reads as cached as well despite the call not being placed as such.
Same action when I put the call into a chunk.