# cf7-grid-layout/4.5/admin/partials/cf7-default-js.php

Smart Grid-Layout Design for Contact Form 7, version 4.5. 11 lines.

- Page: https://pluginprobe.com/plugins/cf7-grid-layout/4.5/code/admin/partials/cf7-default-js.php
- Raw: https://pluginprobe.com/plugins/cf7-grid-layout/4.5/raw/admin/partials/cf7-default-js.php
- Modified: 2020-11-26T10:28:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/cf7-grid-layout/4.5/code/admin/partials/cf7-default-js.php#L10-L20`.

```php
<?php
//default js script to be inserted into the admin editor.
 ?>
(function($){
  /*
  Place your custom JavaScript code in this file.
  It will be loaded on the pages where your form is displayed.
  The file is saved in your theme folder: /<?=$js_file?>
  */
})(jQuery)

```
