Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Multiple scripts can be added to this tag by separating the different scripts with a comma.

Note

In order to always use the latest version of the scripts, make sure to wrap the include in dynamic tag.

recaptcha_scripts

If you are using reCaptcha for your forms, you need to add {% include_plate_scripts "recaptcha_scripts" %} somewhere on the page that has the form on it. The form will not be submitted if the scripts are not included on the page! You will receive the following JS error: executeRecaptcha is not defined if it's not included.

...