Swashata has written 257 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 ;).

APIs on form builder & plugin menu modification

Following APIs are available for modifying form builder and eForm plugin menu. Filter: ipt_fsqm_admin_tab_settings The ipt_fsqm_admin_tab_settings filter is used to filter the form builder settings tabs. Filter Uses When being called, it passes two parameters. First one is an associative array of settings tabs and their callback functions. The second is the IPT_FSQM_Form_Elements_Admin object that has…

Make the form automatically save progress

Activate auto save feature

Starting eForm version 2.6.0, we have introduced auto save functionality. The advantage is, your form would be saved automatically as you make progress right on the client’s browser. If the client decides to close the form and comes back after a few days later, then it will be restored. The data is kept for 30 days…