
|
|
Webform example1
In this example we are going to use arguably one of the most popular web to email scripts for websites available, FormMail from: http://www.scriptarchive.com/formmail.html. Any web to email script could be used in the same way.
Whatever web to email script you use pay particular attention to adhering to the vendors security advice. Insecure web to email scripts are notoriously vulnerable to spammers if not correctly configured and secured.
Step 1.
Build a page that displays your product/s and price/s and that also asks for the information needed from the customer for you to facilitate the order. Some fancy javascript on the page can assist in collating the order total, postage costs and GST too. With javascript there is almost no limit to how you can manipulate data on the page. Your webdeveloper will be able to create javascript on your page that will meet your specific requirements.
Step 2.Build a dynamic page, such as a php page that will receive data from the first page and display it on screen. This will become the 'confirmation' page but in fact its only a neat way of getting values from your first page correctly into the "redirect" URL - which is now going to become the URL string to your secure e-Path gateway.
Anyway, here is a very basic example as described in Step 1. Fill it in ....
|
|