eForm https://eform.live/ Ultimate WordPress Form Builder Sat, 19 Jul 2025 18:53:44 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.5 https://eform.live/wp-content/uploads/2019/01/cropped-favicon-150x150.png eForm https://eform.live/ 32 32 122185099 Using native select and configure search for dropdown element https://eform.live/fsqm/fsqm-form/using-native-select-and-configure-search-for-dropdown-element/ Mon, 24 Feb 2025 05:28:45 +0000 https://wpquark.com/kb/?p=57710 Starting v4.19, eForm allows to use native select element for your dropdowns. Traditionally we’ve been using select2 but we understand cases where a native select element will make more sense in the form aesthetics. When configuring the Dropdown element, simply select Use Native Select to change the type. Configuring Search Now the search of the […]

The post Using native select and configure search for dropdown element appeared first on eForm.

]]>
Starting v4.19, eForm allows to use native select element for your dropdowns. Traditionally we’ve been using select2 but we understand cases where a native select element will make more sense in the form aesthetics.

Using native select eForm

When configuring the Dropdown element, simply select Use Native Select to change the type.

Configuring Search

Now the search of the dropdown is smarter and will appear only when there are more than 5 items. Regardless from the same configuration, you can choose to completely disable the search by disabling the toggle Show search.

The post Using native select and configure search for dropdown element appeared first on eForm.

]]>
57710
Adding dynamic numbering to tabs/pages https://eform.live/fsqm/fsqm-form/adding-dynamic-numbering-to-tabs-pages/ Mon, 24 Feb 2025 05:23:57 +0000 https://wpquark.com/kb/?p=57706 Starting version 4.19, eForm allows for adding dynamic numbering to tabs. This is useful when you want to conditionally hide/show tabs depending on the form. Go to the Tab/Page settings and put %%NUM%% in the title of the page. eForm will now automatically put the number (starting with 1) and will also update as pages […]

The post Adding dynamic numbering to tabs/pages appeared first on eForm.

]]>
Starting version 4.19, eForm allows for adding dynamic numbering to tabs. This is useful when you want to conditionally hide/show tabs depending on the form.

Go to the Tab/Page settings and put %%NUM%% in the title of the page.

eForm will now automatically put the number (starting with 1) and will also update as pages are shown/hidden per condition.

The post Adding dynamic numbering to tabs/pages appeared first on eForm.

]]>
57706
Releasing eForm Version 4.17 https://eform.live/release/releasing-eform-version-4-17/ Wed, 22 Sep 2021 05:03:01 +0000 https://eform.live/?p=1414 We are glad to announce the immediate availability of eForm Version 4.17. This has been a sponsored improvement by one of our awesome customers. It focuses primarily on page based scores and improving custom fields in integrations. Accept format strings and custom value in integration metadata eForm now accepts format strings or arbitrary hard-coded values […]

The post Releasing eForm Version 4.17 appeared first on eForm.

]]>
We are glad to announce the immediate availability of eForm Version 4.17. This has been a sponsored improvement by one of our awesome customers. It focuses primarily on page based scores and improving custom fields in integrations.

Accept format strings and custom value in integration metadata

eForm now accepts format strings or arbitrary hard-coded values in most of the third-party integrations.

New Score related Format Strings

The following new format strings have been added.

  • %SCORE_PAGE_1% – (String) Gets you a properly formatted score obtained / score total for the relevant page. (eg: 1,000 / 2,145 ).
  • %OSCORE_PAGE_1% – (Float) Gets you the score obtained for the relevant page.
  • %MSCORE_PAGE_1% – (Float) Gets you the maximum score (or “out of” score) of the relevant page.
  • %SCOREPERCENT_PAGE_1% – (String) Gets you properly formatted percentage score (eg: 76.45%).
  • %SCOREPERCENTRAW_PAGE_1% – (Float) Gets you numeric value of percentage score of the relevant page.

Read more about it here.

Additional Rows in Summary Table

Now you can customize rows in the summary table. You can any number of new rows, which can show:

  1. Value of a form element.
  2. Format String evaluation.
  3. Or, an arbitrary hard-coded value.

Please read more about it here.

The post Releasing eForm Version 4.17 appeared first on eForm.

]]>
1414
Adding additional rows and page based scores to the submission summary table https://eform.live/fsqm/form-submission-related/adding-additional-rows-and-page-based-scores-to-the-submission-summary-table/ Wed, 22 Sep 2021 04:52:20 +0000 https://wpquark.com/kb/?p=57655 With eForm v4.17, it is now possible to further customize the summary table. We will see how we can add new rows to the summary table and show scores obtained per page, instead of total score. Enabling Additional Rows First go to CONFIG > RESULT & EMAIL > SUMMARY TABLE. Now scroll down to the […]

The post Adding additional rows and page based scores to the submission summary table appeared first on eForm.

]]>
With eForm v4.17, it is now possible to further customize the summary table. We will see how we can add new rows to the summary table and show scores obtained per page, instead of total score.

Enabling Additional Rows

First go to CONFIG > RESULT & EMAIL > SUMMARY TABLE.

