Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
rc
self-reg-form
Commits
304c663b
Commit
304c663b
authored
Oct 02, 2020
by
Krish Moodbidri
Browse files
use email input to pass to flask from webpage
parent
d63d8a80
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/static/scripts/function.js
View file @
304c663b
...
...
@@ -5,6 +5,7 @@ function displayloading() {
function
request_account
()
{
socket
.
emit
(
'
request account
'
,
{
fullname
:
document
.
getElementById
(
"
fullname
"
).
value
,
email
:
document
.
getElementById
(
"
email
"
).
value
,
reason
:
document
.
getElementById
(
"
reason
"
).
value
,
username
:
document
.
getElementById
(
"
bid
"
).
value
})
...
...
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