How To Force a Promo Code on an Infusionsoft Order Form

You can easily pass a promocode in a product bundle link to your Infusionsoft shopping cart.

But, unfortunately you can’t do that with your order forms.

There are times you want to show that you’re discounting a product for a promotion but you don’t want your customers to have to enter the promocode themselves.

Here’s a simple little hack to get the job done:

  • Go into your order form setup.
  • Click on the HTML Areas tab.
  • In the top text area, paste the code below.
  • Be sure to replace “PROMOCODE” with your actual promo code.
  • Save.

Here’s the code:

<script> 

jQuery(document).ready(function() {
jQuery(“#promoCode”).val(“PROMOCODE”);
jQuery(“a.codeButton”)[0].click();
});
</script>

That’s it.  Just works.

If you’re curious about what it does:

The script prefills the promocode field with your promocode and then actually simulates the user clicking the button to apply the promocode.

Enjoy and share!

About Tyler Garns

Tyler Garns is best known for his work as the Director and VP of Marketing at Infusionsoft, where he led the marketing efforts that produced massive results between 2007 and 2012. But he’s also been the “go-to” Infusionsoft guy for many of the top marketers and Infusionsoft users out there. His combination of technical skill, Infusionsoft expertise, and marketing experience make him one of the most reliable sources of business breakthroughs for Infusionsoft customers.

1 thought on “How To Force a Promo Code on an Infusionsoft Order Form”

  1. Pingback: Magically Adapting Payment Plans In Infusionsoft - Box Out Marketing

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top