Customizing Your Infusionsoft Order Forms

My guess, you just did a Google search to find out how to customize your Infusionsoft order forms because the current option within Infusionsoft’s order forms is still evolving. Through the grapevine I have heard that an Order Form builder is on the way, hopefully by the end of 2012 :::fingers crossed:::

Customizing an Infusionsoft Order Form Full View

To have your Infusionsoft order form look like this, swipe the teal colored code below into the 'Configure Templates' piece of your order form.

There are many ways to go about customizing your Infusionsoft order forms. Luckily for us, Infusionsoft does have a built-in mechanism (Configure Templates) to simplify this customization. However, the problem that still drives us all crazy is that you are very limited to what you can customize.

How to customize an infusionsoft order form

BEFORE YOU JUMP IN…
The following technique is far from “standard” in the world of code, however, it works, looks good, and is easy to apply to each of your Order Forms. It is recommended that you download and host a copy of the checkout button image (https://tek.infusionsoft.com/Download?Id=5510) on your own Infusionsoft application.

Customizing an Infusionsoft Order Form 2

Paste the following code into the Source of template (see red arrow below):

Customizing an Infusionsoft Order Form 3

 

<style type=”text/css”>
  <!–
  /* you have to place the style before and after the formbody in order
  for it to work properly */ /* this is for the page */ body { font-family:
  “Georgia”; background: #FFFFFF; } /* this is for the form */ #orderForm
  { width:750px; margin:0 auto; padding:10px; background: white; border:
  0px solid #0c1626; text-align: center; } /* this is for the black bars,
  Contact Information etc. */ .sale-header { font-size: 17px; font-weight:bold;
  background: transparent; color: #00AADB; } /* Center Req Contact info */
  .sale-label-req {text-align: left;} /* center non req info */ .sale-label
  {text-align: left;} /* for centering images */.centeredImage { text-align:center;
  margin-top:0px; margin-bottom:0px; padding:0px; }
  –>
</style>
<div align=”center”>
  <!– /*Uncomment to add header image*/ <img src=”http://www.mywebsite.com/images/header.jpg”/>–>
  <br />
  <hr size=”2″ width=”750″ />
  ~formbody~
</div>
<style type=”text/css”>
  <!–
  #orderForm { width:750px; margin:0 auto; padding:10px; background:
  white; text-align:center; border: 0px solid #0c1626; text-align: center;
  } .sale-header { font-size: 17px; background: transparent; color: #00AADB;
  } body { font-family: “Trebuchet MS”, sans-serif; background: #ffffff;
  }#Order { width: 750px; height: 200px; padding: 210px 200px 0; margin:
  0; border: 0; background: transparent url(https://tek.infusionsoft.com/Download?Id=5510)
  no-repeat center top; overflow: hidden; cursor: pointer; /* hand-shaped
  cursor */ cursor: hand; /* for IE 5.x */ }
  –>
</style>

That’s really it! All you have to do is paste the code (available in the link below) into a template, hit Save and then select it for every Infusionsoft order form you wish to customize. If you noticed, there is also code that can be uncommented in the middle allowing for a header image; this image should be less than 700 pixels wide.

Should you not know how to uncomment code, you can relax and forget all about that last sentence.

http://jivesystems.com/blog/wp-content/uploads/customize_your_infusionsoft_order_forms.txt

If you need additional help, leave a comment below and we will gladly assist.

author photo

About the Author:

Paul Sokol is a jiveSYSTEMS Video Coach, engineer and your full-time friend. With a very strong technical and direct sales background, he can answer almost any questions you have with regards to implementing jiveSYSTEMS; finding new creative ways to apply jiveSYSTEMS is his specialty!


  • http://integrity-safe.com/ Trust Seals

    I have always used the affiliate template features inside of Infusionsoft to create custom, branded order forms. Thank you for this example. I can see how this will allow for more flexibility and customization.

    Jarrod Morris

  • http://integrity-safe.com Trust Seals

    I have always used the affiliate template features inside of Infusionsoft to create custom, branded order forms. Thank you for this example. I can see how this will allow for more flexibility and customization.

    Jarrod Morris

  • ColoradoCyn

    Hey Paul,
    It didn’t work for me at all. I’m usually pretty good with this kind of thing. It posted a line across the screen and a return arrow, then my original, ugly IS form.

    • Deanna Maio

       Same thing for me and like ColoradoCyn, I consider myself very IS savvy.  Please advise.

      • Anonymous

        Thanks Deanna for taking the time to reach out! I apologize to everyone (especially ColoradoCyn) for not leaving an update earlier.

        The good news is I added a link to a plain .txt file of the code for easy copy/paste action!

        Deanna, the slightly less good news is that this feature went a little sour with the latest software update, so you’ll have to wait a tiiiiny bit to implement it.

        Feel free to submit a support ticket about it. They do a pretty good job of keeping users in the loop through the whole ticket resolution process :)

        -Paul

        • http://www.willfranco.com/ Will Franco aka Flywheel

          This issue was fixed with a maintenance release last night so go ahead and try it out!