Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2022-074
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2022-074
2022-074
Commits
f60abf0c
Commit
f60abf0c
authored
Oct 07, 2022
by
Wasala W.L.M.K.S - IT19177106
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change form with the desorder input
parent
cd422817
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
frontend/form.html
frontend/form.html
+14
-1
No files found.
frontend/form.html
View file @
f60abf0c
...
...
@@ -37,6 +37,18 @@
<label
for=
"male"
>
පිරිමි
</label>
<br><br>
<label><b>
ඔබේ දරුවා අවදානය යොමු කිරීමේ යම් දුර්වලතාවක් පෙන්නුම් කරයිද :
</b></label>
<br>
<input
type=
"radio"
name=
"disorder"
id=
"yes"
value=
"yes"
required
>
<label
for=
"yes"
>
ඔව්
</label>
<input
type=
"radio"
name=
"disorder"
id=
"no"
value=
"no"
required
>
<label
for=
"no"
>
නැත
</label>
<br><br>
<input
type=
"button"
value=
"තහවුරු කරන්න"
name=
"submit"
id=
"submit"
>
</form>
...
...
@@ -56,7 +68,8 @@
data
:
{
"
cname
"
:
$
(
"
#cname
"
).
val
(),
"
age
"
:
$
(
"
#age
"
).
val
(),
"
gender
"
:
$
(
"
input[name='gender']:checked
"
).
val
()
"
gender
"
:
$
(
"
input[name='gender']:checked
"
).
val
(),
"
disorder
"
:
$
(
"
input[name='disorder']:checked
"
).
val
()
},
success
:
function
(
data
)
{
// Ajax call completed successfully
...
...
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