If you want to pass the Cross Tracking Code to Paypal from a form, the following code should help.
Integrating your Cross Tracking feature with PayPal so that the cross tracking code would show up in the Notification of Payment Received email that PayPal sends when a purchase is made.
<input type="hidden" name="on0" value="CRCrossCode">
<!-- ConversionRuler.com Cross-Code Input BEGIN { -->
<script language="JavaScript">
if (typeof cr_track != 'undefined') {
CrossCodeFormInput('os0');
}
</script>