Container Buttons to jump between pages
As we already know eForm can have paginated or tabbed appearance to break your forms into multiple section. This appearance would bring in navigation buttons to navigate between tabs and pages. If you...
View ArticleDefault, Prefill & Readonly values for text type elements
Starting eForm version 3.6.0, text type elements can have Default values. Prefill values with respect to URL parameter (query) or user meta. Readonly attribute to stop user from editing. The following...
View ArticleForm element & label appearance
eForm v3.5 has introduced a few new features with which you can control the appearance of form elements. Control how labels appear: Floating or vertical. Control the alignment of labels. Show/Hide the...
View ArticleDate & Time Picker Element
eForm always had date and time picker element. Starting eForm v3.5 it has undergone some serious changes which makes it even more powerful. You can check the Hotel Registration Form example. Insert...
View ArticleSend Notification Email to Admins
eForm can send notification emails to administrators when a form submission occurs. Enable Configuration Go to Form Builder > Result & Email > Admin Notification. Add your email in Admin...
View ArticleUpdate/Add User Meta through eForm
Starting version 3.6.1 eForm now has the capability to update or add user metadata by submitting a form. We already had user metadata registration and prefilling values from user metadata, now with...
View ArticleCreate User Profile Update form with eForm
With eForm v3.6.2 all of text elements and some of MCQ elements now have the capability of storing and fetching data from user meta values. This makes it possible to make a profile update form with...
View ArticleUser Portal broke after upgrading to 3.5
With eForm v3.5 we have removed old themes and introduced new themes. As a consequence, the naming of the theme (internally) was changed. We did our best to auto-upgrade for forms, but in shortcodes,...
View ArticleRepeatable Elements with eForm
Starting eForm version 3.5 a new element was introduced, the repeatable element. As the name suggests, it can be used to allow your users to add rows of predefined elements on your form. You can check...
View ArticleCreating your first form through eForm
To get started with eForm, you will need to create a form first. The system comes up with a few forms pre-installed and you can check them out if you want a quick start. For in-depth informaiton,...
View ArticleLet user navigate to any tab in eForm
With the latest version 3.6 it is now possible to let users navigate to any tab by clicking the tab above the form. Previously, this would block users from jumping steps and would take user to the next...
View ArticleContainer configuration options under eForm
With eForm you can add as many containers as you want. Each of the container can hold as many elements that you require and you can easily rearrange across or within containers. Every container has...
View ArticleAdding Exception to Caching Plugins
While, eForm works well with most of the caching plugins, but sometimes, things like file-uploader breaks when the pages are cached aggressively. eForm by default minifies the HTML output, so in some...
View ArticleMailerLite Integration with eForm
eForm version 3.7.1 now supports MailerLite newsletter integration. As of before it is really easy to set it up. Add the Form Elements Make sure you have the following three form elements in your...
View ArticleEnormail Integration with eForm
eForm version 3.7.1 now supports Enoirmail newsletter integration. As of before it is really easy to set it up. Add the Form Elements Make sure you have the following three form elements in your...
View ArticleRemove asterisk from eForm question labels
eForm shows an asterisk (*) for compulsory questions. If you do not want to show this, then simply add the following CSS. .ipt-eform-content .ipt_uif_question_required { display: none; } The post...
View ArticleCreate User Profile Update form with eForm
With eForm v3.6.2 all of text elements and some of MCQ elements now have the capability of storing and fetching data from user meta values. This makes it possible to make a profile update form with...
View ArticleUser Portal broke after upgrading to 3.5
With eForm v3.5 we have removed old themes and introduced new themes. As a consequence, the naming of the theme (internally) was changed. We did our best to auto-upgrade for forms, but in shortcodes,...
View ArticleRepeatable Elements with eForm
Starting eForm version 3.5 a new element was introduced, the repeatable element. As the name suggests, it can be used to allow your users to add rows of predefined elements on your form. You can check...
View ArticleCreating your first form through eForm
To get started with eForm, you will need to create a form first. The system comes up with a few forms pre-installed and you can check them out if you want a quick start. For in-depth informaiton,...
View Article