Web Zoho CRM Bug
Web Zoho CRM Bug
Hi
I'm experiencing two issues with a web zoho crm form. I have the code inserted into a wordpress page however there are a couple of problems.
One is that the validation code isn't appearing. I've had a look at the code its producing as well as testing the code outside of wordpress. When the code is viewed on its own outside wordpress the validation code appears. However, once inserted into a page it does not.
At first I thought that maybe the validation code was imbedded in a paragraph tag that was set to hidden however that is not the case. The code being called for the validation code is as follows.(i've played with the code so that it doesn't mess up in the forum. Note also that the form area to place the code in is displaying correctly. The code itself does not.
< td class="feature-border" width="66%" valign="middle" align="left" > < input id="varifyNumHidden" type="hidden" value="070542" name="varifyNumHidden" > < /input > < input id="enterVerify" type="text" name="enterVerify" > < /input > < div id="varifyNum" style="font-size: 14px; font-family: Arial,Helvetica,sans-serif; font-weight: bold;" >
070542
< /div >
The second issue I have is that the form can be submitted regardless of what content is within it, despite some options being mandatory.
If you need any more code or a link to the form please let me know!