<?php

include_once ENVIALO_DIR . "/clases/EnvialoSimple.php";
include_once ENVIALO_DIR . "/clases/Formularios.php";
$ev = new EnvialoSimple();
$ev->checkSetup();
if (isset($GLOBALS["APIKey"])) {
    $fo = new Formularios();
    $formularios = $fo->mostrarFormularios();
} else {
    e_('Problema en la Configuración del Plugin', 'envialo-simple');
}
?>


<?php 
include_once ENVIALO_DIR . "/paginas/header.php";
?>
    
    <script type="text/javascript"> 
       
      jQuery(document).ready(function(){
                    
          jQuery("#modal-obtener-codigo").dialog({
                autoOpen : false,
                height : "500",
                width : "999",
                modal : true,
                position:"top",              
                title : "Obtener Código",
                close : function(event, ui) {