**I’m having the same issue where the Save Button is disabled. **
I’m new to coding, but from what I understand, that means the database is not configured?
I noticed that the button is enabled depending on the “config” web module, and that in the “config” web module, it says “require” is not defined.
I followed the same steps as Leo mentioned:
- Completed the configuration phase on the configuration page in the example website. (I’ve tested it on the example site’s home page and it works).
- Installed the googleapis node module in backend
- Created a config.jsw file and googleSheet.jsw file in backend and copied the relevant JS code from the example site.
- Recreated and properly labeled and set events for the UI components (2x text box and save button) in new site. Then copied the JS code from the example site’s home page and pasted into the new site’s page.
- Created a new database collection with the same name and settings as the example site and entered in the relevant fields.
I also made sure the database permissions were set correctly like @Gal Morad mentioned, and I tried publishing the site. Still not working.
Tony, you mention adding 3 missing rows of “refresh token” “sheet id” and “client config” and their values. Where can I find their values?
Also, does this mean the user input will not be saved into the Wix database collection? Or will new submissions just create new rows?