Repeaters submit buttons not working

Hello everyone,

It’s my first time creating an website and i’ve been struggling a little bit, I would like to ask for some help, please.

I made an member section in which each member can download files that I send to them, and I would like them to review it by selecting a grade and posting a comment if they would like.

#dataset1 is the dataset meant to receive this review and comment, its all set and working, but when I publish my website only the first repeater works fine, and it fulfills the information in the dataset, but the other repeaters doesn’t at all. I tried to look for this information here in the forum but couldnt find.

Thanks in advance.

Here’s the code of this page now:


import wixUsers from ‘wix-users’ ;
import wixData from ‘wix-data’ ;

$w.onReady( function () {
let user = wixUsers.currentUser;
let userEmail;
user.getEmail().then( (email) => {userEmail = email;
$w( “#dataset1” ).onReady(() => {
$w( “#dataset1” ).setFilter(wixData.filter()
.eq( “email” , userEmail)
)
})
} );
});

Please, help anyone

Hi Philippe Pinon Karr. I had similar issues (for weeks). I got them ALL resolved today by submitting a ticket to the Advanced Team through the Support site. Contacting Wix Customer Care for Support | Help Center | Wix.com

They will call you back within 5 minutes if you select the “call back” option. However, you must submit it during a certain time of day to get the Advanced Experts or Leads. Simply submit ticket and ask for “Advanced Team”.

Otherwise, I hope someone in the Forum (here) can help you. All the best!

[This is just my experience. If I am not following Forum Guidelines, sorry. Just trying to help.]

@contact53788 Thanks for your help! I got in contact with Wix by phone but they couldnt help because there’s coding in my page, and they cant help with that.