Scrollable Modal


Topic: Scrollable Modal

DaMaxl pro premium asked 11 months 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 commented 10 months 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 pro premium commented 10 months ago

hmmm,

is this snippet working?

https://mdbootstrap.com/snippets/jquery/damaxl/2110188?action=forum_snippet# its public and published


Grzegorz Bujański staff answered 10 months 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 pro premium commented 10 months ago

Perf...thnx!!!!

best Man!!


DaMaxl pro premium commented 10 months 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 10 months ago

I'm glad I could help :)


Please insert min. 20 characters.
Status

Answered

Specification of the issue
  • User: Pro
  • Premium support: Yes
  • Technology: jQuery
  • MDB Version: 4.18.0
  • Device: Laptop
  • Browser: google chrome
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: Yes
Tags
div