Web to lead not working

Web to lead not working

Hello Zoho,

I have created a web to lead form and put the generated html into my webpage.

I am able to complete the form and this goes to the correct post url but the leads are not being added into zoho crm.

Please help

Toby
Subhub.com

<META HTTP-EQUIV ='content-type' CONTENT='text/html;charset = UTF-8'> <br> <form action='http://crm.zoho.com/crm/WebToLead' method='POST'> <input type='hidden' name='orgId' value='20919000000024003'/> <input type='hidden' name='xnQsjsdp' value=XXXXXXXXXXXXXXXXXX/> <input type='hidden' name='xmPqMMnsd' value=XXXXXXXXXXXXXXXXXXXXX/> <input type='hidden' name='actionType' value=TGVhZHM=/> <input type='hidden' name='returnURL' value='http://www.subhub.com' /> <br> Company : <input type='text' name='Company' /> <br> First Name : <input type='text' name='First Name' /> <br> Last Name : <input type='text' name='Last Name' /> <br> Email : <input type='text' name='Email' /> <br> Phone : <input type='text' name='Phone' /> <br> Mobile : <input type='text' name='Mobile' /> <br> Website : <input type='text' name='Website' /> <br> Country : <input type='text' name='Country' /> <br> Description : <textarea name='Description' width='250' height='250'></textarea> <br> <input type='submit' name='save' value='save' /> </form>