contact form doesn't work

8 replies · opened Feb 5, 2020

SSemicolon WebSTAFFFeb 6, 2020

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.

IitzikfishelyFeb 6, 2020

it does, but the location is different
where do I update the location so it will work?

SSemicolon WebSTAFFFeb 6, 2020

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.

IitzikfishelyFeb 6, 2020

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?

SSemicolon WebSTAFFFeb 6, 2020

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.

IitzikfishelyFeb 6, 2020

does it mean that I cannot get the name of the senders from the form itself?
it has to be a static value?

SSemicolon WebSTAFFFeb 6, 2020

Yes. For preventing SPAM.

IitzikfishelyFeb 6, 2020

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