X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Ftemplate.php;h=be61e2f8bbd538ca28c5627ad29144fbcad37fb1;hb=9adfcab5e81171f196b369076da10561b8997dbf;hp=965f38c2dd22d53ec00652dc025438d555d9b904;hpb=5061f0bf1235972ff1a6d8f3e01097ae84b0107e;p=wfpl.git diff --git a/metaform/template.php b/metaform/template.php index 965f38c..be61e2f 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -164,7 +164,7 @@ function _~form_name~_main() { tem_show('new_msg'); } - if(isset($_REQUEST['~always_field~'])) { + if(isset($_POST['~always_field~'])) { list(~php_fields~) = ~form_name~_get_fields(); if("you're happy with the POSTed values") {