Pre-populating checkout values, without invoking “single-use customers” .
<script type='text/javascript'> //<![CDATA[ jQuery(function($){ if(fc_json.custom_fields.customer_email){ $('#customer_email').val(fc_json.custom_fields.customer_email); FC.checkout.checkLogin(); } }); //]]> </script>