Because I'm new to web development, I understand that this is a rather simple query.
My poll uses the user's email to produce a personalised link after it is created. The results of the poll are kept in an AWS DynamoDB table. Using Javascript variables derived from information in the DynamoDB table, I want to be able to alter the HTML of the website so that it reflects individualised information for the user.
How is this accomplished? Though I have no idea what to do, I believe it has something to do with URL searches.
I searched the internet extensively. I would greatly appreciate assistance!