Overview

Overview

To build and display your form, you have to include four PHP code blocks:

  1. The first block at the very beginning of your page to include the autoloader and build the form.
  2. The second block in your <head></head> section to call required css files for plugins.
  3. The third block in <body></body> section to render your form.
  4. The fourth block just before </body> to call required js files and js code to activate plugins.