I don't believe ? is a legal characters in a file name so that's probably not a good solution for this.
I don't believe ? is a legal characters in a file name so that's probably not a good solution for this.
Easy: the name field remains untouched, where you should already validate against illegal chars. Then another optional textbox where I can type a query string that you can append to the file name, even adding the ? yourself.
The query string syntax is much less strict, not sure validation is needed at all (must encode it for security)
Kateryna, can you expand this. So I create a new JS file with some function having what code? And do I call that function just one time (e.g. when first page is loaded) - or when each of my pages is loaded? Thanks.
You can call this function where you need.
Alena, I assume you meant to add some code....otherwise I don't understand the help you are providing.
Hello Robert. After you add functions to the JS file you can invoke them anywhere you want (https://devcenter.appery.io/documenta...).