you may specify a 'mailto' action in the form's 'base'-node ... but that will assume that the user has a working default email-client installed to be opened and used ... so that is not a real reliable way ... and note: in case a visitor takes the time to fill the form to give you feedback he certainly will be very! disappointed in case the form will not be transmitted due to such a bad solution ... you should use a serverside code that receives the data and prepare and send the email for you ...
Comment