I’ve done all the connections but my submit button isn’t working neither are my fields uploading to the database
Check the database permission.if it is set to only admin, u can’t insert any content to it using submit button from a public page.
Hey! great insight! You were right. I had on of the three permission options on ‘admin only’
I’ve changed it and I think it’s made a difference but sadly I still cannot upload onto the database. Any other suggestions?
Open the console window of the browser and see if any error log is printed there. Also check the dataset permission. I am don’t remember exactly. But there is read/write permission option in the dataset setting also.
@thrishtilabs you’re an absolute genius! I think it’s working
I did the dataset bit… Now the silly question…where is the console located? Just in case I run into other problems later on. thanks
Just search in google “how to open console in chrome” if you are you using chrome browser. There you can see most of the error codes and some outputs printed from your page code. If you still need help, message me.
Thank you sooo much! I will
Hi, I wonder if you could refer me to a step-by-step video on how to set myself up with the console. Im a few steps behind the knowledge base needed. Thanks a million
Hi, the console I mentioned was the browser console and you can just search Google how to use it. If you want know how to use the debug tools in wix, there was a post in this forum regarding it. I will find the link and will update it here…
@thrishtilabs thank you! Looking forward.