Searchable Submission Forms in HTML. Front page.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MTDGG
    New Member
    • Mar 2014
    • 1

    Searchable Submission Forms in HTML. Front page.

    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?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    This is not possible with just HTML. At the very least, you will need to learn a server side scripting language such as PHP. And you will probably want to learn JavaScript as well for the page to update dynamically.

    Comment

    Working...