PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 3.2.2
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v3.2.2
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 / assets / wp_index.html

wp_index.html in Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder 3.2.2, at assets/wp_index.html

28 lines 1.3 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 entries management plugin for Wordpress</p>
10 </div>
11 </div>
12 <script>
13 const { backgroundColor } = window.getComputedStyle(document.querySelector('#wpadminbar'))
14 document.querySelector('#wpbody').style.backgroundColor = backgroundColor
15 document.querySelector('#wpcontent').style.paddingLeft = 0
16 </script>
17
18 <?php if(defined('BIT_DEV_URL') && BIT_DEV_URL){ ?>
19 <script type="module">
20 import RefreshRuntime from "<?php echo BIT_DEV_URL; ?>/@react-refresh"
21 RefreshRuntime.injectIntoGlobalHook(window)
22 window.$RefreshReg$ = () => { }
23 window.$RefreshSig$ = () => (type) => type
24 window.__vite_plugin_react_preamble_installed__ = true
25 </script>
26 <script type="module" src="<?php echo BIT_DEV_URL; ?>/@vite/client"></script>
27 <script type="module" src="<?php echo BIT_DEV_URL; ?>/index.jsx"></script>
28 <?php } ?>