4
Kaji
5y

Building a site in Foundation 6, and there's a form where users may need to add new possible entries to a pool of valid choices, so I've got a second form that loads in a modal below the main form.

The second form loads fine, but when I try to use AJAX to submit the form and process things without leaving the page, Foundation stops working.

jQuery(document).ready() breaks it.

Just doing jQuery('form.ajax_form').ajax() without the .ready() wrapper breaks it, too.

Going to just wall it off as a beta feature for now, but if anyone has any idea why it isn't working, I'm all ears.

Comments
Add Comment