'; $remoteip = $_SERVER['REMOTE_ADDR']; $response = file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=" . $secretKey . "&response=" . $captcha . "&remoteip=" . $remoteip); $responseKeys = json_decode($response, true); if (intval($responseKeys["success"]) !== 1) { return "failed"; } else { return "success"; } } ?>






$value) { $dropdown_options = explode(",", $value->dropdown_options); ?>

input_type == 'text'){ ?> input_type == 'textarea') { ?>
input_type == 'dropdown') { ?>