Title: Form encryption
Last modified: November 18, 2023

---

# Form encryption

 *  Resolved [fibbu](https://wordpress.org/support/users/fibbu/)
 * (@fibbu)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/)
 * Hello;
   A form is critical for me, how can I encrypt this form? I’m using the 
   free version. Even if it is taken from the source code, it should not work encrypted.
 * But let it continue working in my table. I think this is possible by entering
   an encryption code into a field.
 * I would be very happy if you could help me, thank you.

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17211885)
 * Hello [@fibbu](https://wordpress.org/support/users/fibbu/),
 * Thank you very much for using our plugin. If you want to hide the equations from
   the source code, you should implement them on the server side.
 * To create server-side equations, you will need the “CFF – Server-Side Equations”
   add-on distributed with the Developer and Platinum versions of the plugin. Another
   advantage of the server-side equations is that you can reuse them in multiple
   forms.
 * Learn more about the “CFF – Server-Side Equations” add-on by reading the following
   blog posts
 * [https://cff.dwbooster.com/blog/2018/10/01/server-side-equations](https://cff.dwbooster.com/blog/2018/10/01/server-side-equations)
 * [https://cff.dwbooster.com/blog/2019/11/05/case-of-use-filtering-products](https://cff.dwbooster.com/blog/2019/11/05/case-of-use-filtering-products)
 * [https://cff.dwbooster.com/blog/2022/12/10/case-of-use-getting-distance-with-bingmaps](https://cff.dwbooster.com/blog/2022/12/10/case-of-use-getting-distance-with-bingmaps/)
 * [https://cff.dwbooster.com/blog/2019/08/04/partial](https://cff.dwbooster.com/blog/2019/08/04/partial)
 * Best regards.
 *  Thread Starter [fibbu](https://wordpress.org/support/users/fibbu/)
 * (@fibbu)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17211891)
 * Is there any possibility in the free version? I don’t have the budget to change
   the version right now, but I need to solve this situation.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17211893)
 * Hello [@fibbu](https://wordpress.org/support/users/fibbu/)
 * I’m sorry, the free plugin distribution does not include the modules to support
   add-ons.
 * For pro or commercial product support please contact us directly on our site.
   This includes any pre-sales topics as well.
 * Commercial products are [not supported in these forums](https://wordpress.org/support/guidelines/#do-not-post-about-commercial-products).
   We will happily answer this and any other questions you can have [on our own site](https://cff.dwbooster.com/contact-us).
 * Thank you.
 *  Thread Starter [fibbu](https://wordpress.org/support/users/fibbu/)
 * (@fibbu)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17211898)
 * Let’s say we get the version. Can I secure the form I want with a single click
   without adding something to each calculation form?
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17211955)
 * Hello [@fibbu](https://wordpress.org/support/users/fibbu/),
 * I’m sorry, but I don’t understand your question.
 * Please for questions related to commercial features, contact us directly through
   the plugin website:
 * [https://cff.dwbooster.com/contact-us](https://cff.dwbooster.com/contact-us)
 * Best regards.
 *  Thread Starter [fibbu](https://wordpress.org/support/users/fibbu/)
 * (@fibbu)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17212773)
 * Let me tell you this. I want to obfuscate the source codes between fieldname1
   and fieldname100. I want to prevent the import of formulas. However, my files
   should not be obfuscated in the CFF form admin panel. I just want obfuscation
   on the source codes.
 * I hope this method is possible? Or is there any other method you can guide us
   on? I don’t want to import formulas from source codes.
 * For example, fieldname1 sees the text, change HTML this code to x6y734 in the
   source code.
 * 
   Thanks.
    -  This reply was modified 2 years, 6 months ago by [fibbu](https://wordpress.org/support/users/fibbu/).
    -  This reply was modified 2 years, 6 months ago by [fibbu](https://wordpress.org/support/users/fibbu/).
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17212933)
 * Hello [@fibbu](https://wordpress.org/support/users/fibbu/),
 * Obfuscating the HTML code is not a solution. It does not give you the result 
   you want. Browsers translate obfuscated HTML tags to plain tags (Note that browsers
   interpret HTML tags). So, users can always access the plain tags through the 
   browser’s console. Please watch the video by visiting the following link:
 * [https://resources.developers4web.com/cff/tmp/2023/11/19/video.mp4](https://resources.developers4web.com/cff/tmp/2023/11/19/video.mp4)
 * To ensure no one can see the code that runs on your form to return results, you
   must implement it as server-side code. And for this, you must use the “Server
   Side Equations” add-on.
 * Best regards.
 *  Thread Starter [fibbu](https://wordpress.org/support/users/fibbu/)
 * (@fibbu)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17213027)
 * I don’t want to hide the codes (html). I just want to make it difficult to understand
   the equations in the javascript file.
 * Example: fieldname1+fieldname2
 * This is the code that appears in my panel.
 * What I want to show to the user;
 * xhfhyn+hkmggjm
 * Here I want to change the fieldnames on the user side.
 * My goal is to make it difficult to view formulas on the user side.
 * I hope I could explain.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17213033)
 * Hello [@fibbu](https://wordpress.org/support/users/fibbu/),
 * Your request requires a custom coding service. Please contact us directly through
   the plugin website: [Contact Us](https://cff.dwbooster.com/contact-us)
 * Best regards.
 *  Thread Starter [fibbu](https://wordpress.org/support/users/fibbu/)
 * (@fibbu)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17213084)
 * Hello;
   I made my request via the address you directed.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Form encryption’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [fibbu](https://wordpress.org/support/users/fibbu/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/form-encryption/#post-17213084)
 * Status: resolved