Skip to content

Commit

Permalink
Update contact_form.php
Browse files Browse the repository at this point in the history
Removing SELF on form action.
  • Loading branch information
robiso authored Feb 21, 2018
1 parent 4f7fd01 commit af4a85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/contact_form/contact_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function checkmail($email)
echo $errors;
}

echo "<form method='post' action='contact'>";
echo "<form method='post' action=''>";
echo "<p>";
echo "<input type='text' placeholder='Name' id='name' name='name' maxlength='30'";
if(isset($fout['input']['name'])) { echo "class='fout'"; } echo "value='";
Expand Down

0 comments on commit af4a85d

Please sign in to comment.