Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to use Node.js on a non-dynamic webpage to submit forms. You would need to use a backend framework like Express.js and set up a route to handle the form's POST request. You can then use Node.js to process the form data and send a response back to the client-side. However, it may be easier to use a traditional static form submission method for non-dynamic webpages.