Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Form isn’t sent once we click on submit button Re: Form isn’t sent once we click on submit button

#49547
shazdeh
Member

change
if (isset($_POST)){
to
if (isset($_POST)){
also fix the input type=’button’ to input type=’submit’ and ‘methode=”POST”‘ to ‘method’.