when submitting the form from the formbuilder the hash(#) value get removed from the url
I’m trying to submit the request through the GET request by sending the fields as the query parameters, example.com/web/connector/#/home?(other query parameters) when the request is submitted the URL gets changed into this example.com/web/connector/?(other query parameters) the #/home gets removed from… Read More »when submitting the form from the formbuilder the hash(#) value get removed from the url