Change subjet of the email autoresponder (the email i receive, not the client)

2 replies · opened Feb 8, 2018

Bborjapintor88Feb 8, 2018

I need the email i receive in my email with the details of the clientes to have an specific subjet (filter in my email). I changed this
$subject = isset($subject) ? $subject : 'Contacto';

in the autoresponder.php file but does not work.

Thanks

SSemicolon WebSTAFFFeb 14, 2018

Hello,

Simply find the following code in the PHP File:

$subject = isset( $_POST['template-contactform-subject'] ) ? $_POST['template-contactform-subject'] : '';

and replace it with:

$subject = 'Subject';

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Bborjapintor88Feb 15, 2018

It worked, thanks!

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