PHP code example of cedricziel / formengine-map
1. Go to this page and download the library: Download cedricziel/formengine-map library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
cedricziel / formengine-map example snippets
'tx_formenginemap_address' => [
'exclude' => 0,
'label' => 'Map',
'config' => [
'type' => 'text',
'renderType' => 'cz_map',
'cols' => 40,
'rows' => 15,
'eval' => 'trim',
'size' => 50,
'default' => '',
],
],