Contact page form

3 posts by 2 authors in: Forums > CMS Builder
Last Post: September 5, 2009   (RSS)

Re: [dsternalski] Contact page form

By Chris - September 4, 2009

Hi dsternalski,

Try replacing this line:

<?php if(strlen($_REQUEST['frmEmailUs'])) { ?>

with this one:

<?php if(strlen(@$_REQUEST['frmEmailUs'])) { ?>

Hope this helps! :)
All the best,
Chris

Re: [chris] Contact page form

thank you that worked!!