Sorry - still a beginner - How do I dynamically create action url using the input text from the user?
 <form name="myInstitution"  action="" method="GET">
        <div>
            <label for="names" class="bold">Institution Name</label>
            <input id="names" name="schoolName" type="text"></input>                
        </div>
        <div class="bold"></div>
        <div>
            <input type="submit" value="Submit" id="sbutton" name="submit" />
            <input type="reset" value="Reset" />
        </div>
    </form>
 
     
     
    