Page one has a "Request Feedback" button. Page two has a email form with different <.option> for feedback, comment, questions.
Is there a way to make it so that when you click the "Request Feedback" button, it redirects you to Page two and automatically sets the <.option> to feedback?
<select name="subject" id="subject">
<option value="feedback">Feedback</option>
<option value="comment">Comment</option>
<option value="question">Questions</option>
</select>