Www folder and the purpose of the website is to save the data of a form in doctype. How can do

A website has been created in the www folder and the purpose of the website is to save the data of a form in doctype. How can this be done?

usualy what i do is i create other file in the same level of hooks.py called api.py and i add whitelisted function which will receive the form data submited from the www page with js http request

My form is in Index.html page