URL Format and Link Names
How does one use deluge script to format or reform a user's submitted hyperlink?
I know that the form has an option to require a Link Name, which then becomes a clickable text link in the table view. What if I want to change the user's submitted Link Name?
i.e.
<A HREF=" + input.URL + ">User's Link Name</A>
to
<A HREF=" + input.URL +">My Link Name</A>