Swashata has written 259 articles

Hi there, I am the Lead Developer at WPQuark.com. I love to create something beautiful for WordPress and here I write about how to use them. When I am not working, usually I am doing a number of other creative things ;).

eForm Developer’s Handbook

Starting version 3.0.0 we have published documentation for developer’s APIs and built in functionalities that you can use directly. These APIs come handy in case you want to extend eForm and/or develop your own addon to incorporate newer functionality. Please browse all the available APIs below. [notification type=”alert-info” close=”false” ]This tutorial assumes that you have…

Example: Adding custom settings to eForm Forms

With the help of FSQM’s built in APIs, it is possible to create and store custom settings variables for individual forms. Please check the snippet below to get started. Snippet Output The snippet above, when inserted properly in your plugin, would generate the following output. Populated Horizontal tab with options elements Populated Horizontal tab with…

Adding LaTeX formula inside your form

Starting version 2.5.0 eForm supports LaTeX implementation inside your form. It can be integrated to any richtext element or any question element which has options in it (like Single Options, Multiple Options, Sortable etc). Installing required plugin To get started you first need to install a plugin that provides LaTeX. You have two options: Install and…