This is so great! Please how do you add WARNING username, email, or phone has already been used? And is it possible to point each user to different URL when they login? I really appreciate your work.
I have a question for your advice! I just watched your high-quality video dozens of times, and I also downloaded two code files on your cloud. But my registration message can never be returned to (Google Sheets). My operation steps are exactly the same as your video.I don‘t know where the problem is? Please help me. Thank you.
Hello. Is that working to connect on a google sheet ? I not want get email of users (security). So I find other login system to manage a shared google sheet, to know who clic on a button, and to show some information only to current user according to his pseudo.
its showing invalid data even though i am putting correct credentials rest all code is working fine except login button plsee help !!!! or suggest some solution i have copied as it is your code and reviewed as well but then to login button is not working!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Just back with a doubt that in our website where we intergrated it, after we have a successful login we want to redirect to the main page can you please help.
When I open the loginandregfrom.html I get an error prompt "Sorry, unable to open the file at this time. Please check the address and try again." Now....I've copied and pasted the addresses.....so..... Any suggestions?
For who is not getting succes in realize the login two things that will solve for you: 1) Remove the touppercase from the checkLogin function, that don't work anymore in app script: function checkLogin(username, password) { var url = 'YOUR SHEET LINK HERE'; var ss= SpreadsheetApp.openByUrl(url); var webAppSheet = ss.getSheetByName("DATA"); var getLastRow = webAppSheet.getLastRow(); var found_record = ''; for(var i = 1; i
@@plefigos I did watch your video I didn't skip it, I've got the form up I'm pressing create now but nothings happening I've done everything in video!!
A good example how not to do authentication. 1) No one, including site owner should be able to see passwords of "registered" users. In the demo they are visible in plain text in the spreadsheet. 2) This "login" is useless until security token is given back to the web browser, which is not shown and not explain. How do you protect subsequent pages which meant to be shown to "signed in" users? Its better if you picked up another example, instead of "security". Btw did you kn ow that instead of ... = 'FALSE' you should be writing ... = false. There are such things as types in JS code....
It's ok, you are right ☺️, I got the copyright, but I took the music from the RUclips music library, then I don't know why it got copyrighted, that's why I muted the music ☺️..
I have a entry from created in sheet that i want to share to 10 user, so i duplicate the usersheet to 10 separate spreadsheet. I wanna to make a web form login, that if User A login it goes to A spreadsheet so on So the form is just a gateway to another sheet. Can it possible?
Thank you sooo much for this video I was looking for it its been 3 days since I was struggling to make the login page. Thank you so much. Subscribed
Hi
Can you help me in filling one Google form
It's part of my project
And put business associate in designation
Thanks for this video... will definitely need it at the end of my google sheet / appsheet project. Subscribed!
You're welcome
I love You bro I am Wondering From 2 months but I had Never seen such a amazing vedio
Thank you so much 😀
your videos are the best here on youtube
Thank you ☺️
excelent video, and thanks for source code. and make more video like this... 👍
After you copied the web app URL what system is that that you’re using to create that script 8:10 in the video I can’t go any further without that
this is grape thank you so much for the idea and sharing also the source code.. grape grape!!! :D
Thanks for the videos bro really helped..just wanna ask is after login how to go to specific page ? is it possible ?
This is so great!
Please how do you add WARNING username, email, or phone has already been used?
And is it possible to point each user to different URL when they login?
I really appreciate your work.
this dude is amazing
Thanks Aap ki video kabile tarif hae SIR
Thanks for sharing this 🙏🏾🥰❤️.
I've tested it, and it worked just exactly...
done, done, done.... now i need this to redirect back to my site once people logged in
Can you make a tutorial about how people can change their password or mail?
thank you, there will be videos with user login and then we can edit, delete items on a sheet as a database
9:00 what is your program name?
can we create multiple sheets for a single user registered in another sheet and getting the name of new sheet from the register sheet
Thanks for the awesome tutorial video. After login how to go to specific url?😀
Valeu!
Hey awesome tutorial. By chance is it possible to add a photo at the top of the login?
Possible
there are problrm nothing iam follow all your step and nothing , iam sucess at create new user but when try log in nothing where is the problem
I have a question for your advice!
I just watched your high-quality video dozens of times, and I also downloaded two code files on your cloud.
But my registration message can never be returned to (Google Sheets).
My operation steps are exactly the same as your video.I don‘t know where the problem is?
Please help me.
Thank you.
I don‘t know if the two code in the video is the same as the two code versions in your cloud?
Kindly watch video again, do what I did, it will work definitely....
Hello. Is that working to connect on a google sheet ? I not want get email of users (security). So I find other login system to manage a shared google sheet, to know who clic on a button, and to show some information only to current user according to his pseudo.
amazing! thank you. How can I stop the log in being successful when username and password fields are blank? cheers
Just add required attribute in them
@@kshiprachoubisa1499 Even putting required it works with blank login username and password
How can I add delay of some seconds on page 4th and then after redirect on my website.
Ok it's possibl to set timings... MSG me what's app+919042804835
❤️keep going thala osm work😍
😄Hmm TQ da😃
Hi
Can you please fill one Google form,it's part of my project
Fill business associate in designation
its showing invalid data even though i am putting correct credentials rest all code is working fine except login button plsee help !!!! or suggest some solution i have copied as it is your code and reviewed as well but then to login button is not working!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Congratulations for the video .. How can I integrate this procedure into my site created with google site?
Hello please answer how can i re-direct people to a web page after they have signed up....
How can i send them a confirmation email? Please answer
Need theme plate for blogger with login and sign up
Yes, I have themes, and I will make what you expect, message me what's app, +919042804835 ,will discuss....
thank u very much sir, can u tell me the date u will post it on
I will try to post within a week. Okay
ruclips.net/video/5bJ5ZNGEcuo/видео.html
Just back with a doubt that in our website where we intergrated it, after we have a successful login we want to redirect to the main page can you please help.
Yes I will help you. See this video ruclips.net/video/5bJ5ZNGEcuo/видео.html
@@plefigos Thanks
Thanks ❤ for scricpt
hello friend I really liked it and I'm learning a lot with you could you show me how to do Google sites login and password
I wan't show email and phone ?
How can I get notified when someone actually submit forms to the google sheet?
How do I ban people or how do I delete accounts?
Please tell me can we change the screen that appears after correct information is entered in login page. If yes then how? Please tell me its urgent.
Yes we can change screen but right now, I don't have time to tell you. After 7pm only as per Indian time. You MSG me after 7
@@plefigos can you just give me a hint..because i know programming very well so i can solve it by a hint..
When I open the loginandregfrom.html I get an error prompt "Sorry, unable to open the file at this time. Please check the address and try again." Now....I've copied and pasted the addresses.....so..... Any suggestions?
For who is not getting succes in realize the login two things that will solve for you:
1) Remove the touppercase from the checkLogin function, that don't work anymore in app script:
function checkLogin(username, password) {
var url = 'YOUR SHEET LINK HERE';
var ss= SpreadsheetApp.openByUrl(url);
var webAppSheet = ss.getSheetByName("DATA");
var getLastRow = webAppSheet.getLastRow();
var found_record = '';
for(var i = 1; i
my forms not working could you help please........
@coolvibesreloaded7946 Hi
You can see the video, don't skip the video, do what I doing.
@@plefigos I did watch your video I didn't skip it, I've got the form up I'm pressing create now but nothings happening I've done everything in video!!
@@plefigos i'v now got it working but im trying to customize the buttons but its not letting me?
Hello, I tried and noted that login form logged in for EMPTY username & Password..... Solution ?
I´ve seen this too. I read here that we have to add required attribute in them. I´m trying to know how to do this.
Sir I have a question, how to add button with code for forget password (to reset password when user forget it) please help me thank you verry much
can you use this control access to a google sheet file?
A good example how not to do authentication. 1) No one, including site owner should be able to see passwords of "registered" users. In the demo they are visible in plain text in the spreadsheet. 2) This "login" is useless until security token is given back to the web browser, which is not shown and not explain. How do you protect subsequent pages which meant to be shown to "signed in" users? Its better if you picked up another example, instead of "security". Btw did you kn ow that instead of ... = 'FALSE' you should be writing ... = false. There are such things as types in JS code....
If i want to execute a new page of html after user logged in where can i write the code
Bro this is awesome bro . I am running education website . I need to display user rank bro . How can I display that
Okay, I will post soon. First, I put a video on how to display sheet data on a webpage. After that I will post. stay connect until then....
@@plefigos
Yeah bro I am waiting and please upload javascript full tutorials bro
100% you got copyright...Thats ok! Excellent video btw! keep up th good work!!!!!!!!
No. I don't get copyright, it's my own content, thanks you
@@plefigos ohh no no I mean for the music. For 2 seconds in the video, music plays but not for the entire video. I thought you muted it. Sorry.
It's ok, you are right ☺️, I got the copyright, but I took the music from the RUclips music library, then I don't know why it got copyrighted, that's why I muted the music ☺️..
@@plefigos lol RUclips sucks 😅
☺️
where is the source code you say apparently you put in description? @ClassicCoding
I am getting error while deploying. Please help
Bro, thank you very much!, how can I show more rows of the same user?
Is there no audio in this? I don't hear any audio.
Sir web app url copy kar ka ap kon sa app pa gay han
Watch full video,
how to show user data after login with the help of google sheets and app script
login button not working once click on login what should i do
thanksssss bro love you all day
super helpful
Useful
sir i have to enter to my website after logging in sir can w talk about it pls on phone
Kya ese Google forms pe bhi add kr skte h
Can you please fill this form it's part of my project
Put business associate in designation
how to open different website with different id and password through google seets
Hi may I know how to create a App Script HTML log in and register form using google sheet data and show the log in user data in google sheet
don't see the script editor under tools
Hello guys
It is avail to use Excel?
Hello! If I share this file HTML, will I always receive the data?
Yes
Can i change how it looks?
how to display sheet2 after login?
I keep getting the Invalid Data error everytime I try to login, why is that?
wow nice
😄
Thank you good 👍🏻
amazing work plz if u can after login every student have his name and his marks :)) from iraq big thank
Ok I will make the video
how to get the script pllss help
how to encrypt the password in google sheet
thank you sir👌
cant to login
Blogger pein kaise use karenge
Msg me what's app, I will help you, +919042804835
thanks bro
can you help us with the code script
Bhai achi video thi but mujhe ek cheej karni hai code mai help kardo bhai
Kindly comment in English brother.
I want to download html file, but file isn't available... please help bro
How can I use it with Google Sites?
Please, explain.
you found out?
I want display username, email, phone when the login
It's easy, just understand the code
@@plefigos I haven't done this yet, can you do it and send me the code ?Thank
Okay , I will send the code
Are you is top!!!
Thanks you so much : )
can u paste the code
here
please
I have a question, how can i link my website after user had been logged in?
Okay I will make video soon.
@@plefigos Thank you very much Sir
Is it possible to explain me in an email how to do it, because it’s urgent
I will post the video today.
@@plefigos Thank you really much Sir
Sir ye website me open nahi ho raha hai
I have a entry from created in sheet that i want to share to 10 user, so i duplicate the usersheet to 10 separate spreadsheet.
I wanna to make a web form login, that if User A login it goes to A spreadsheet so on
So the form is just a gateway to another sheet.
Can it possible?
How to add data input page after successful login, thank you
where is the link to the code please
login button dont work
thank u
You're welcome
Thanks
I have a question, how can i link my website after user had been logged in? pls sir make a video on it i wish it comes soon
Well I will make the video soon👍
ruclips.net/video/5bJ5ZNGEcuo/видео.html
Hi
Bhai website se attached krne ka source code de do.
Tq
How to prevent double registration?
doGet issues, code doesnt work
Watch the video again, don’t skip the video, just do what I do. It works 💯👍
Is Google script diamond money to run script
Very good sir, Please give me that text file of the code
Amazing work!
It's not working