How do I add this to the url by default ?time=fal...
# cfml-general
f
How do I add this to the url by default ?time=fall_2022
b
@Formiko You can't control the URL your users send you, but you can default variables in the
url
scope with
<cfparam ...>
f
thanks..that's what I was looking for