user
@cherylkirk
Adds an extra row
It seems to be working except it's adding an extra row with blank data each time.
I have a data entry variable called FirstName.
I am keeping track of correct answers using the Results.ScorePoints
I have one last slide that has Slide Triggers where the Leadername is set to the Firstname
Leadernumber is set to ResultsScorePoints
Execute the Javascript after these Slide Triggers

Works great to enter the user's name and points on the leaderboard, but also creates a new row with no name and 0 for the points.
What am I doing wrong?
Great service btw. Hope you create more widgets in the future.
reply
Reply
user
@support
Hello. Double-check the triggers, sounds like the JavaScript code is called twice. Make sure you call it only when you are ready to send the new entry.
reply
Reply