/    Sign up×
Community /Pin to ProfileBookmark

Register popup PHP help

When my website is visited there is two buttons. One that says register and one that says login. When pressed a CSS popup will appear. Im trying to make this popup work for the register. How would i do this? here is the code

[CODE] <a href=”#x” class=”overlay” id=”join_form”></a>
<div class=”popup”>
<h2>Sign Up</h2>
<p>Please enter the details you would like to<br>
register with here. You MUST be <br>atleast thirteen
to register.</p><br>

<div>
<label for=”email”>Email</label>
<input type=”text” id=”email” value=”” />
</div>
<div>
<label for=”pass”>Password</label>
<input type=”password” id=”pass” value=”” />
</div>
<div>
<label for=”firstname”>First name</label>
<input type=”text” id=”firstname” value=”” />
</div>
<div>
<label for=”lastname”>Last name</label>
<input type=”text” id=”lastname” value=”” />
</div>
<div>
<label for=”sex”>Sex</label>
<input type=”radio” name=”sex” value=”male”>Male
<input type=”radio” name=”sex” value=”female”>Female
</div>[/CODE]

to post a comment
PHP

0Be the first to comment 😎

×

Success!

Help @dobby-the-nerd spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...