Conversion Doctor Home > Conversion Blog

The ULTIMATE Submit Button REVEALED! Putting all the Pieces Together…

puzzle.jpgIf you’ve been following my recent posts exposing the results I’ve observed from a few of my submit button testing rounds, you’re sure to love this final post in the series.

I’m going to bring all of the elements together and show you the submit button that smashed my initial control. (And the exact HTML and CSS code for doing it yourself!)

To recap the other post in this series…

Give Them Another Reason to Click!
(Providing “secondary link feedback”, such as a color change, can help users know that your link or button is “clickable”.)

You need to give your visitors the finger!
(Make sure your buttons provide “primary link feedback” and change the cursor arrow into a pointing finger.)

Size Does Matter!
(Bigger buttons often produce bigger response rates.)

Well today we are going to put all of these pieces together to create what I like to call “The ULTIMATE Submit Button”!

Here is what I tested…

The Red Border Trick

red-bord002.gif

I first noticed a border around a submit button about 4 years ago when I saw this on Google’s Adsense Log-in page:

goog-bord.jpg

Since that time I’ve tested several different variations and colors of borders around submit buttons and in most cases a red border converts best. (Although there are a few niches where I’ve found green or blue pulling slightly better.)

The Red to Green Trick

ulti-sub.gif

Following my principle of providing “secondary link feedback”. I decided to test a color change when the mouse hovers over the button.

Because in most western societies, we are trained from a young age that “red means stop” and “green means go”, using green for my secondary feedback was a logical choice. (I’ve tested several other colors as well, but green usually wins by a wide margin.)

Here are the results from the final submit button test round…

Red Border: 38.0% Opt-in rate.
red-bord002.gif

Red Border, Green Roll Over: 41.6% Opt-in rate.
ulti-sub.gif
So…

Starting with a “standard” submit button, and simply by continually testing new ways to draw attention and “get the click”, we were able to move from a “control” opt-in rate of 28.4% to a 41.6% opt-in rate.

That represents a 46.5% improvement in response, by simply testing a small handful of the 18+ submit button test variables in my arsenal.

Even after 6,000+ tests, it never ceases to amaze and surprise me, how seemingly small changes can produce such huge impacts on conversion rates.

Now it’s time for you to stop reading… and START TESTING!

Oh… wait… I guess I did promise to show you the code for this trick, didn’t I? ;-)

Okay… Here it is:

CSS Code to go in your style sheets:

.submit {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  cursor: default;
 
}
#submitpad {
  padding: 5px;
  background-color: #ff0000;
  margin: 0px;
  border-width: 3px;
  border-color: #ff0000;
  border-spacing: 0;
}

HTML code for your submit button area:

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td nowrap id="submitpad"
onMouseDown="this.style.backgroundColor='#009900'"
onMouseOver="this.style.backgroundColor='#009900'"
onMouseOut="this.style.backgroundColor='#ff0000'">
<span style="cursor:pointer;">
<input name="submit" type='submit' style="cursor:pointer; font-size: 16px;" value='Give Me My FREE Report Now! &gt;&gt;'/></span>
</td>
</tr>
</table>

There you have it! Everything you need to go out and test this trick on your own site.

Just remember, every niche and target audience responds a little bit different to each of these elements, so test each of these variables on your own sites and with your own traffic.

If a red boarder doesn’t do the trick, test green or blue.

If a big button helps a tiny bit, try an even bigger button. (Or better yet a FRIGGIN’ HUGE BUTTON!)

Have fun with this stuff…

Just keep testing!

Eric Graham,
“The Conversion Doctor”

P.S. ““ Want some help figuring out what (or how) to test on YOUR site? Then you might want to checkout my Conversion Booster Video Website Evaluation Service.

P.P.S. ““ UPDATE: I’ll be darn! Have a peek at what my good buddy Michel Fortin is testing right now on his Copy Doctor site

mf-ulti-sub.gif
His button was already BIG. But the primary (finger) and secondary (green) feedback looks new to me!

That right there is the critical difference between those who make millions online and those who struggle to survive… Quick, Decisive and MASSIVE action!

Like I said… Don’t just read this stuff. TEST IT!

Popularity: 20% [?]

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blinkbits
  • BlinkList
  • blogmarks
  • co.mments
  • connotea
  • del.icio.us
  • De.lirio.us
  • digg
  • Fark
  • feedmelinks
  • Furl
  • LinkaGoGo
  • Ma.gnolia
  • NewsVine
  • Netvouz
  • RawSugar
  • Reddit
  • scuttle
  • Shadows
  • Simpy
  • Smarking
  • Spurl
  • TailRank
  • Wists
  • YahooMyWeb

