Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Nice and Simple Contact Form by CSS Tricks not validating xh Re: Nice and Simple Contact Form by CSS Tricks not validating xh

#69261
micagrafica
Member

Thanks for the response Mark. When I removed those 2 elements, it did reduce the number of errors however their was still approx. 7-8 errors left. Your comment did help me identify what elements needed to be updated. After a bit of testing the code I was able to remove all of the xhtml errors. I have included the updated code below:

* Please note that I have little experience with PHP so my modifications may have unforseen consequences. I did test the form after making the changes and it worked in firefox 3. Updated code below to validate in xhtml:

document name: recaptchalib.php

original

Code:
‘;

xhtml validated

Code:

document name: index.php (or whatever page the contact form will be placed)


original

Code:

……..

xhtml validated

Code:
form method=”post” action=”contactengine.php”>

……..

Hopefully this helps and did not break anything. If you notice something in my updated code that I should change please let me know.

thanks,

Mikal