contact_form.html.twig

Path from content root : mails/themes/{theme_name}/core/contact_form.html.twig

Basic Scenario

As a customer I want receive an email when i send a message to the merchant to inform me, my message has been sent successfully

Accpetance Test

⚠️ Before this test you have to be sure that on the Contact form module

  • Send confirmation email to your customers

  • Receive customers' messages by email sound activated

Given that I am on the any page of the FO

When

  • I click in “contact us” button

  • I select subject and order reference, i write my email adresse and my message in contact form

  • I click in “ send” button

Then an email will be sent to the customer to inform him the message has been sent successfuly

Last updated