Is it possible to use URL GET parameter to set default value in new detail view form?
Posted: 2021-10-29 03:02
I am trying to make an event sign-up form with AppGini to replace the use of Google Form for the same purpose.
I use the same form for different events, and there is a selection field for user to choose which event he/she is signing-up for. The form looks like this: Is it possible to just provide the URL with the specific event, so the selection is already made when the user enters the sign-up form, such as this?
http://server.com/registration_view.php?eventid=1
http://server.com/registration_view.php?eventid=2
http://server.com/registration_view.php?eventid=3
Thank you.
I use the same form for different events, and there is a selection field for user to choose which event he/she is signing-up for. The form looks like this: Is it possible to just provide the URL with the specific event, so the selection is already made when the user enters the sign-up form, such as this?
http://server.com/registration_view.php?eventid=1
http://server.com/registration_view.php?eventid=2
http://server.com/registration_view.php?eventid=3
Thank you.