I have 3 options on my page: breakfast, lunch and dinner. When you hover over them there's a request button to select a meal. This brings up a modal form that lets people choose different meals in a form.I would like to add the meal IN ADDITION to the meal type. The only way I can find out the meal type though is if I somehow pass this information to 1) the modal dialog and 2) the submit button there.How would I do these two things?Relevant Code:Template\[code\] <div class="row-fluid"> <div class="span12 hero-unit"> <div class="row-fluid"> <h3> What Type of Meal Is It- Breakfast Lunch or Dinner? </h3> </p> <br> </div> <div class="row-fluid align-center"> <div class="span4"> <div> <div class="library-image-parent"> <img src="http://stackoverflow.com/questions/13782865/{{ STATIC_URL }}images/breakfast.png" width="200" height="160" alt="1" /> <div class="options"> <ul class="unstyled" style="font-size:16px;"> <div class="span11" style="text-align:center;"> <a href="http://stackoverflow.com/questions/13782865/#myModal" role="button" class="btn btn-success" data-toggle="modal">Request A Meal</a> </div> </div> </div></div> </div>\[/code\]Modal Form for Making a Meal Request\[code\]<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">