As a user when I search for a DMR ID or call sign, I want to have a link to their brandmeister page Example For Callsign: <form> <label for="callsignLookup">Callsign</label> <input type="text" id="callsignLookup"> <input type="button" value="BrandMeister Profile" onclick="window.open('https://brandmeister.network/index.php?page=profile&call=' + document.getElementById('callsignLookup').value, '_blank');"> Submitted by Francis Heaney <frank@w2fjh.net> W2FJH