Quote Originally Posted by CustomBooks View Post
Got it! Thanks, Clyde.

But why does "Submit a Link" need SSL?

if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
$content .= '<br /><a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a>';

Why not NONSSL?
because you're asking for customer information (name, email etc.) which should be submitted via SSL; just the same as creating an account.