# bit-form/1.2/views/view-root.php

Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator &amp; Custom Form Builder, version 1.2. 5 lines.

- Page: https://pluginprobe.com/plugins/bit-form/1.2/code/views/view-root.php
- Raw: https://pluginprobe.com/plugins/bit-form/1.2/raw/views/view-root.php
- Modified: 2020-12-28T13:18:40+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/1.2/code/views/view-root.php#L10-L20`.

```php
<?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 class="bit-logo" width="70" src="<?php echo BITFORMS_ASSET_URI; ?>/img/logo.svg" alt="bitform-logo"><h1>Welcome to Bit Form.</h1><p>Modern Form builder and database management system for Wordpress</p></div></div><script async src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.16.8/xlsx.full.min.js"></script>
```
