# bit-form/V_3.0.0/assets/wp_index.html

Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator &amp; Custom Form Builder, version V_3.0.0. 28 lines.

- Page: https://pluginprobe.com/plugins/bit-form/V_3.0.0/code/assets/wp_index.html
- Raw: https://pluginprobe.com/plugins/bit-form/V_3.0.0/raw/assets/wp_index.html
- Modified: 2026-03-18T07:22:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/bit-form/V_3.0.0/code/assets/wp_index.html#L10-L20`.

```html
<?php if (!defined('ABSPATH') && !defined('BITFORMS_ASSET_URI')) { exit; } ?>

<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="btcd-app">
  <div
    style="display: flex;flex-direction: column;justify-content: center;align-items: center;height: 90vh;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">
    <img alt="bitform-logo" class="bit-logo" width="70" src="<?php echo BITFORMS_ASSET_URI; ?>/img/logo.svg">
    <h1>Welcome to Bit Form.</h1>
    <p>Modern Form builder and entries management plugin for Wordpress</p>
  </div>
</div>
<script>
  const { backgroundColor } = window.getComputedStyle(document.querySelector('#wpadminbar'))
  document.querySelector('#wpbody').style.backgroundColor = backgroundColor
  document.querySelector('#wpcontent').style.paddingLeft = 0
</script>

<?php if(defined('BIT_DEV_URL') && BIT_DEV_URL){ ?>
<script type="module">
  import RefreshRuntime from "<?php echo BIT_DEV_URL; ?>/@react-refresh"
  RefreshRuntime.injectIntoGlobalHook(window)
  window.$RefreshReg$ = () => { }
  window.$RefreshSig$ = () => (type) => type
  window.__vite_plugin_react_preamble_installed__ = true
</script>
<script type="module" src="<?php echo BIT_DEV_URL; ?>/@vite/client"></script>
<script type="module" src="<?php echo BIT_DEV_URL; ?>/index.jsx"></script>
<?php } ?>
```
