PK

ADDRLIN : /home/questend/public_html/domains/meripadyatra.org/captcha/
FLL :
Current File : /home/questend/public_html/domains/meripadyatra.org/captcha/handler.php

<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
/*
Tested working with PHP5.4 and above (including PHP 7 )

 */
require_once './vendor/autoload.php';

use FormGuide\Handlx\FormHandler;


$pp = new FormHandler(); 

$validator = $pp->getValidator();
$validator->fields(['name','email'])->areRequired()->maxLength(50);
$validator->field('email')->isEmail();
$validator->field('message')->maxLength(6000);


$pp->requireCaptcha();


$pp->sendEmailTo('someone@gmail.com'); // ← Your email here

echo $pp->process($_POST);


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home