Hi

I have been approched by a client and asked if I can design them a site that sells software/product keys and the keys are sent automatically to the customer once they complete the purchase but they have coding already in place that sends the key out automatically to the customer once purchased, the coding changes per product so was seeing if there was anyone that can be done in couchcms as they want to add the products to the site themselves, they sent a sample code to have a look it and looks like it's paypal coding but the form action is different

Code: Select all
<form action="https://panel.keysender.co.uk/paypal/button" method="post" target="_blank">
<input type="hidden" name="id" value="8e57cb23bee484ea025e388618fc541cf45661ff055aac017e28e57c55ca5d10">
<input type="image" src="http://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>


Thank you in advance