• Resolved fibbu

    (@fibbu)


    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

    (@codepeople)

    Hello @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/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/2019/08/04/partial

    Best regards.

    Thread Starter fibbu

    (@fibbu)

    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

    (@codepeople)

    Hello @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. We will happily answer this and any other questions you can have on our own site.

    Thank you.

    Thread Starter fibbu

    (@fibbu)

    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

    (@codepeople)

    Hello @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

    Best regards.

    Thread Starter fibbu

    (@fibbu)

    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 1 year, 4 months ago by fibbu.
    • This reply was modified 1 year, 4 months ago by fibbu.
    Plugin Author codepeople

    (@codepeople)

    Hello @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

    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

    (@fibbu)

    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

    (@codepeople)

    Hello @fibbu,

    Your request requires a custom coding service. Please contact us directly through the plugin website: Contact Us

    Best regards.

    Thread Starter fibbu

    (@fibbu)

    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.