I will make a list that will show playerIds. I want to make playerId field as a link. When i click this link i want to open another dynamic form and pass playerId to the new form. is it possible?
Best Answer
C
Customer Support
said
over 6 years ago
Hi Ufuk,
Yes, this is entirely possible. To implement this you would use a gs-link, passing the playerId into the target snippet, for example:
Ufuk Coban
I will make a list that will show playerIds. I want to make playerId field as a link. When i click this link i want to open another dynamic form and pass playerId to the new form. is it possible?
Hi Ufuk,
Yes, this is entirely possible. To implement this you would use a gs-link, passing the playerId into the target snippet, for example:
<gs-link snippet="targetSnippet?playerId={{data.playerId}}" target="unique__placeholder">{{data.playerId}}</gs-link>
You can find more information on using dynamic forms handlebars in our documentation. If you have any further questions please let us know.
Regards,
Vinnie
Customer Support
Hi Ufuk,
Yes, this is entirely possible. To implement this you would use a gs-link, passing the playerId into the target snippet, for example:
<gs-link snippet="targetSnippet?playerId={{data.playerId}}" target="unique__placeholder">{{data.playerId}}</gs-link>
You can find more information on using dynamic forms handlebars in our documentation. If you have any further questions please let us know.
Regards,
Vinnie
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2487 topics