Title: CodePeople2's Replies | WordPress.org

---

# CodePeople2

  [  ](https://wordpress.org/support/users/codepeople2/)

 *   [Profile](https://wordpress.org/support/users/codepeople2/)
 *   [Topics Started](https://wordpress.org/support/users/codepeople2/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codepeople2/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codepeople2/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codepeople2/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codepeople2/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codepeople2/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 811 total)

1 [2](https://wordpress.org/support/users/codepeople2/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codepeople2/replies/page/3/?output_format=md)…
[53](https://wordpress.org/support/users/codepeople2/replies/page/53/?output_format=md)
[54](https://wordpress.org/support/users/codepeople2/replies/page/54/?output_format=md)
[55](https://wordpress.org/support/users/codepeople2/replies/page/55/?output_format=md)
[→](https://wordpress.org/support/users/codepeople2/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Divi 5](https://wordpress.org/support/topic/divi-5-10/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [4 hours, 19 minutes ago](https://wordpress.org/support/topic/divi-5-10/#post-18935484)
 * Hello [@zignar](https://wordpress.org/support/users/zignar/)
 * Once you install Divi 5, please run the migrator to ensure the forms you inserted
   in the past with Divi 4 are transformed to the Divi 5 module structure:
    1. **Access the Migrator** In your WordPress Dashboard, navigate to **Divi > Divi
       5 Migrator**.
 * 2. **Review the Compatibility Scan** The tool automatically scans your site (
   Pages, Posts, Theme Builder templates, etc.).
    - **Blue Checkmarks:** Items fully compatible with Divi 5.
    - **Orange Warnings:** Items with unsupported modules that will run in “Backward
      Compatibility Mode.”
 * 3. **Execute the Migration** Click the **Migrate This Site to Divi 5** button.
    - Confirm the action when prompted.
    - The process typically takes a few seconds to a couple of minutes.
 * 4. **Verification** Once complete, a green confirmation card appears. The system
   converts compatible Divi 4 shortcodes into the new Divi 5 format and wraps unsupported
   modules in a legacy layer so they continue functioning.
 *  Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Field from another form](https://wordpress.org/support/topic/field-from-another-form/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [4 hours, 25 minutes ago](https://wordpress.org/support/topic/field-from-another-form/#post-18935478)
 * Hello [@teamtacho](https://wordpress.org/support/users/teamtacho/)
 * Thank you very much.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Field from another form](https://wordpress.org/support/topic/field-from-another-form/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [7 hours, 11 minutes ago](https://wordpress.org/support/topic/field-from-another-form/#post-18935280)
 * Hello [@teamtacho](https://wordpress.org/support/users/teamtacho/),
 * Thank you very much for using our plugin.
 * The second parameter of the `getField` operation is not the form name. Instead,
   it is a selector used to identify the specific form instance on the page.
 * For example, the following code works correctly because you have assigned the
   class name `highscore` to the main form:
 *     ```wp-block-code
       getField(fieldname24|n, '.highscore').val()
       ```
   
 * Please note that custom class names are assigned to forms through their shortcodes,
   for example:
 *     ```wp-block-code
       [CP_CALCULATED_FIELDS id="6" class="highscore"]
       ```
   
 * It is also important to keep in mind that the plugin automatically assigns a 
   CSS class based on the form ID. For instance, if a form has the ID `7`, the plugin
   will automatically add the class:
 *     ```wp-block-code
       cff-form-7
       ```
   
 * Therefore, you can reference a field in Form 7 as follows:
 *     ```wp-block-code
       getField(fieldname24|n, '.cff-form-7').val()
       ```
   
 * However, if the same form (Form 7) is inserted multiple times on the same page,
   all instances will share the same automatically generated class name, creating
   ambiguity. In that case, the recommended solution is to assign a unique custom
   class to each form instance through its shortcode and use those custom class 
   names in your `getField` calls.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Compatibility with Elegent Themes Divi 5](https://wordpress.org/support/topic/compatibility-with-elegent-themes-divi-5/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [1 day, 6 hours ago](https://wordpress.org/support/topic/compatibility-with-elegent-themes-divi-5/#post-18934234)
 * Hello [@azuredesigns](https://wordpress.org/support/users/azuredesigns/)
 * Thank you very much for using our plugin.
 * Yes, the Calculated Fields Form plugin is fully compatible with both Divi 4 and
   Divi 5. The plugin includes two dedicated Divi modules and automatically selects
   the appropriate one based on the Divi version detected on your website.
 * Best regards.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Calculated Fields Form] my empire thanks to CFF](https://wordpress.org/support/topic/my-empire-thanks-to-cff/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [3 days, 21 hours ago](https://wordpress.org/support/topic/my-empire-thanks-to-cff/#post-18931411)
 * Hello [@madda40](https://wordpress.org/support/users/madda40/)
 * Lol, thank you very much for the review.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Adding Commas to HTML Content Blocks](https://wordpress.org/support/topic/adding-commas-to-html-content-blocks/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks ago](https://wordpress.org/support/topic/adding-commas-to-html-content-blocks/#post-18921835)
 * Hello [@blake232](https://wordpress.org/support/users/blake232/)
 * Thank you very much for using our plugin. In this case, you do not need any additional
   JavaScript code. You only need to configure the **Calculated Field** and **HTML
   Content** field correctly.
 * If you would like to use a comma as the decimal separator, enter it in the **“
   Decimals separator symbol”** setting of the calculated field. Alternatively, 
   if you want to use the comma for thousands grouping, enter it in the **“Symbol
   for grouping thousands”** setting instead. Please do not use the same symbol 
   for both settings, as this creates ambiguity when the plugin processes the calculated
   results.
 * Now, assuming you want to display the result inside an **HTML Content** field,
   and the calculated field is named `fieldname123`, you simply need to insert a
   tag in the HTML Content field that uses the `data-cff-field` attribute, for example:
 *     ```wp-block-code
       <div data-cff-field="fieldname123"></div>
       ```
   
 * I used a `<div>` tag in the example, but you can use any HTML tag you prefer.
   The `data-cff-field` attribute tells the plugin to display the value of `fieldname123`
   inside that element automatically.
 * Please watch the following video for a step-by-step demonstration:
 * [https://cff.dwbooster.com/resources/wordpress-forum/2026-05-28/video1.mp4](https://cff.dwbooster.com/resources/wordpress-forum/2026-05-28/video1.mp4)
 * Regarding your second question, if you want to organize the fields into asymmetric
   columns, I recommend not using `div` fields for the layout. The predefined CSS
   classes distributed with the plugin are a much better alternative.
 * You can think of each row as being divided into 12 columns. By using the predefined
   class names, you can specify how many columns each field should occupy. Additionally,
   you can define different layouts depending on the screen size, making the form
   fully responsive.
 * For example, suppose you want the **Number** and **Calculated** fields to appear
   in the left column occupying **1/3** of the row, and the **HTML Content** field
   in the right column occupying **2/3** of the row. On smaller screens, you want
   both columns to have the same width.
 * In that case, you can assign the following class names through the **“Add CSS
   Layout Keywords”** attribute of each field:
    - `col-sm-4 col-xs-6` → for the left column
    - `col-sm-8 col-xs-6` → for the right column
 * This means:
    - On regular screens, the left column will occupy **4 of 12** row parts, while
      the right column will occupy **8 of 12** row parts.
    - On small screens, both columns will occupy **6 of 12** row parts, resulting
      in two equal-width columns.
 * Please watch this new video for a complete example and visual explanation:
 * [https://cff.dwbooster.com/resources/wordpress-forum/2026-05-28/video2.mp4](https://cff.dwbooster.com/resources/wordpress-forum/2026-05-28/video2.mp4)
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Forms not showing after uodate](https://wordpress.org/support/topic/forms-not-showing-after-uodate/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks ago](https://wordpress.org/support/topic/forms-not-showing-after-uodate/#post-18921431)
 * Hello [@imrobstephens](https://wordpress.org/support/users/imrobstephens/)
 * Thank you very much for your feedback. I visited your website again and confirmed
   that you have successfully installed the latest plugin update. I was also able
   to verify that the forms are now loading properly.
 * Please do not hesitate to contact us if you need any further assistance.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Forms not showing after uodate](https://wordpress.org/support/topic/forms-not-showing-after-uodate/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks, 1 day ago](https://wordpress.org/support/topic/forms-not-showing-after-uodate/#post-18919961)
 * Hello [@imrobstephens](https://wordpress.org/support/users/imrobstephens/)
 * Have you had the opportunity to install the latest plugin update (version 5.4.7.9)
   and verify whether the issue has been resolved on your end? Please remember to
   clear both your website and browser caches after installing the update.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Forms not showing after uodate](https://wordpress.org/support/topic/forms-not-showing-after-uodate/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/forms-not-showing-after-uodate/#post-18919106)
 * Hello [@imrobstephens](https://wordpress.org/support/users/imrobstephens/)
 * We believe we have identified the cause of the issue and have released a plugin
   update that should resolve it.
 * Could you please install the latest plugin version and clear both your website
   and browser caches before testing again?
 * We would appreciate it if you could let us know whether the issue has been resolved
   after applying the update.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Forms not showing after uodate](https://wordpress.org/support/topic/forms-not-showing-after-uodate/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks, 2 days ago](https://wordpress.org/support/topic/forms-not-showing-after-uodate/#post-18919032)
 * Hello [@imrobstephens](https://wordpress.org/support/users/imrobstephens/)
 * That seems the website is blocking the form’s URL ([https://bluckpbla6.nimpr.uk/?cff-form=10](https://bluckpbla6.nimpr.uk/?cff-form=10))
   
   Could you please contact us through the plugin website ([https://cff.dwbooster.com/contact-us](https://cff.dwbooster.com/contact-us))
   to check the issue in detail.
 * Best regards.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Calculated Fields Form] Nice plugin for a calculator](https://wordpress.org/support/topic/nice-plugin-for-a-calculator/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks, 3 days ago](https://wordpress.org/support/topic/nice-plugin-for-a-calculator/#post-18917987)
 * Hello [@ayeshamalik](https://wordpress.org/support/users/ayeshamalik/)
 * Thank you very much for your review and for supporting our plugin.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Field Dragging to Form not populating](https://wordpress.org/support/topic/field-dragging-to-form-not-populating/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/field-dragging-to-form-not-populating/#post-18916125)
 * Hello [@blake232](https://wordpress.org/support/users/blake232/)
 * Thank you very much for the confirmation and your feedback.
 * We are glad to know the issue has been resolved successfully.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Field Dragging to Form not populating](https://wordpress.org/support/topic/field-dragging-to-form-not-populating/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/field-dragging-to-form-not-populating/#post-18915289)
 * Hello [@blake232](https://wordpress.org/support/users/blake232/)
 * Thank you very much for the detailed information, and I apologize for the delay
   in responding to your last message.
 * Although we were unable to reproduce the issue on our end, we have implemented
   several modifications that we believe should resolve it in your environment.
 * Could you please install the latest plugin update and clear both the website 
   and browser caches before testing again?
 * Please let me know whether the issue persists after that.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Field Dragging to Form not populating](https://wordpress.org/support/topic/field-dragging-to-form-not-populating/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/field-dragging-to-form-not-populating/#post-18915099)
 * Hello [@blake232](https://wordpress.org/support/users/blake232/)
 * Did you try temporarily disabling the plugins that handle the website cache and
   editing the form in the browser’s incognito/private mode to ensure the issue 
   is not being caused by cached files?
 * Sometimes JavaScript or CSS files cached by optimization or cache plugins can
   prevent the latest changes from loading correctly.
 * Best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Calculated Fields Form] Field Dragging to Form not populating](https://wordpress.org/support/topic/field-dragging-to-form-not-populating/)
 *  Plugin Author [CodePeople2](https://wordpress.org/support/users/codepeople2/)
 * (@codepeople2)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/field-dragging-to-form-not-populating/#post-18915089)
 * Hello [@blake232](https://wordpress.org/support/users/blake232/)
 * Thank you very much for using our plugin and for your feedback. Could you please
   share a screenshot of the uncaught JavaScript error from your browser’s console?
   I’m currently trying to reproduce the issue locally, but so far I haven’t been
   able to replicate it.
 * Also, does the problem occur with all controls, or only with specific ones?
 * Best regards.

Viewing 15 replies - 1 through 15 (of 811 total)

1 [2](https://wordpress.org/support/users/codepeople2/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codepeople2/replies/page/3/?output_format=md)…
[53](https://wordpress.org/support/users/codepeople2/replies/page/53/?output_format=md)
[54](https://wordpress.org/support/users/codepeople2/replies/page/54/?output_format=md)
[55](https://wordpress.org/support/users/codepeople2/replies/page/55/?output_format=md)
[→](https://wordpress.org/support/users/codepeople2/replies/page/2/?output_format=md)