hi everyone i m new to web designing i just downloaded a contact form from a site and i put it in a hosting space to test it out when i press submit instead of sending it opens the php file? please help with details thank u
Not sure how your contact form works, but I'm guessing you have a page titled contact.html(example), and inside the form you have which would tell it to go to send.php when the form is submitted. Since html files can't send emails or anything like that it would have to go to the send.php file to actually work. <form action="send.php"> HTML: (Once again an example)
Did you steal the code off the view source? if so , you're missing the WHOLE code that actually sends and handles the email form. The form alone won't do anything.