please look at my online link:
http://finalproject.fishely.co.il/contact
the form won't send to my email
can u tell why?
8 replies · opened Feb 5, 2020
please look at my online link:
http://finalproject.fishely.co.il/contact
the form won't send to my email
can u tell why?
Hello,
This issue is because the File: http://finalproject.fishely.co.il/include/form.php that processes the Forms does not exist on your Web Servers.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
it does, but the location is different
where do I update the location so it will work?
Hello,
You will need to update the Location in the Form's action Attribute: action="include/form.php" .
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
ok, great, it works now, but how do I change the "company name" that I receive in the email to the name of the person who fills the form?
Hello,
Once you open the include/form.php File, everything is self-explanatory. Simply find the following code and edit as required:
$fromemail = array(
'email' => 'no-reply@website.com', // Company's Email Address (preferably currently used Domain Name)
'name' => 'Company Name' // Company Name
);
Additionally, read the Documentation > Forms Section for complete setup instructions.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
does it mean that I cannot get the name of the senders from the form itself?
it has to be a static value?
Yes. For preventing SPAM.
ok, got ya
tnx
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard