1. Go to this page and download the library: Download xpertbot/craft-wheelform 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/ */
xpertbot / craft-wheelform example snippets
return [
'purgeMessages' => true, //True / False value to allow Cron Job to go
'purgeMessagesDays' => 30, //Number of days messages should live in your database
];
return [
'forms' => [
// ID of form
3 => [
// This is the email to use for this specific form
'from' => '[email protected]',
],
5 => [
// This can also be an array with a custom name
'from' => [
'[email protected]' => "Form 5 Custom Name",
]
]
]
];