Blog,Hover,Template,App

Fisrt–
I am Sekhar from India, Can I create a blog page using wix code or database.I don’t want to use redimate blog app from Wix.
Seond–
When I hovered on a text that time the color has been changed but the text is blinking.
When I add social icon including hover option trhat time it is also blinking.
I want to change mouse cursor when I will hover.
Third–
I want to create custom error 404 page (.htaccess).How I can do?
Fourth–
I am requesting you as soon as possible provide some backend features.
Fifth–
Example… [I have created a simple form using custom html and css| I have 3 field | Name field, Phone Field, Address Field | Can I connect these three fileds with wix database like php mysql table.]
Sixth–
I want to provide some Template using Praticle.js for Wix visitors/Creators free of cost.
I want to provide some app.
Seventh–
The wix video player app (Very Popular).It’s loading time is not fast.For this I can’t using it on my Home page.
Eighth–
Example:


Check The Image. I want to create Dashboard for my users, In this Dashboard I will create a from using wix user input field.
. Users will upload a video
. Video Title.
. Video Description.
. Etc
---------------------- User will fill this form then all the data will go to database.From this database collection I will show all the videos on a page using this Databse (Dynamiclly).I know It is not availble right now.Help me out if possible.
If all creaters get my Fifth-- line features we could make a attractive web app.
Nineth–
I am using wix Contact form but if I put letters on Phone no fields The form has been sent to the admin.I want only numbers at here.If I put letter I will show an error.
In the message field if I put some php / Html code It has benn sent to the admin.I think It is not right for security.

Hi Sekhar,

  1. You can create all kinds of pages and connect them to database collections. Here you can find info about database collections: https://www.wix.com/code/home/database

  2. From what you’re describing this does not seem like a Wix Code issue. Refer to Help Center | Wix.com for more info.

  3. Custom 404 pages are not supported but here is a feature request https://support.wix.com/en/article/request-customizing-the-404-error-page
    In case there’s no entry matching your result, you can redirect to a custom page by creating a custom router as referred to in the following comment:
    https://www.wix.com/code/home/forum/community-feature-request/create-a-custom-404-page-page-not-found
    About routers:
    Velo: About Routers | Help Center | Wix.com

  4. We are constantly working to add more features in the server-side and the client-side alike :slight_smile:

  5. You can create a custom form which is connected to a database collection: https://www.wix.com/code/home/tutorials-custom-form

  6. Please refer to Help Center | Wix.com for more info.

  7. Please refer to Help Center | Wix.com for more info.

  8. This is not yet supported.

  9. You can show error message, or disable form submit button, or do just about everything. Just add an appropriate event handler using Wix Code:
    Velo: Reacting to User Actions Using Events | Help Center | Wix.com

Good luck,
Vytautas

Thanks.