Copied Form Sends Wrong Auto Reply

I’ve copied a form in the template I’m using for my website. I didn’t want to have to figure out the nice layout of the form. Once I copied it I deleted a couple of fields. Then I checked for the form to send an automatic reply email. However, it will only send out the auto response email from the original form and not from the email I created for the new form. Any suggestions?

The Assessment form on this page was copied from the Contact Us form.

What’s going on? Help please :blush:

Most likely you’ll need to update the form alias in the form’s action URL.
Copy your new forms alias and replace it as per the highlighted section in the screenshot below.

To help avoid this issue it’s a good practice to use Liquid to ensure the form alias is always correct by replacing the alias string with {{this.Alias}}, eg:


(changing the name="..." property is not required for proper form processing)