PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.0
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.0
V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 2.10.2 All 137 releases
bit-form / v1 / views / view-root.php

view-root.php in Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder 2.0, at v1/views/view-root.php

24 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if (!defined('ABSPATH') && !defined('BITFORMS_ASSET_URI')) { exit; } ?>
2
3 <noscript>You need to enable JavaScript to run this app.</noscript>
4 <div id="btcd-app">
5 <div
6 style="display: flex;flex-direction: column;justify-content: center;align-items: center;height: 90vh;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
7 <img alt="bitform-logo" class="bit-logo" width="70" src="<?php echo BITFORMS_ASSET_URI; ?>/img/logo.svg">
8 <h1>Welcome to Bit Form.</h1>
9 <p>Modern Form builder and database management system for Wordpress</p>
10 </div>
11 </div>
12 <script defer type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.16.8/xlsx.full.min.js"></script>
13
14 <?php if(defined('BIT_DEV') && BIT_DEV){ ?>
15 <script type="module">
16 import RefreshRuntime from "<?php echo BIT_DEV; ?>/@react-refresh"
17 RefreshRuntime.injectIntoGlobalHook(window)
18 window.$RefreshReg$ = () => { }
19 window.$RefreshSig$ = () => (type) => type
20 window.__vite_plugin_react_preamble_installed__ = true
21 </script>
22 <script type="module" src="<?php echo BIT_DEV; ?>/@vite/client"></script>
23 <script type="module" src="<?php echo BIT_DEV; ?>/index.jsx"></script>
24 <?php } ?>