# cf7-grid-layout/4.12/admin/partials/pointers/cf7sg-pointer-shortcodes.php

Smart Grid-Layout Design for Contact Form 7, version 4.12. 6 lines.

- Page: https://pluginprobe.com/plugins/cf7-grid-layout/4.12/code/admin/partials/pointers/cf7sg-pointer-shortcodes.php
- Raw: https://pluginprobe.com/plugins/cf7-grid-layout/4.12/raw/admin/partials/pointers/cf7sg-pointer-shortcodes.php
- Modified: 2018-12-22T20:05:28+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.12/code/admin/partials/pointers/cf7sg-pointer-shortcodes.php#L10-L20`.

```php
<?php

 ?>
<h3 class="cf7sg-pointer"><?=__('Portable Shortcodes', 'cf7-grid-layout')?></h3>
<p><?=__('CF7 Smart Grid extension replaces the Contact Form 7 shortcodes with a more portable one.  Instead of using an ID, the Smart Grid uses the unique <em>cf7Key</em>, which is non other than the slug of the wpcf7_contact_form post, which remains fixed when you export/import your forms and port them to a new server.  Happy coding!','cf7-grid-layout')?></p>

```
