**const filePath = path.join(__dirname, 'form.html');** // Absolute path to form.html
fs.readFile(filePath, function(error, content) { rest of your code ...
}