New: The modal block button will now have a default "Click here" text instead of an empty input to make quick testing easier. New: The modal close button will now longer appear in the block preview
Bootstrap Forms Modal v3.0.1
Fix: Modals were hidden when the Formidable Bootstrap add on was also active. Fix: Modals made with the [frmmodal-content] shortcode were missing a backdrop.
Bootstrap Forms Modal v3.0
New: A Gutenberg block has been added to make modals easier to embed. New: A new frm_modal_link filter has been added for customizing the modal link trigger HTML.
Bootstrap Forms Modal v2.0
Add a new shortcode format for more flexibility. Now you can include whatever you'd like in the modal. [ frmmodal-content]content here[/frmmodal-content] Add frm_modal_shortcode action hook. This is
Bootstrap Forms Modal v1.04
Allow size=small or size=large to change the modal size Add modal_title parameter to the shortcode Make sure modal works when no forms are present on the page Fix plugin URI
Bootstrap Forms Modal v1.03
Make sure multiple modals on a page work correctly
Bootstrap Forms Modal v1.02
Show an icon to close the modal Allow any shortcode to be used for the modal content. For example, use [ frmmodal type="frm-login" label="Login"] to show a login form when the registration plugin is
Bootstrap Forms Modal v1.01
Allow classes to be added to the modal link. [ frmmodal id=5 label="click here" class="your classes here"]