What do you need to do?


Build HTML forms without typing?

Just sign up and create your form. Publish it and save the source.

Manage your forms (or get your users too) and pull them into your site.

Sign up and create an account.

Integrate multiple forms via APIs

We can host the forms for you and push the data to where ever you need it. All data can be sent to your endpoint either via your setup or our JSON API. Contact us for more details.



What we do:

Bootstrap Logo

We code our forms to Bootstrap Version 5. If you are not using Bootstrap then you can target your CSS at each element using its id_*** parameter.

"No-Code" Form Building

We provide a "no-code" way for users to build forms and link them back to their applications and web sites. This means that novice users and seasoned developers can create a functioning HTML form that is mobile responsive and works as intended in a few simple steps.

This could help you design a new form for your site in HTML without actually knowing HTML or as a developer save you a few key strokes in setting up your UI. Forms get very tedious very quickly and this frees you up to focus on your logic. Worst case you can make changes down the track more to your liking but at least you will have a functioning form.

Form Building & Hosting

All of our forms can be used externally by including them into your application or web page. There are many ways to achieve this but using PHP our example works like this:

<?php echo file_get_contents("https://www.flecbase.com/forms/view?frm=1-b7cf1b126a4dc6e3897a3edbe871f5e3"); ?>

We have plans to build out more discrete sharing methods but for most uses this method will suffice.


A really strong needs case for this service is a company with many brands but one back end. If they have say 30 sites and forms to maintain then a change on FlecBase updates them all at once and they will be operational from the next page load


Form & Data Processing

Naturally there are two parts of the form process. Firstly the "how" a form captures data and then the question of where it goes to. We offer commercial services in building up a form collection and normalizing the data. For example you might have several country based forms that utilize and label address information in different ways (eg: zip vs postcode) but you want the responses collated into a single back end schema.

We can help you manage this process either by direct submission or collecting the data on your behalf and offering you an API to consume it in one clean format. Contact us to discuss your needs.



The Process:

Yes! This is there is all to it!
Design the form

Create some ugly HTML
https://www.flecbase.com/forms/view?frm=1-b7cf1b126a4dc6e3897a3edbe871f5e3

This form can be submitted/tested to our sandbox page that shows a JSON response for readability.


Style it in your appllication or site using CSS https://www.flecbase.com/example.php

This form can be submitted/tested to our sandbox page that shows a JSON response for readability.

.row-spacing {
	margin-bottom: 8px;
}

hr {
	position: relative;
	top: 20px;
	border: none;
	height: 12px;
	background: black;
	margin-bottom: 50px;
}

legend {
	border-radius: 8px;
	background: #cecece;
	padding: 8px;
	box-shadow: 2px 3px #888888;
}