I'm trying to pre-populate a form with a high score field. A user plays the game and the score is updated inside a form as $_POST['score'], I have set the form action to my page with the Gravity form on. Can i then use that $_POST['score'] to prepopulate my high score field inside my gravity form?
If not is there a way to do this better?
So game on one page high score presented at end (I can get this however we need to)
Form on another need to pass high score through?