How do I build a website to process user form data and display matching results
-
Hi,
I would like to create a web page where a user can enter form data in fields and when the submit button is clicked the form data should be used to filter a database (csv files for now) for matches and then display the result back to the user. It is pretty close to this demo, but I would like full control over how to score the matches in the data base and report the results back in a more advanced format (calenders, etc.)
This sounds simple enough, and if I would do it offline, I would just write it in python. However, I am completely new to web development and a little lost in where to start. It seems to me that WordPress is the simplest platform to use for beginners, but I can’t find information on if what I want to do is possible, most of my searches leads to pre made form plugins like gravity where it is unclear to me if I can design the matching algorithm myself.
I read briefly that I might be able to use HTML forms and PHP scripts to do this in WordPress, but before I go down this route I wonder if it is a viable choice or if there are preferred methods to achieve what I am aiming for. I also, wonder how the overall process would look step by step (just an overview of how to go about this, I can google details myself).
Cheers
- The topic ‘How do I build a website to process user form data and display matching results’ is closed to new replies.