The form mailer has certain fields which have to be passed to the component in order to work correctly, those fields will now be explained.
ToAddress:
The address where you want the mail to be sent to.
FromAddress:
The address where the mail is coming from. We suggest something like web@yourdomain.co.za
Subject:
The subject of your message.
FromName:
The name of the sender of the message. We suggest something like Your WebSite Name.
DestinationAddress:
The address of the page that the mailer must redirect to after processing the mail. Make sure to include the FULL URL to the page.
Please Note:
These fields can either be hidden values or can be values that the user can enter when filling in the form, this is up to you. The following examples of how the form mailer works will indicate the difference of having the fields hidden or allowing the user to enter the values.
Code: To see how the code should look in your HTML page, visit the example pages.
Support: This component has undergone a lot of testing and will work 100% if you follow the instructions carefully.
If you have problems feel free to email support@allafrica.co.za bearing in mind that help with general HTML and Form Creation is not catered for and queries of this nature will go unanswered. We will only answer valid support queries that relate directly to a problem with this component.
Examples:
Example 1: Standard Usage with all required fields Hidden.
Example 2: Custom Usage with some of the required fields entered by the user.
|