Form Success notification

I had a contact.php include file on a website with a success notification after submission. It worked perfectly and displayed the message.

I copied the file for a different contact page to add some different form values. I checked the NOtify and all settings. The form submits and sends the email / and resets…but no nofication message appears. Can’t figure this one out.
Here is the page.http://vanderbundtcollection.com/inventory_details.php?inventorynum=1049

Here is the page that it works from without an issue.
http://vanderbundtcollection.com/contactus.php

any ideas?

You are missing

<script src="/dmxAppConnect/dmxBootstrap4Alert/dmxBootstrap4Alert.js" defer=""></script>
	<link rel="stylesheet" href="/dmxAppConnect/dmxNotifications/dmxNotifications.css" />
	<script src="/dmxAppConnect/dmxNotifications/dmxNotifications.js" defer=""></script>

from your head code.

wouldn’t that already come when i duplicated that page?

If you duplicated the entire page it should. But regardless, that’s what you are missing. Won’t work without that. :wink:

okay, thank you!!