As mentioned before I’m aiming to have something ready in the next 6 weeks ish.

Register your email to get notified when the app is ready to launch!

  • @Bazoogle
    link
    English
    2
    edit-2
    1 year ago

    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

    • @Bazoogle
      link
      English
      11 year ago

      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