Adding a Buy Now Button to Your Form.
Follow these steps to create a Buy Now form. This is a workaround for people who want to sell items on their Website without having a shopping cart. For more functionality and a better user experience, we recommend using Shopping Cart Creator instead.
- Use whichever program you use to design your Webpages to create a page containing this code:
- Open your form and change the text on the Submit button to Buy Now.
- Under the Form Settings tab, click the Configure Form Settings button and then select the Form Submission tab.
- Select Redirect to a Website Address and enter the URL of the page you created in Step 1.
<html>
<head>
<meta http-equiv="refresh" content="0;url=http://enter.your.buy.now.address.here">
</head>
<body></body>
</html>
Now when someone fills out your form, they will be redirected to the Buy Now location.
Rate This Article
You must be logged in to rate articles.

