// C2C Customisation: Manually loading these Umbraco Forms scripts here to bypass Cloudflare Rocket Loader blocking/altering them.
// When upgrading to a newer Umbraco Forms version, check if 'Html.AddFormThemeScriptFile()' has been updated to accept custom HTML attributes (like data-cfasync="false").
// If it does, revert this workaround and move these script registrations back to their respective form partial views.
// Updated on: 24/07/2026
// End C2C Customization