Now scroll down to the Show Additional Rows At configuration. Here you will need to select the position on the summary table where you’d like to show the additional rows.

Now click on the ADD NEW ROW button. This will present you with an UI very much like the custom fields settings in integration. You can choose any form field or format string or just a hard-coded value.

Showing Page Specific Scores

For the purpose of this documentation, we will add two rows for showing scores obtained on 1st and 2nd pages.

In the first row, we choose Custom Value for (X) and %SCOREPERCENT_PAGE_1% for {KEY}.

Similarly for the second row we choose %SCOREPERCENT_PAGE_2% for {KEY}.

Now when you see the summary table of a submission, you will notice the rows showing up.

The post Adding additional rows and page based scores to the submission summary table appeared first on eForm.

]]>
57664
Using Custom Values and Format Strings in Integrations additional fields https://eform.live/fsqm/fsqm-integration/using-custom-values-and-format-strings-in-integrations-additional-fields/ Wed, 22 Sep 2021 04:38:02 +0000 https://wpquark.com/kb/?p=57649 With eForm v4.17, it is now possible to send additional hard-coded strings or evaluate format strings in almost all integration settings. In this documentation article, we will see how to use the new configuration. Enabling Additional data If the integration you are working with, supports sending additional data, then enable it first. It is usually […]

The post Using Custom Values and Format Strings in Integrations additional fields appeared first on eForm.

]]>
With eForm v4.17, it is now possible to send additional hard-coded strings or evaluate format strings in almost all integration settings. In this documentation article, we will see how to use the new configuration.

Enabling Additional data

If the integration you are working with, supports sending additional data, then enable it first. It is usually under the section Send additional data as custom fields.

Adding Custom Values

Now click on the Add New Parameter button. From the dropdown under (X) select custom value.

Now in the {KEY} field, you can:

  • Enter a format string like %OSCORE%.
  • Or you can enter a hard-coded string like “This value will sent along the field”.

The system will automatically determine if you’ve entered a format string or a hard-coded value. Do note that concatenating format string isn’t possible at this moment.

Now when your users submit the form, it will send those fields with corresponding values.

The post Using Custom Values and Format Strings in Integrations additional fields appeared first on eForm.

]]>
57649
Releasing Version 4.16 https://eform.live/release/releasing-version-4-16/ Tue, 24 Aug 2021 06:05:39 +0000 https://eform.live/?p=1398 We are happy to announce the immediate availability for version 4.16 of eForm. This release comes with 3 new features, 1 bug fix and a surprise bonus. Elementor integration Now you don’t need to rely on shortcodes for elementor integration. eForm v4.16 comes with built-in widgets. Please see our documentation. reCaptcha for File Uploader While […]

The post Releasing Version 4.16 appeared first on eForm.

]]>
We are happy to announce the immediate availability for version 4.16 of eForm. This release comes with 3 new features, 1 bug fix and a surprise bonus.

Elementor integration

EFORM WIDGETS in Elementor

Now you don’t need to rely on shortcodes for elementor integration. eForm v4.16 comes with built-in widgets. Please see our documentation.

reCaptcha for File Uploader

While our file uploader is inherently secure, we have now added an extra layer of security. Enable reCaptcha and users will be able to upload files only after solving that. Please see more in our docs.

Additionally there has been a total of 3 new features and 1 bug fix. Please see our changelog.

Bonus

With the availability of v4.16, we are now including all our add-ons FREE in the main plugin. We are close to a total of 15000 sales and we would like to celebrate this moment with a lot of freebies for our customers.

The post Releasing Version 4.16 appeared first on eForm.

]]>
1398
Elementor integration with eForm https://eform.live/fsqm/fsqm-integration/elementor-integration-with-eform/ Mon, 23 Aug 2021 08:20:38 +0000 https://wpquark.com/kb/?p=57630 Starting version 4.16, eForm comes with direct elementor integration. Up until now, we’d suggested either shortcodes or Widgets to embed forms and popups in Elementor. Now you can put eForm forms and popups directly in Elementor builder. Insert eForm Form in Elementor Edit your page with elementor and search for “Embed Form”. This should show […]

The post Elementor integration with eForm appeared first on eForm.

]]>
Starting version 4.16, eForm comes with direct elementor integration. Up until now, we’d suggested either shortcodes or Widgets to embed forms and popups in Elementor.

Now you can put eForm forms and popups directly in Elementor builder.

Insert eForm Form in Elementor

Edit your page with elementor and search for “Embed Form”. This should show the “Embed Form – eForm” widget in elementor screen.

Do not select the “WordPress Widget > eForm – Insert Form”. Use the Widget under “EFORM WIDGETS” section from the elementor builder screen.

Now select the form you wish to add with the control. You can also embed using iFrames and optimize for narrow containers.

Simply publish the page and you will see your form.

Insert eForm popup in Elementor

Search for “Embed Popup Form” and select the “Embed Popup Form – eForm”. Just like before, DO NOT select the one from “WordPress Widgets”, rather select the one from “EFORM WIDGETS”.

