Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
KLUGLUG
Seminar Hall Booking System
Commits
098e05fd
Commit
098e05fd
authored
Oct 26, 2019
by
K.SLVS PAVANKUMAR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
code for registration form
parent
9e271b0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
regis.html
regis.html
+52
-0
No files found.
regis.html
0 → 100644
View file @
098e05fd
<html>
<head>
<title>
User Registartion Form
</title>
<script
type=
"text/javascript"
src=
"UserRegScript.js"
>
</script>
</head>
<body>
<img
src=
"KLU.jpg"
width=
"100%"
height=
"20%"
>
<center>
<table
style=
"background-color:rgb(130,188,211);"
>
<caption>
User Registartion
</caption>
<form
name=
"myForm"
method=
"post"
action=
"insert.php"
onSubmit=
"return validateForm();"
>
<tr>
<td><label>
Club Name
</label></td>
<td><input
type=
"text"
id=
"clubname"
name=
"clubname"
></td>
</tr>
<tr>
<td><label>
Email
</label></td>
<td><input
type=
"text"
id=
"email"
name=
"email"
></td>
</tr>
<tr>
<td><label>
Phone Number
</label></td>
<td><input
type=
"tel"
id=
"phno"
name=
"phno"
></td>
</tr>
<tr>
<td><label>
Room number
</label></td>
<td><textarea
id=
"Room number"
name=
"Room number"
required
>
</textarea></td>
</tr>
<tr>
<td><label
for=
"pwd"
>
Password
</label></td>
<td><input
type=
"password"
id=
"password"
name=
"password"
></td>
</tr>
<tr>
<td><label>
Confirm Password
</label></td>
<td><input
type=
"password"
id=
"confirm password"
name=
"confirmpwd"
></td>
</tr>
<tr>
<td></td>
<td><input
type=
"Submit"
value=
"SignIn"
style=
"background-color:Green"
>
<input
type=
"reset"
value=
"Reset"
style=
"background-color:green"
></td>
</tr>
</form>
</table>
</center>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment