So, basically I have a lightbox where members are supposed to add their details and submit it. The data is submitted, but once they click the button they are not redirected to their profile page as they should.
Everything is correct: my button is selected to redirect members to the page “my profile” after submitting the data to the collection, but it’s still not working. It does submit the data, but it’s simply not redirecting.
My website is www.danielazzip.com and I will add a video showing the issue below:
LIVE SITE - https://drive.google.com/file/d/14n6oaN1pJgnaITy-EtGw2_a71FRWYSry/view
EDITOR - https://drive.google.com/file/d/1O4RnU3eMjhqbr1MdXYSBJ_aIpRKtnK8g/view
Any help will be very much appreciated!
Quick update: just tryed to sign up as another user, and now nothing is responsive on the lightboxes - it doesn’t allow me to add anything to the fields, like they are not active. However, I was able to do it when I logging using my details. Any idea of why this is happening?
Video: https://drive.google.com/file/d/1XLGTPXMa6_oE67yjjr-y2tuTHrHZbLFD/view
Hi Daniela,
You need to transform “my profile” page to a dynamic item page. At the current settings it should only edit the first entry of the members database collection.
Read this article and please update in your progress so others can use it.
Roi.
Hi Roi, sorry that I am a bit confused. “My Profile” page is showing all details from the collection properly, so my problem is on the “update” lightbox where the input forms are.
I got the inputs working by changing the permissions of the dataset (from “read&write” to “write only”), but the submitt buttons is still not redirecting to the page.