
Tips on how to Create Kinds Utilizing Slides and Accumulate Knowledge on Static.app
Net types are in all places. Nearly each particular person on this planet who makes use of the web will fill in no less than one type often.
An online type, additionally known as an HTML type, is an important a part of an internet site that enables consumer enter both with info or recordsdata just like a paper doc. Net types are rendered in browsers utilizing HTML and associated web-based applied sciences.
Amassing knowledge with types isn’t a simple process and requires exterior instruments, third-party applied sciences and providers to get arrange.
Type submissions might be collected or processed in a number of methods both through:
- A client-side programming language (corresponding to JavaScript and associated frameworks)
- A server-side programming language (corresponding to PHP, Ruby, and Python)
- Or any programming language or platform that may deal with type knowledge assortment.
Whereas you need to use any of those strategies to gather your type knowledge, there are methods to generate type templates with out studying hardcore programming and even touching quite a few traces of codes corresponding to utilizing a pre-built type.
On this tutorial, I’m going to stroll you thru how one can shortly generate types with Slides which you need to use with the Static.app static-form characteristic to gather, entry, and handle your type submissions.
On-line E mail Template Builder
With Postcards you may create and edit e mail templates on-line with none coding expertise! Consists of greater than 100 parts that will help you create customized emails templates sooner than ever earlier than.
Strive FreeOther Merchandise
Slides is a static web site generator that’s used to create lovely, animated, static web sites in a matter of minutes. It comes with native parts and modules which might be straightforward to customise that will help you execute your net design concepts in just a few clicks.
However, Static.app is a static web site internet hosting answer with a one-click drag and drop characteristic that may unpack your archive and create a URL for every web page in a matter of minutes.
Video Model
With out additional ado let’s get began.
Utilizing Slides to generate a pre-built contact type
Slides makes it straightforward for anybody to create contact types utilizing its pre-built themes. With a view to generate a contact type theme, head to designmodo.com/slides.

To start out, we have to both join an account on Designmodo.
Notice: To ensure that us to make use of the slides contact type theme, we’d like to enroll in a Enterprise or Company Account.
After logging in to our account, we have to create a brand new challenge by clicking the “new challenge” field on our slides dashboard, and a modal window will pop up.

From the modal, we will title our challenge, area, and outline in response to our liking as seen within the picture beneath.
For instance, I’ll title our challenge “contact-form” and put an outline of “It is a contact type“. I’ll go away the area clean for now since we’re going to add this on Static.app. To create this challenge, we have to click on on the “Create” button as seen within the picture beneath.

Subsequent, we have to create a web page. On the create web page dashboard, click on on the “new web page” field and one other modal will pop up on the display screen.
From right here, we will placed on our most well-liked title and it’ll auto-generate the title and file title for us. Moreover, we will additionally put our desired web page description and tick on the “Allow for Obtain” to have the ability to obtain the web page later.
For instance, we’ll title this web page as “contact” and put a web page description of “It is a demo contact web page.” To create this web page, we have to click on on the “Create” button as seen within the picture beneath.

After creating the web page, we shall be redirected to the slides web page the place we will choose a template of our selection.
Since we wish to work on a contact type merely scroll down on the slides web page and choose “Slide 55” as seen within the picture beneath.

Subsequent, to obtain this contact type template, head on to the Pages dashboard by clicking on the “Pages” button on the higher left nook of the display screen.

From right here, we’ll see the contact type template that we’ve added. To obtain this, merely click on on the three vertical dots icon on the decrease a part of the contact web page and choose “Obtain” as seen within the picture beneath.


A brand new modal will then pop-up which can allow us to obtain the web page template in zipped format by clicking on the “Obtain” button.
Importing and modifying code on Static.app
Now that we have now the downloaded model of our contact web page, let’s head to Static.app and add our web site. After logging in to our account, click on on the “New Web site” field and it’ll redirect us to the add web page as seen within the photographs beneath.
From right here, we have to drag and drop our zipped model of the slides contact web page that we downloaded.


As soon as the web site is uploaded, we will title the web site to our most well-liked title, description, and sub-domain. For the sake of the instance, we’ll go away the setup for each the title of the web site and the sub-domain to its default auto-generated setup and easily click on on the “Save Adjustments” button as seen within the picture beneath.

Subsequent, we have to edit the code of the slides contact web page so head on to the Pages dashboard and click on on the three vertical dots icons. Afterward, click on on the “Edit Code” and it’ll redirect you to the code editor.


With a view to make our slides contact web page work, we have to put the static-form static-form-id=”contact_form” attributes inside our <type> tag after which click on on the “Save Adjustments” button. The static-form attribute lets you acquire any knowledge from types. Whereas static-form-id=”contact_form” will create a brand new database known as “contact_form” the place all of our knowledge submissions shall be saved.
The <type> tag ought to appear like this:
<type static-form static-form-id=”contact_form” id=”contact-form” methodology=”submit” class=”slides-form vast” data-ajax-form=”true”>
Lastly, if we go to our contact web page hyperlink through yourdomainame.static.app/contact which is the sub-domain we arrange for this web site, we’ll see the identical output because the picture beneath.

Now it’s time to check our slides’ contact web page type. Let’s replenish some info on the contact type and click on on the “Ship Message” button. As soon as the shape is submitted, the button textual content will change from “Ship Message” to “Completed” as seen within the photographs beneath.

Managing contact type submissions
Now to test the shape submissions for this type, click on on the “Kinds” hyperlink on the highest menu and you will note the record of type databases that you’ve in your web site.

If you’ll bear in mind, we named our database “contact_form” after we set it up on our <type> tag above. So in the event you go and click on on the “contact_form” hyperlink, it’ll record your entire type submissions for this database as seen within the picture beneath.
With a view to test the contents of every type submission, merely click on on the merchandise you wish to test and a modal with the shape submission info will pop up.

Clicking on the three vertical dots on the precise nook of the merchandise you wish to view adopted by clicking the “View Entry” hyperlink could have the identical output as seen within the picture beneath.

Moreover, you can even delete an merchandise or mark an merchandise as spam by clicking on the “Mark as Spam” or “Take away” hyperlink.
Wrapping up
Slides make it straightforward for us to generate types and pages with superbly coded superior designs. You possibly can shortly create your personal UI design in only a matter of seconds. On the high of all of it, you may customise it in response to your liking.
However, Static.app simplifies the administration of type submissions utilizing the static-form characteristic.
Combining these two collectively will make your contact web page creation easy. You don’t even should cope with exterior SMTP providers and applied sciences and even to be taught hardcore programming so as to have a correctly working contact type.