I want to create a simple HTML form page. It will NOT be hosted on the target site/server. The object is to allow the input of a file name in an input field and that will generate both a URL that can be copied and a page redirection to view the output once a "generate" or "create" button is pushed. Here is an example URL output;
(https://hostsiteserver.com/path/jpg/%1.jpg)
The %1 is the variable that would be put in place by the form entry. I've looked at other sites that provide form examples, but they mostly are for submitting the form results to an email address or something else. I'd rather keep this as simple as possible rather than a javascript.
After searching, I found a similar post close to what I am looking for.
Responses are appreciated JS