Bootstrap 是否在索引上显示引导警报?

vhipe2zx  于 2022-12-16  发布在  Bootstrap
关注(0)|答案(1)|浏览(128)

当我的index.php出错或正确时,我怎样才能成为 Bootstrap 警报?我希望 Bootstrap 在下面显示警报
你能帮我一下吗?
感谢您的时间和帮助。
这里是index.php https://jens-bruening-fotografie.com/pages/index.php

yhqotfr8

yhqotfr81#

尝试像下面,当输入表格数据为联系人请求你可以这样使用,

<div class="alert alert-success">
  <strong>Success!</strong> Message Send Successfully.
</div>

<div class="alert alert-info">
  <strong>Info!</strong> Please fill below form.
</div>

<div class="alert alert-warning">
  <strong>Warning!</strong> Enter Detail Message.
</div>

<div class="alert alert-danger">
  <strong>Danger!</strong> Please enter email id , required.
</div>

相关问题