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 standalone permalink

Filter: ipt_fsqm_standalone_base Used to modify the standalone permalink base of eForm forms. Filter Uses Accepts one argument, a string which represents the original base. Source Located in classes/class-ipt-fsqm-form-elements-static.php. Filter: ipt_fsqm_standalone_permalink Used to modify standalone permalink parts. Filter Uses Accepts one argument, an associative array of permalink parts. Source Located in classes/class-ipt-fsqm-form-elements-static.php

APIs on form output

Hook: ipt_fsqm_hook_form_before Triggered right before the output of the actual form. This is triggered only if the form is submitable. Hook Uses Accepts one parameter, a reference to the IPT_FSQM_Form_Elements_Front object. Source Located in classes/class-ipt-fsqm-form-elements-front.php. Hook: ipt_fsqm_hook_form_after Triggered right after the form output. Triggered only if the form is submitable. Hook Uses Accepts one parameter,…

APIs on label and richtext output handling

Filter: ipt_uif_richtext This filter is used to modify the richtext contents of element descriptions. Filter Uses Accepts one argument, the HTML string (rich text). Source Located in multiple sources Filter: ipt_uif_label Used to modify the output of form elements’ labels. Filter Uses Accepts one parameter, the label HTML (string). Source Located in multiple sources

APIs on third party integrations

Hook:ipt_fsqm_hook_integration Triggered when a submission is saved for the first time by a user and all predefined integrations have been processed. Hook Uses Accepts one argument, a reference to the IPT_FSQM_Form_Elements_Data object. Source Located in classes/class-ipt-fsqm-form-elements-data.php. Filter: ipt_fsqm_integration_settings_tabs The ipt_fsqm_integration_settings_tabsĀ is used to extend the vertical tabs inside the integration settings. It comes in handy when…

APIs on file upload handling

Hook: ipt_fsqm_hook_save_fileupload Triggered when saved files are updated after a successful submision save. Hook Uses Accepts one argument. A reference to IPT_FSQM_Form_Elements_Data object. Source Located in classes/class-ipt-fsqm-form-elements-data.php. Filter: ipt_fsqm_files_blacklist Used to add/remove file extensions from upload blacklists. Added extensions would not be accepted by the file uploader. Filter Uses Accepts one argument, an array of…