Introduction

Introduction

Welcome to the documentation for Multi-Step Form Creator (MSFC), a WordPress plugin developed by Houdart for IDES Ramboer NV. This plugin is designed to simplify the process of creating multi-step forms on your WordPress website.

How does it work in a nutshell?

The plugin adds a new post type to your WordPress website called msfc_form. You can create a new form by adding a new post of the type msfc_form. Each form consists of one or more Steps. Each step consists of one or more Fields. Each field is a specific type of input, such as a text field, a dropdown, a checkbox, etc.

Then, you can add the form to your website by using the shortcode [ides_msfc_form id="123"], where 123 is the ID of the form you want to display. You can get this code by going to the Forms page in the WordPress admin panel and clicking on the Copy shortcode button next to the form you want to display.


Read next: Creating a form