Excellent, concise video...thank you! I have 4+ decades of experience...was looking for a straight forward explanation to forms for my son...this video did the trick...great job!
@UHDking Жыл бұрын
Got my like ;-) Thanks.
@PraneethVitharana Жыл бұрын
The video that was needed to make everything crystal clear!!! Thank you so much and please keep making more videos!
@besnergreen7 ай бұрын
Got a lab due in 8 hours and i havent attended any classes yet. I just need to get this class outa the way hahaaaa. Thanks man, now i won't have to take html again next semester
@fethisert5527 Жыл бұрын
Good Work thank you
@sweethomes674 Жыл бұрын
Excellent explanations 😊
@ΕγωΕγω-ρ6ω Жыл бұрын
An Excellent video ,excellent work and an excellent example💯👏thank you
@mercent4953 Жыл бұрын
Thank you. I need MOARRRR
@isaacbanks6860 Жыл бұрын
Dani... you are almost single handedly giving me the tools to create simple and effective sites that I can make money for additional income! Thanks so much Bro!
@fabiennedallau968 Жыл бұрын
Thanks for the great content! You are really a good teacher.🤩
@umejuruchidera82010 ай бұрын
Thank you soooo much sir
@soniaakter2770 Жыл бұрын
Very nice tuorial,,,,,,,,Thanks so much !!
@22niloc3 ай бұрын
Came here from your excellent php lessons to swot up on forms. Re. Styling issue: Just to let you know that the Pycharm HTML boilerplate accommodates for this...
@cruzinsweetsntreats Жыл бұрын
From 7:45 I'm glad you started instructing on Accessibility, and referencing screen reader usage. April 4, 2023 0315 PT
@Stoney_Eagle Жыл бұрын
100% agreed, the required attribute is to prevent the user from making innocent mistakes and so you don't have to make a round trip to the server, for a missing value, that does NOT mean you don't have to validate the data on the backend. Bad actors will always try to get around every security measure you make. You should NEVER trust the browser with anything.
@Dani_Krossing Жыл бұрын
Might make a separate video JUST addressing this, since it is monthly I get people telling me "that you don't have to check for this using PHP, because HTML already has the REQUIRED attribute". 😅 So it is a pretty widely perceived thing people need to know about, so they don't rely on it for security. 🙂
@Stoney_Eagle Жыл бұрын
@@Dani_Krossing You may also want to get into a csrf token since that is also important these days. 'Cross Site Request Forgery" It prevents me from submitting form data without being on your website.
@CoolIntellect11 ай бұрын
Thanks for this one!
@sonamohialdin3376 Жыл бұрын
This is so good tutorial thank you
@yousifky Жыл бұрын
❤ U R the best sir
@yousifky Жыл бұрын
U R the best sir ❤
@DavidTheITGuy. Жыл бұрын
Thank you
@LuisMaldonado-ej5bg5 ай бұрын
Damn! You are good
@stephenluka7854 Жыл бұрын
💝
@futureleadersnigeria48104 ай бұрын
please, how did connect your website to your html forms?
@TradingPost-20246 ай бұрын
Hello Dani, I'm enjoying the videos. When I created the example.html and clicked on submit data button but it just opened a blank webpage called example.html Please show us how when the user submits a message it gets appended to a "hidden" file called messages.html on the server, possibly with a file and date stamp. I can't do php yet and I don't want to use 3rd party solutions that will send messages. I am simply looking for, the user submits a message and the message gets dumped (appended) to a web-page on the server (called messages.html) so that I can go along, get the message and forward onto the relevant person manually.
@williambradley1448 Жыл бұрын
Thanks for this series, I have found it most useful. I have a question on the drop down though. When the drop down is opened the focus background color is blue. I have been unable to find a way to alter this. Do you know how this can be done?
@houseofmellino7306 Жыл бұрын
I was hoping for the form data to post to the next page that’s what I’m having trouble with. When trying to get the radio button selection to show up on the php page it’s submitted to 😫
@RespectEveryoneForever9 ай бұрын
bro i came from your php course and just went here. should i skip the stylesheet part just for now, and just go back to lesson 6 the basics of php form tutorial?
@dolittlediehard16706 ай бұрын
How do i append data from a form on the front end to a page on the backend
@wreckcelsior Жыл бұрын
29:37
@constantine9074 Жыл бұрын
26:38 even JS ? even if im using bundler? or using bunler does not make site any secure"r"
@Dani_Krossing Жыл бұрын
Anytime you use a client side language, the user can manipulate and change the data. So unless you are using Node.js (a JavaScript serverside feature), then you shouldn’t use JavaScript for security. 👈 JavaScript is excellent for creating stunning visuals, to let the user know if they filled in a form incorrectly, but don’t use it as “security”.
@constantine9074 Жыл бұрын
@@Dani_Krossing thanks for reply
@JimmyCrackorn3 ай бұрын
I know this is old, but I just have to ask because it didn't come up in this. How do we do an text input that only has an underline instead of the full border??? That's the design I'm going for. I can't be the only one who wants to know that.
@Splashifed18 күн бұрын
css
@JimmyCrackorn18 күн бұрын
@Splashifed Yeah, I figured it out and just couldn't find the comment to update it lol But I still appreciate the response.
@fajimeyemichael8055 Жыл бұрын
i thought you were going to create an example.html file and show us something
@joelcleanheart Жыл бұрын
Thank you so much this is wounderful have learn alot