📜 ⬆️ ⬇️

Algorithm for creating multipage web forms in MyTaskHelper

This post is dedicated to the detailed algorithm for creating any multipage web form. It would seem that the fewer elements (fields, separators, sections, and eventually villages) on the form, the better both in terms of usability and in terms of conversion. But it happens that it is not possible to simplify forms and it is necessary to resort to splitting them into several pages. For example, this may be necessary when filling out a long questionnaire, making an application for the purchase of goods, adding employee information to the personnel department database.

Let's make this form using our service MyTaskHelper . Go to the menu "Forms" → "Create a new form" → "Create a form from scratch." Here we also enter the necessary name for the future web form. We have this "Order goods with delivery" (Fig. 1).


Fig. one


Add the required fields to the form. We will have it:



Adding fields, do not forget to specify validation options. We have this "can not be empty."



A preview of the form (Fig. 2) shows that the module is quite large and does not interfere with breaking it into several pages. For this, MTH has a special type of field, namely “Page break” (it is located on the tab with delimiters).



Fig. 2


To give our online order web form a more pleasant appearance, after the “Index”, “E-mail for communication”, “Choose a convenient delivery method” and “Choose a convenient payment method” fields, we embed such a separator (“Page break”) .


After setting up a web form design, we get a result that is no longer embarrassing to embed in any site:

Fig. 3


image

Fig. four


image

Fig. five



Fig. 6


image

Fig. 7


Such a cute 5-page form turned out :) And for those who wish to test the resulting module personally, I leave a link to the newly created form: tynts .


In the following publications I will talk about the rules for the fields, with the help of which the product order form described above will become even more interesting and functional.


And look at the material that represents the MTH as a whole, it is possible in this habratopic .


')

Source: https://habr.com/ru/post/323368/


All Articles