I think it's really difficult to explain. So be patient.
Numbers will indicate the steps, that I want the code to do.
I'm not sure if its even possible only using HTML.
Thanks!
[1]Person Fills in a Submission Form.
Example of Submission form:
"Name:
Surname:
Hobbies:
Favorite Tv Show:"
[2] Then this post is shown on the front page of my HTML website with all other posts.
It shows only Name/Surname of the person, and when you click on it you see their form in full.
[3] The posts are searchable for example, I only want to see posts of people that have their Hobbies set to "Computer games" .
I just want to know if it's possible with just HTML, and if yes lead me the right way :)
If no, maybe there's a more simple way/other way?
Numbers will indicate the steps, that I want the code to do.
I'm not sure if its even possible only using HTML.
Thanks!
[1]Person Fills in a Submission Form.
Example of Submission form:
"Name:
Surname:
Hobbies:
Favorite Tv Show:"
[2] Then this post is shown on the front page of my HTML website with all other posts.
It shows only Name/Surname of the person, and when you click on it you see their form in full.
[3] The posts are searchable for example, I only want to see posts of people that have their Hobbies set to "Computer games" .
I just want to know if it's possible with just HTML, and if yes lead me the right way :)
If no, maybe there's a more simple way/other way?
Comment