Modal on form submission?

On submitting the form i need to show response in bootstrap modal in codeigniter without using ajax how i can achieve this?

To be clear, this is what you want?

  • User submits form
  • Server returns response page
  • New response page displays with a modal open

Not that it can’t be done, only that I associate modals with client-side code so to me it seems like a foreign way to do it.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.