Open b1conrad opened 2 years ago
This could be easily implemented with JavaScript's encodeURIComponent() function.
encodeURIComponent()
usage example
<<<a href="...?label=#{displayName.encodeURIComponent()}">my invitation</a> >>
This could be easily implemented with JavaScript's
encodeURIComponent()
function.