To get the URL parameters in the client script, we can us the following codes.
let a= new URLSearchParams(window.location.search)
console.log("custom form ID",a.get('cf'))
To get the URL parameters in the client script, we can us the following codes.
let a= new URLSearchParams(window.location.search)
console.log("custom form ID",a.get('cf'))