Topic: Scrollable Modal
DaMaxl premium asked 4 years ago
Hi Guys,
What am i doing wrong, that the scrollable Modal is not working?
here you can find the snippet: https://mdbootstrap.com/snippets/jquery/damaxl/2103648?action=forum_snippet#
do you have an idea?
thnx in advance for your help
BR, Max
Grzegorz Bujański staff answered 4 years ago
You put all content to form
<div class="modal-content">
<form id="contact-formNew" name="contact-formNew" action="_pages/_kitchenconfig/adm_newKitchConfig.php" method="POST">
<div class="modal-header">
...
</div>
<div class="modal-body">
...
</div>
<div class="modal-footer">
...
</div>
</form>
</div>
Try put only modal body to form:
<div class="modal-content">
<div class="modal-header">
...
</div>
<div class="modal-body">
<form id="contact-formNew" name="contact-formNew" action="_pages/_kitchenconfig/adm_newKitchConfig.php" method="POST">
</form>
</div>
<div class="modal-footer">
...
</div>
</div>
DaMaxl premium commented 4 years ago
Perf...thnx!!!!
best Man!!
DaMaxl premium commented 4 years ago
thnx for the hint...i placed the form to the top...so it works well.... Top hint!!!
THNX Grzegorz
Grzegorz Bujański staff commented 4 years ago
I'm glad I could help :)
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Premium
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: 4.18.0
- Device: Laptop
- Browser: google chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes
Grzegorz Bujański staff commented 4 years ago
Hi. Unfortunately snippet doesn't work. It looks like it has been marked as private or deleted. Maybe you just didn't click publish?
DaMaxl premium commented 4 years ago
hmmm,
is this snippet working?
https://mdbootstrap.com/snippets/jquery/damaxl/2110188?action=forum_snippet# its public and published