PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.10.2
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.10.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 / views / form-not-found.php

form-not-found.php in Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder 2.10.2, at views/form-not-found.php

28 lines 610 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <title>Document</title>
8 <style>
9 body {
10 background-color: hsla(215, 79%, 96%, 100%);
11 font-family: 'Roboto', sans-serif;
12 }
13 .not-found {
14 display: flex;
15 justify-content: center;
16 align-items: center;
17 }
18 .not-found h1 {
19 color: hsla(0, 100%, 50%, 100%);
20 }
21 </style>
22 </head>
23 <body>
24 <div class="not-found">
25 <h1>Form not found</h1>
26 </div>
27 </body>
28 </html>