<?php 

   /* --------------------------------------------------------------------------------------------
    * You'll find you account number and secret webhook key on https://formsmarts.com/account/view
    * --------------------------------------------------------------------------------------------
    */

    // Paste your account number below (e.g. FSA-123456)
    const $formsmarts_account_num = "";
    // Paste your Webhook Key below
    const $formsmarts_secret_key = "";

?>
