Html Page data store to excel after click submit button

Hello all, Please help me into this have a form which contains multiple choice question with radio button as in answer and I want to store the form answer into excel directly without using database after click on submit button. Help me
Here is the sample pagehtmlpage.html (2.6 KB)

Could be damn too late I believe… A post from 2018!

You can achieve this by redirecting the SUBMIT button to Excel. Or by creating an extra button specifically for this and assign it to a javascript function that would create and store values to excel. Let me know if you’d need detailed help. The suggestions are based on the assumption that you can modify the HTML code and do not want to hit the actual server with your answers.