I wanted my submit button, when clicked to use an if else statement. If a field is 6+ the submit should send an email, if it is not it should redirect to a page.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would need
if($isSending >= 6):and perhaps check for$isSending === falsebut apart from that it should work.Is there a specific part you are having problems with?