|
In order to send form data to an email address through NetObjects Fusion, you will need to take the following steps once you have created the form fields:
* Create a Forms Button and name it "Submit" * Click on the "Settings" button in the Properties window In the "action" field, type in the following code: mailto:someone@somewhere.com?subject=yoursubject
where "someone@somewhere.com" is the email address you wish the information to be sent to, and "yoursubject" is the subject you wish to appear in the subject header
In the "encoding" field type in the following code: text/plain
Please note that with this method of data transferrance, we are counting on your viewer having a "mail" client which can receive instructions from his or her browser (such as Netscape and IE's mail client).
|