I have some very initial and conceptual questions to ask you. I'm doing a very simple conference site in HTML/CSS. It only has some additional JavaScript/jQuery. Now I want to implement a submission form, and I know that the "visual" part of it is straightforward using HTML. The thing is, of course I want to collect the data from the submissions, and so I want to know if it is absolutely mandatory that I have a database in the server side to collect it? Since there will be a maximum of 35 submissions, it would be enough for me a solution involving sending an e-mail with each submission data (encrypted) to the conference e-mail address. So, do I have to code and SQL database (plus using something like PHP or Ruby, for instance), or can I skip that?
Thank you very much, João Fernandes