Embedded page quarry string
I've build a page in creator where I use a querry string "?ID=XXXX" In my html snippet I can use this with the code NumberID = input.ID;
But now in my creator page below the html snippet I want to use an embedded page. This page I would also like to give the "?ID=XXXX" I recieved in my main page. but somehow this doesn't work.