Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active March 21, 2017 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/d22a1e61d2120eeb0dc3c48beb1d297f to your computer and use it in GitHub Desktop.
Save Shelob9/d22a1e61d2120eeb0dc3c48beb1d297f to your computer and use it in GitHub Desktop.
Open a Caldera Forms modal using JavaScript See: https://calderaforms.com/doc/opening-caldera-forms-modals-using-javascript/
/**
Open a Caldera Forms modal using JavaScript
See: https://calderaforms.com/doc/opening-caldera-forms-modals-using-javascript/
*/
// make sure to update your modal ID correctly
var inst = jQuery('[data-remodal-id=modal-CF57c636ca55e76]').remodal();
inst.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment