Connect the neo4j database whit an HTML form

hi i need your help.
I would like to connect a HTML form with my neo4j database, it has a graph people this has name, phone and email address.
but i would like to full database from the my web
but i do not know how to connect the database

Hi
Perhaps you can provide an example/query that would help
Best rgds
Arhur

What is your programming language? C#, Node.js, etc.. Somehow you'll need a programming language to accept the post back from the HTML form, use the database driver for your language, and executing the cypher statement to save the data in your graph.