this post was submitted on 29 Jun 2023
432 points (98.4% liked)
Sync for Lemmy
15172 readers
4 users here now
๐
Welcome to Sync for Lemmy!
Welcome to the official Sync for Lemmy community.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
Community Rules
1- No advertising or spam.
All types of advertising and spam are restricted in this community.
Community Credits
Artwork and community banner by: @[email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have no problem on firefox for windows. Maybe click it a few times to see if that changes anything? Edit: I see you meant on syncapps.io and not lemmy. Yea, there appears to be some extra commas.
This:
fnames[0]=EMAIL;ftypes[0]=merge;,fnames[1]=FNAME;ftypes[1]=merge;,fnames[2]=LNAME;ftypes[2]=merge;,fnames[3]=ADDRESS;ftypes[3]=merge;,fnames[4]=PHONE;ftypes[4]=merge;,fnames[5]=BIRTHDAY;ftypes[5]=merge
Needs to change to this:
fnames[0]=EMAIL;ftypes[0]=merge;fnames[1]=FNAME;ftypes[1]=merge;fnames[2]=LNAME;ftypes[2]=merge;fnames[3]=ADDRESS;ftypes[3]=merge;fnames[4]=PHONE;ftypes[4]=merge;fnames[5]=BIRTHDAY;ftypes[5]=merge
At least I'm pretty sure. I use Javascript but never touched JQuery
Correction: While there is a syntax error, that's actually not the problem. The problem was uBlock origin. Disable it and it should work. I had it on desktop and mobile, so I guess that makes sense