SDK ReferenceFormsFunctionsredirectOn this pageredirectRedirect the user to a new URLSignaturedef redirect( url: str, query_params: dict = None) -> NoneParametersNameDescriptionTypeDefaulturl (required)URL to redirect tostrNonequery_paramsQuery parameters to append to the URL. Defaults to None. NonedictNoneReturn ValueNone