|
CCbill integration question
ok ok, i know this is not the CCbill support center ... but the answers by CCbill were not really helpful, so ill try my luck here.
1.
im not using the ccbill link codes generated by the system, so i have to give along the webmaster ID (CCbill ID) to the Credit Card join form:
<form action='https://bill.ccbill.com/jpost/signup.cgi' method=POST>
<input type=hidden name=clientAccnum value='926978'>
<input type=hidden name=clientSubacc value='0000'>
<input type=hidden name=formName value='122cc'>
<input type=hidden name=language value='English' >
<input type=hidden name=allowedTypes value='0000000036,0000000037' >
<input type=hidden name=subscriptionTypeId value='0000000036' >
<input type=submit name=submit value='Join Now'>
</form>
can i add something like this to the form?
<input type=hidden name=affiliateID value='number' >
whats the name/value of this hidden field ???
2.
The same thing for the WM signup form. I have to give along a WM value to the WM join form (for WM referal):
<form action="https://affiliateadmin.ccbill.com/signup.cgi" method=POST>
<input type=hidden name=CA value="926978-0000">
<input type=hidden name=GR value="">
<input type=hidden name=page_background value="">
<input type=hidden name=page_bgcolor value="#FFFFFF">
<input type=hidden name=page_text value="#000000">
<input type=hidden name=page_link value="blue">
<input type=hidden name=page_vlink value="purple">
<input type=hidden name=page_alink value="blue">
<input type=hidden name=table_left value="#AEAEFF">
<input type=hidden name=table_right value="#FEFFC1">
<input type=hidden name=table_text value="#000000">
<input type=hidden name=star_color value="#CC0000">
<input type=submit value="create a new account">
<input type=hidden name=second value=1></form>
can i add something like this to the form?
<input type=hidden name=affiliateID value='number' >
whats the name/value of this hidden field ???
THX !!!
|