In the Popup Widget you can customize content and style, like any other widgets.

Using manual Popup in Elementor

First insert an Embed Popup Form and set the button position to Manual.

Note down the href value of the instruction that shows up in the screen. For the above, the href is “#ipt-fsqm-popup-form-2“.

Now insert a Button widget from Elementor. In the link put the same value as the instructed href, “#ipt-fsqm-popup-form-2”.

Publish the page and you will see the popup to show up when you press the button.

The post Elementor integration with eForm appeared first on eForm.

]]>
57630
Releasing eForm version 4.15.0 https://eform.live/release/releasing-eform-version-4-15-0/ Fri, 26 Feb 2021 09:18:41 +0000 https://eform.live/?p=1357 Hello everyone. It’s been a wonderful start of a new year and we’ve been busy working on the next generation Form Builder for WordPress. But that’s not all. While developing the next gen plugin is indeed taking up most of our time, we have been at work to deliver the next version of our existing […]

The post Releasing eForm version 4.15.0 appeared first on eForm.

]]>
eForm Version 4.15
eForm version 4.15.0

Hello everyone. It’s been a wonderful start of a new year and we’ve been busy working on the next generation Form Builder for WordPress.

But that’s not all. While developing the next gen plugin is indeed taking up most of our time, we have been at work to deliver the next version of our existing plugin too. So without further ado, let’s dig into eForm v4.15 and see what’s new.

eForm v4.15 supports PHP8

This was the biggest task for this version. We now support PHP8. We have carefully assessed our codebase and all dependencies to make sure it runs properly on PHP8. While this is the initial work, some bugs might still be present. If that is so, please let us know and we will immediately take a look.

PHP8 support has also been extended to our exporter add-on and we’ve checked to make sure all other add-ons work fine.

Other Improvements

We’ve also improved WooCommerce integration and user notification emails. Please find the complete changelog here.


That’s all. eForm should auto-update to this new version as soon as it is available. If not, you can also download from codecanyon and update manually.

The post Releasing eForm version 4.15.0 appeared first on eForm.

]]>
1357
Fixing forever loading forms on TheGem theme https://eform.live/fsqm/fsqm-troubleshooting/fixing-forever-loading-forms-on-thegem-theme/ Wed, 23 Sep 2020 11:27:51 +0000 https://wpquark.com/kb/?p=57588 Recently an issue came up in our forum regarding compatibility with TheGem theme from CodexTheme. If you are using this themes and have activated PageSpeed optimization in the setting then you will find that eForm takes forever to load in both standalone url and while ebbedding into the page/post. The reason might be broken HTML […]

The post Fixing forever loading forms on TheGem theme appeared first on eForm.

]]>
Recently an issue came up in our forum regarding compatibility with TheGem theme from CodexTheme. If you are using this themes and have activated PageSpeed optimization in the setting then you will find that eForm takes forever to load in both standalone url and while ebbedding into the page/post. The reason might be broken HTML rendered by the theme for optimization.

Now to fix the issue, simply disable PageSpeed optimization setting available in the General tab for both desktop and mobile.

The post Fixing forever loading forms on TheGem theme appeared first on eForm.

]]>
57588
eForm version 4.14 https://eform.live/release/eform-version-4-14/ Wed, 19 Aug 2020 10:18:19 +0000 https://eform.live/?p=1325 We are glad to announce the immediate availability of eForm version 4.14. We have introduced features as requested by our customers and have also squashed a few bugs. Instant Subscription This is a customer requested feature. The problem was, you’d have to wait till a user submits the form to have them listed to your […]

The post eForm version 4.14 appeared first on eForm.

]]>
eForm Version 4.14.0

We are glad to announce the immediate availability of eForm version 4.14. We have introduced features as requested by our customers and have also squashed a few bugs.

Instant Subscription

This is a customer requested feature. The problem was, you’d have to wait till a user submits the form to have them listed to your newsletter app. But what if, the user fills in the name and email but then decides to not submit the form? You’d lose a lead. Not anymore.

computer desk electronics indoors
Photo by Burst on Pexels.com

With eForm v4.14, we have a new feature called Instant subscription. It will automatically add the user as soon as they finish up writing their name and email. For more information, kindly read our documentation.

Email Template

blur close up code computer
Photo by luis gomes on Pexels.com

We have made it very easy to edit and change how emails are sent for notifications and payment. All you have to do is copy over a few files and edit the HTML template itself. Do read about it in our documentation.

Responsive IFRAME Embed

If your forms are behaving weird or if your theme is breaking them totally, now you can embed forms using iframes instead. The problem was, iframes by default are not responsive with the height, so every now and then scrollbars would popup. But not for eForm anymore.

person writing on white paper
Photo by bongkarn thanyakij on Pexels.com

Just enable this feature from gutenberg block or shortcode attribute and watch how your forms are embedded using iframes that automatically adjusts its height based on the form itself.


Apart from these changes, we have also squashed 3 bugs. Also eForm totally works with the jQuery changes made in WordPress 5.5 (since version 4.13 actually).

The post eForm version 4.14 appeared first on eForm.

]]>
1325