Hi all!
UPDATE: I asked them to share what the console log says in developer tools and they appear to get an error about “Failed to import script: CONTACT page” Why would the Wix Code on that page fail to import? How would I fix this?
Thank you,
Jessica Ju
Hi Jessica,
Check your collection permissions and make sure your site visitors have the correct permissions.
See below
In addition, make sure to sync the collection to your live collection.
I’m not working with any data sets though. I’m trying to just have the selections user’s picked e-mailed to a specific user.
I’ve also tried to view the site in chrome incognito mode so it has no link to my user/role and the WixCode is still working. I asked my friend to view the error log in Developer Tools and they’re getting an error about “X Page script not importing”
Hi Jessica,
I tried loading your /demo1/contact page and it appears to be working as expected.
The scripts are loading and the dropdown changes the selection options as it should.
The Script Not Loaded error is probably caused by incorrect syntax.
Make sure that you do not have errors in your script before publishing the site.
Regarding the form - it is not enough to add a button and link it to an email address, it does not work this way.
To learn how to send an email on form submission see below