Is there a way to take form results and dump them to a text file?
I need to make a website that has the requirement of a form, but there is no access to backend processing (ASP, Perl, etc...). What i had in mind is to take the form input and just append it to the end of a delimited text file that could be pulled later and parsed for the data. I've looked around and it seems like it isn't possible, but I thought i'd make sure before i went and made the client pay for hosting (last resort).
I need to make a website that has the requirement of a form, but there is no access to backend processing (ASP, Perl, etc...). What i had in mind is to take the form input and just append it to the end of a delimited text file that could be pulled later and parsed for the data. I've looked around and it seems like it isn't possible, but I thought i'd make sure before i went and made the client pay for hosting (last resort).