@Alwalser - There might not be a need for javascript. Have you considered using branch logic after the question to make the value you are piping in an embedded data value (instead of a question value), then applying branching logic at the top of the survey that would branch if they took the survey already (any number of ways to do this), and then populating the same embedded data field as blank. This way the field is blank until re-populated later in the survey.
interesting. I have not ever used branch logic but I will try it out! thanks for the lead
Man
@Akdashboard, I REALLY overthought that. I just created a new question at the top that said "are you retaking this survey" then added display logic to show the same questions, only copies, if the answer was YES and the udpated values appeared. Thanks for shining a light on that for me.
@Alwalser - Glad I could help! I am still learning JavaScript only when needed (although I'd like to learn more), so it usually isn't my go-to solution.