JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
when metaform's default php checks if the form is submitted, it checks for a value...
[wfpl.git] / metaform / template.php
index 965f38c..be61e2f 100644 (file)
@@ -164,7 +164,7 @@ function _~form_name~_main() {<!--~end~--><!--~opt_http_pass_2 start~-->
                tem_show('new_msg');
        }<!--~end~-->
 
-       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") {<!--~opt_db_4 start~-->