Test Form Modal

Your link to show the form just needs these special parameters in “a” tag:

data-toggle=”modal” href=”#form-modal-window”

Example: Show me the form!

You can also add this functionality to any HTML element, but it needs to be slightly different in those cases:

data-toggle=”modal” data-target=”#form-modal-window”

Example for adding it to a “p” tag:

Show me the form!