From: Patrick McGuire Date: Mon, 25 May 2020 10:51:51 +0000 (-0400) Subject: Update petitions.php X-Git-Tag: v1.0.0~518 X-Git-Url: https://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/commitdiff_plain/ed37724deb48198eddd7be169ab51f65cfd81781 Update petitions.php --- diff --git a/admin/petitions.php b/admin/petitions.php index 57e88d5..8f26c1b 100644 --- a/admin/petitions.php +++ b/admin/petitions.php @@ -27,6 +27,7 @@ if(isset($_POST['petition_id']) && isset($_POST['petition_name']) ){ // edit $eligibleVoterListEnforce = $petition->real_escape_string($_POST['eligibleVoterListEnforce']); $eligibleVoterListField = $petition->real_escape_string($_POST['eligibleVoterListField']); $eligibleVoterListEquals = $petition->real_escape_string($_POST['eligibleVoterListEquals']); + $eligibleVoterSigMatch = $petition->real_escape_string($_POST['eligibleVoterSigMatch']); // custom landing page - paid feature one day? $tab_name = $petition->real_escape_string($_POST['tab_name']); $text_title = $petition->real_escape_string($_POST['text_title']); @@ -72,6 +73,7 @@ $d = mysqli_fetch_array($r); eligibleVoterList Field' required> eligibleVoterList Equals eligibleVoterList Warning + VoterList Signature Match Required Not Required  Landing Page Title Landing Page Header