Showing 1 – 1 of 1 replies
meroomaher

Please I can not use the modal y […]

meroomaher PURCHASED
9 years ago
Please I can not use the modal y ?

<head runat="server">
<title>Untitled Page</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
<a href="#test1" data-toggle="modal">test </a>
<div class="modal fade" id="test1" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<p>
Contact Test</p>
</div>
<div class="modal-body">
<p>
this is test test
</p>
</div>
<div class="modal-footer">
<p>
footer</p>
</div>
</div>
</div>
</div>
</div>
</form>


<script src="js/bootstrap.min.js" type="text/javascript"></script>

<script src="js/jquery.js" type="text/javascript"></script>
</body>
ThemeGuru
ThemeGuru SELLER
9 years ago
Hi meroomaher,

If I get it right you want a form in a modal ?