Pop up message after user hits send on contact us page

Hi guys,

Website: seraneeva.com

After a user hits send on the contact us page a message pops up thanking them and telling them our representatives will be in touch. How can I add a message underneath “our representatives will be in touch” will something exactly like the attached image with “we’ll email you at: user’s inputted email” and a copy of their message. Pic attached for reference.

Hi @flammagreg ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file contact-form.liquid

Step 3: Insert the code css to your file → Save


Step 4: Insert the code html to your file → Save


         

              

{{ 'contact.form.post_success' | t }}

             
          

      

Step 5: Insert the code js before close section tag to your file → Save


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

1 Like