Plugin / Calculated Fields Form

CodePeople

Frequently Asked Questions (FAQ)

A: Yes, both plugins are compatible…
A: Yes, both plugins are compatible…
A: The Calculated Fields Form’s page contains detailed information about each field in the plugin: Form Fields
A: You can publish the forms into pages and posts. The shortcode can be also placed into the template. Read more
A: The form processing isn’t available in the free version of the plugin. All commercial versions of the plugin allow processing the forms’ submissions, send notification emails and integrate the forms with payment gateways. Comparison of different versions of the plugin
A: The Free and Professional versions of the plugin includes the Mathematical operataions module, logical operations, the managing fields module and the third-party connection module, but there are other very interesting operations modules that are distributed only with the Deverloper and Platinum versions of the plugin: teh Date/Time operations module, Financial operations module, Distance module, and Server Side operations module. Read more
A: Using the “PREC” operation, described here
A: List and description of date/time operations
A: List and description of financial operations
A: The CALCULATEAMORTIZATION is the most complex operation in the plugin and deserves its own section. Please, visit the following link to read a detailed description about its use: How calculate an amortization?
A: Yes, it is possible create global javascript variables through the shortcode of the form, or with the shortcode: CP_CALCULATED_FIELDS_VAR
A: Visit the following link for instructions
A: Please, read the answer in the FAQ entry:Click Here
A: Please, read the answer in the FAQ entry:Click Here
A: Please, read the answer in the FAQ entry:Click Here
A: Please, read the answer in the FAQ entry:Click Here
A: Please, visit the following link to the plugin documentation, and pay attention to the definition of the new variables as a hash of the values:Click Here
A: Initializing date/time fields
A: There are different alternatives, directly through the form’s structure, or uploading a new file to the plugin’s folder. Please, visit the following link to read the instructions: How to change the language on datepicker?
A: It is possible define the min date, max date, or select a date dynamically in a date field, depending on the date selected in another date field. Create relationships between date fields
A: Yes of course, please, read the following post in the plugin’s blog: Formatting the form (distributing the fields in columns)
A: To convert a button’s field in a submit button, enter the following code as its onclick event: jQuery(this).closest('form').submit();
A: Displaying images in checkboxes and radio buttons Additionally, to hide the checkboxes and radio buttons, for using only the images for choosing, enter the following styles definition into the “Customize Form Design” attribute in the “Form Settigns” tab:
A: How to replace the image displayed in a Media Field
A: Evaluating the equations
A: That feature is available in the commercial versions of the plugin. Additional details in the “PayPal Payment Configuration” section in the documentation page of the plugin.
A: Solution Here
A: In the “throubleshoot area” (located below the list of forms in the settings area) change the “Script load method” from “Classic” to “Direct”. There are other possible causes of the issue, related with the optimization plugins, additional details in the FAQ page of the plugin.
A: Simply insert “Page Break” fields in the form builder, between the fields that belong to different pages.
A: Displaying selected values in slider control
A: Create new validation rules
A: Insert a summary control in the form, and select the fields to include in summary.
A: Highlighting fields
A: Displaying a summary in the Thank you page
A: Applying CSS styles to the form fields
A: Modifying the predefined templates
A: Creating new templates
A: Hiding the fields in form
A: Inserting a separator field between rows
A: The class names are assigned to the fields through the attribute: “Add Css Layout Keywords”. If you need assign multiple class names to a field, you only should enter the class names separated by space characters. For example: myclass1 myclass2
A: What files can be uploaded through the form?
A: Inserting the links to the uploaded files
A: If you are copying the information used to configure the form from third-party applications (like MS Word or Excel), this information can include non-valid characters. The plugin validates the form’s structure to avoid this type of errors.
A: There are different alternatives to use conditional statements in the equations: Visit the following link
A: To print only the form, but not the rest of page, please, follows the instructions in the following link: Visit the following link to the documentation page
A: To disable the dynamic evaluation of the equations in the form, you only should untick the “Eval dynamically the equations associated to the calculated fields” option, from the “Form Settings” tab, of form builder. But, in this case should be inserted a button field in the form with “calculate” option selected as its type, to evaluate the equations when the button be pressed.
A: Yes, that is possible, you only should to enter all emails separated by the comma symbol, through the attribute: “Destination emails”, in the form’s settings.
A: If the users are not receiving the notification emails after the form’s submission, there are different possible reasons: Visit the following link
A: If you are using the HTML format in the notification emails, you should insert BR tags for the lines changes in the emails’ contents:
A: Inserting images in the notification emails
A: The notification emails can include all fields submitted by the form (<%INFO%>) or specific fields using their tags(<%fieldname#%>), furthermore of some other special tags. Please, visit the following link to get the complete list of tags to include in the email: Accepted tags
A: Entry on the FAQ page
A: FAQ page
A: Calculating the number of words in a text
A: Calculating the number of characters in a text
A: Assigning values to the fields from equations
A: The form builder does not include a specific field for links, however you can insert a link (or any other HTML tag) using a “HTML Content” field. Insert a “HTML Content” field in the form, and enter the anchor tag as its content. For example, to insert a link to our website, can be entered the following tag: Visit the website
A: Click Here
A: To create dependencies depending on values of multiple fields, requires the use of calculated fields. Read more
A: The form settings include the attribute “Base amount” to define the minimum price allowed. So, if an user manipulates the calculated field for paying less, will be applied the number entered in the “Base amount” attribute.
A: Through the attribute: “Paypal product name” in the form’s settings, it is defined the name of the product submitted to PayPal. You can enter a text, or the tag of the field you want to use to define the product’s name. For example for using the value of the fieldname1 field, as the product’s name, should be entered the text <%fiedname1%> in the “Paypal product name” attribute.
A: Follows the instructions below: Inserts a Radio Button or DropDown field in the form. Enters any texts, for the texts of choices, but for the choices values must be entered the number of months. Selects the option: “From field”, in the “Payment frequency” attribute. Finally, select the field inserted in the second step, from the list beside the “Payment frequency” attribute. Tip: The maximum number of months allowed by PayPal for recurring payments is 12 months. If you decide give to the user the possibility to select the frequency of payments, you should take into consideration this field in the equation that calculates the amount to charge monthly.
A: I’ll try to describe the process with some hypothetical examples. Assuming the radio button field is fieldname123, and you can to select the choice with the value 5, uses the following piece of code as part of the equation associated to the calculated field: getField(123).setVal(5); But if the fieldname123 is a checkbox field and you want to select the choices with values: 5 and 8, the code would be: getField(123).setVal([5,8]);
A: Please, read the answer in the plugin’s documentation:Click Here
A: Please, visit the following post in our technical blog:Click Here
A: In this case the recommendation is to use “RecordSet DS” fields as datasource: Click Here for instructions
A: Please, read the instructions in the plugin’s documentation.Click Here
A: Please, read the instructions in the plugin’s documentation.Click Here
Integrating the forms with WooCommerce products
Customizing the fields in the shopping cart of WooCommerce
A: If you have created the form correctly, and associated it to the product, even if you have configured the product to calculate the price with the form, you will need to assign a price to the product, through the attribute: “Regular Price”, or WooCommerce won’t display the “Add to Cart” button.
A: To get a complete guide about the integration of forms created with the plugin and the SalesForce service, please visit the following link:Click Here
A: Activates and configure the DropBox add-on, distributed with the Platinum version of the plugin:Click Here
A: Please, visits the following link to get a tutorial:Click Here
A: Please, visits the following link to get the answer to your question:Click Here
A: Please, visits the following link to get the answer to your question:Click Here
A: Please, visit the following entry in the FAQ page of the plugin with the instructions to protect the form:Click Here
A: If this happens follow these steps to correctly import the file: Save the exported file as a csv Open Excel Import the data using Data < Import External Data < Import Data Select the file type of “csv” and browse to your file In the import wizard change the File_Origin to the related language character identifier Change the Delimiter to comma if needed Select where to import to and Finish This way the special characters should show correctly.

Ratings

4.8
515 reviews

Rating breakdown

Details Information

Version

1.0.341

First Released

12 Mar, 2013

Total Downloads

1,806,036

Wordpress Version

3.0.5 or higher

Tested up to:

5.3

Require PHP Version:

-

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.