Home | Technology | Tutorial

Innovation | SEO

Wapka: Register and Login code.

Simple form Wapka Registration and login page code.


This code allow users to register and login on your wapka site.

If you want to make use of this below code, Copy and goto ::Edit Site:: to paste it inside WML/XHTML. Save your code and it will appears on your site.

Put it at where you want user to see it, but make sure you set your visibility to Unlogged Users.
So that it can be visible only to users that haven't login.


Wapka Login code.


<form method="get" action="login_site.xhtml"><input type="hidden" name="do_id" value="0" />
Login:<br/><input type="text" name="wu_login" />
<br/>Password:<br/><input type="password" name="wu_heslo" /><br/><input type="checkbox" name="wu_autologin" value="1" />
 Automatic login <small>(you must allow cookies in phone)</small><br/><input type="submit" name="log_submit" value="Log in" /></form>



Wapka register page code.


<a href="registration_site.xhtml?do_id=0">Registration</a>


Post a Comment

0 Comments