Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
p01-contact : simply add contact forms in your pages
#48
p01 Wrote:File field added to Todo list and "reload" bug added to known issues.

fixed, replace 'case' as mine
file:p01-contact.php; line: 261
Code:
case 'captcha' :
            $row .= '<img id="' . $name . '" src="'.P01CTCAPTCHA.'securimage_show.php" ';
            $row .=     'alt="CAPTCHA Image" /><br/>';
            $row .= '<a href="#"';
            $row .=     'onclick="document.getElementById(\'captcha\').src = \'';
            $row .=     P01CTCAPTCHA.'securimage_show.php?\' ';
            $row .=     '+ Math.random(); return false">';
            $row .=     lang('reload');
            $row .= '</a> ';
            $row .= '<input ';
            $row .=     'type="text" name="contact[' . $name . ']" ';
            $row .=     'size="10" maxlength="6"';
            $row .=     $locked ? ' disabled="disabled" ' : ' ';
            $row .= ' />';
            break;
Reply


Messages In This Thread
askcopy syntax Not Working - by celextel - 2019-05-24, 01:54:40
RE: askcopy syntax Not Working - by celextel - 2019-05-28, 01:51:47
p01-contact : simply add contact forms in your pages - by Summ3R - 2010-10-27, 20:47:58



Users browsing this thread: 1 Guest(s)