Maybe I'm missing something simple, but I attempting to create a form inside a well that has two columns and I can't get it to work.
Simple example: <form> <div class="well"> <div class="span4"> [form elements] </div> <div class="span4"> [more form elements] </div> </div<!-- /well --> </form> Can you not put column spans inside a well? Even a single column span appears to break it.
