One of my design clients is offering a conference for free to upsell them in person. (note: im not doing their marketing.. just helping implement whatever they tell me to do)
originally they planned to take $29 deposits which is why they integrated it with a payment gateway+cart, but now they are wanting to do it free.
he used premium web cart, which makes the person put in their credit card along with a coupon code with 100% discount, after that the card is authorized for zero dollars.
They are actually getting several emails from people saying "why the FUCK would i give you my credit card for a free seminar?"
i considered doing a simple php form that captures name/address then just emails it to them, however then they will lose all their affiliate options...
is there a script (a SIMPLE one.. i cant be doing this for more than like an hour, im super busy at the moment) that keeps track of affilates and gives them links, as well as captures a lead form (name, address, phone), or puts them in some sort of database (even email is fine).
originally they planned to take $29 deposits which is why they integrated it with a payment gateway+cart, but now they are wanting to do it free.
he used premium web cart, which makes the person put in their credit card along with a coupon code with 100% discount, after that the card is authorized for zero dollars.
They are actually getting several emails from people saying "why the FUCK would i give you my credit card for a free seminar?"
i considered doing a simple php form that captures name/address then just emails it to them, however then they will lose all their affiliate options...
is there a script (a SIMPLE one.. i cant be doing this for more than like an hour, im super busy at the moment) that keeps track of affilates and gives them links, as well as captures a lead form (name, address, phone), or puts them in some sort of database (even email is fine).