Infusionsoft Cookbook – Chapter 10.6 – Hiding Order Forms Until A Link Is Clicked

A typical online form goes from a sales page to an order form. This means that someone on the sales page has to click a link and then wait for the order page to load. In a world where attention is becoming a super rare commodity, page load speed can impact sales. This hack takes page load speed out of the equation by having the sales page and order form all in one. However, when the page loads for the first time, only the sales page portion displays. Once someone clicks on the call to action link, the order form reveals itself.

Infusionsoft Cookbook – Chapter 4.3 – Building Order Forms

An order form is a special type of web form that collects credit card information securely and, in most cases, processes a payment. This recipe has two parts. First, we are going to create a theme for our order form. The theme is the visual skin of the order form. Next, we are going to create an order form using this theme.