Here is the code I have for an input field within Bootstrap:
<div class="form-group">
<label for="f2">F</label>
<input type="text" class="form-control" name="f2" id="f2">
</div>
I also have a separate .js script that needs to receive the user's input. How can I access the user input with my .js script?