this post was submitted on 29 Nov 2023
1 points (100.0% liked)

Entrepreneur

0 readers
1 users here now

Rules

Please feel free to provide evidence-based best practices, share a micro-victory, discuss strategy and concepts with a frame work, ask for feedback, and create professional conversation. Treat every post as if you're at work and representing the best version of yourself.

founded 10 months ago
MODERATORS
 

I just semi-launched my website but am looking to improve it. Can you guys roast it?

https://www.aiwhooschool.com/

I would appreciate any feedback and tips!

you are viewing a single comment's thread
view the rest of the comments
[–] Sucess_Matra@alien.top 1 points 9 months ago

I try to submit enquiry on your contact us form where I can write anything on Name and number even Email It submit the form. Here are some steps you can take to address this issue:
Client-Side Validation:
Ensure that there is client-side validation in place using JavaScript. This will help in providing immediate feedback to users if they try to submit invalid data. However, remember that client-side validation is not sufficient by itself and can be bypassed.
Server-Side Validation:
Always perform server-side validation to ensure that the submitted data is valid and meets your criteria. Never rely solely on client-side validation, as it can be bypassed.
Input Validation:
Validate the input on both the client and server sides. Check for the type of data expected (text, numbers, email, etc.) and ensure that it conforms to the expected format.
Escape User Input:
Make sure to escape any user input that is displayed on the page to prevent potential Cross-Site Scripting (XSS) attacks. This is especially important for data that is output in HTML.
Implement Captcha:
To prevent automated form submissions, consider implementing a captcha or reCAPTCHA. This can help ensure that the form is being submitted by a human and not by a bot.
Use Prepared Statements:
If your form involves database interactions, make sure to use prepared statements to prevent SQL injection attacks.

Also, year is still 2023 not 2024. We have 2 days to go ;)