Related Posts:

  • The Conversion Doctor’s Blog Is “Not Helpful”?
  • Submit Button Usability Split Test Results: Size DOES Matter!
  • WHAT!? Michel Fortin Just Called Me A FANATIC! (And he says you should give your visitors “The Finger”…)
  • What in the Heck is “Secondary Link Feedback”?! (And how can it help you sell more?)
  • The Headline Testing Secrets Revealed Webinar Reply is LIVE!
  • Free Webinar Recording Replay (For a few days only!)
  • The SECOND Winner of The Ask Michel Fortin Your Question Contest is”…
  • Help The Children and Grow a $10k per Month Income at the Same Time!
  • Fortin on Headlines…
  • Can Listening To One 52 Minute Interview Boost Your Conversion Rates?
  • 15 Responses to “The ULTIMATE Submit Button REVEALED! Putting all the Pieces Together…”

    1. Fred Black: pqInternet.com Says:

      Eric Graham says Size Matters!…

      For Submit Buttons That Is…. I refer to Eric’s blog a lot - that’s because I like the testing he regularly shares with his readers… it’s very valuable stuff! I mentioned his results on split testing Submit Button Size before…….

    2. Arun Agrawal Says:

      Eric

      I completely agree that a red button draws attention quickly and if a hover can turn it into green, the prospect will really feel like clicking and make the red turn green (we love to see that happening on the traffic signal, don’t we?).

      Spot on, mate!

    3. Eric Graham Says:

      Thanks Arun.

    4. Amin Motin Says:

      Eric, great post.

      I especially like the traffic light analogy. It’s a relatively simple thing, but you’re right of course. We’re all conditioned to pay attention to red and we’re all conditioned that green means go. I think it’s the same all round the world, isn’t it?

      Very, very good post.

    5. Paul Says:

      Hi Eric,

      I’ve been using “large” buttons for quite a while, but just started using the pointer/hand cursor. I’m amazed at the increased response you’ve attained by something as simple as this — I hope to do the same.

      I put together a simple “button creator” on my “utilities” page which you are free to use . . . I started with the code you supplied and added some enhancements like the ability to specify text color and bold text. It also allows you to have multi-line-text buttons . . . I’ve tested with MSIE 7 and Firefox 2 and everything seems to work . . . I hope you enjoy it! :-)

      http://www.paulgalloway.com/utilities/high-response-buttons/

      Best,

      Paul

      P.S. Have any of your tests used multi-line-text buttons?

    6. A Listbuilding Experiment, By Will » Blog Archive » New Squeeze Test: Audio! Says:

      […] 4. Bigger subscribe button. After reading the Conversion Doctor and seeing his results with a large button and double user feedback, I couldn’t resist. However.. up till this point I’ve been using AWeber’s dynamic form serving to track conversions, so obviously I can’t have both. […]

    7. Interview copywriting expert Stephen Dean. - Ed Rivis Says:

      […] [Stephen] Well really what you’re seeing is me trying to get Paypal to let me use a text link instead of an image. If there’s an easier way to do it, I didn’t find it. And I never got test results for a plain text link because I found Eric Graham’s posts on the Ultimate Submit Button. […]

    8. Franck Silvestre Says:

      Thank you, I am going to add this to my sales letters.

    9. Steve Renner Says:

      Hi Eric,
      Great meeting you in Atlanta. These buttons are “The Bomb”.
      I will definitely use them on all my sites.

      Thanks for the tip man!

      Your Friend,
      Steve

      Get my List Building Tips newsletter
      Today at: http://www.list-pros.com

    10. Peter Says:

      Hi Eric - thanks for this tip. I tried it and using Google Website Optimizer I saw a statistically significant lift of 44.6%.

      That’s vs my control which was a graphical submit button that I thought looked ok from the start.

      Not any more.

      This red/green button is now my control on my home page, but needs some fixing for IE I’ve been told.

      I owe you a cold Canadian beer for this one :)

      Got any more tips for us?

    11. CYBERCA$HOLOGY Says:

      More Than 123% Increase in Opt-Ins…

      Last month I ran a split-test of two opt-in forms. These were “hover” forms I quickly created in my aweber account. One of them offered a free eBook and the other one offered nothing. It’s no shock that the one offering the free …

    12. links for 2007-11-22 » Graham English Social Networking Says:

      […] The ULTIMATE Submit Button REVEALED! Putting all the Pieces Together… | The Conversion Doctor … The submit button that smashed all controls. (tags: advice tips HTML CSS forms conversion usability) […]

    13. Here Is One Tweak That Helped Increase Conversions By 46.5%… | Online Business Says:

      […] Eric Graham tested 18 different versions of submit buttons and to find the ultimate submit button. […]

    14. WealthCreator Says:

      Using html code instead of the javascript in aweber doesn’t let me track my conversions in aweber. So I guess I have to rely on google analytics and I can’t do split testing. Is there a tracking program anyone recommends to overcome this?

    15. 57+ Tasty Resources for blog NEWSLETTERS, aWeber, autoresponders etc. you MUST see From Personal Edge Insights - Barbara Ling, Virtual Coach Says:

      […] The ULTIMATE Submit Button REVEALED! Putting all the Pieces Together. […]

    Leave a Reply