<div class="container">
<div class="row" style="padding-top: 240px;">
<a href="#" class="btn btn-large btn-primary" rel="popover"
data-content="<form><input type="text"/></form>"
data-placement="top" data-original-title="Fill in form">Open form</a>
</div>
</div>
I’m guessing that I would store the form contents within a javascript function…
Either replace double quotes around
type="text"within single quotes, Like:OR
Replace Double quotes wrapping
data-contentwith single quote, Like: