CodePeople2
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Checkbox Include Quantity BoxesHello @eberkland
You can do it with some code. For example, the equation’s code might be:
getField(fieldname455|n).jQueryRef().find('[type="number"]').attr('max', fieldname123);Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Use Code to Apply Placeholder for Number FieldHello @eberkland
Thank you so much for using our plugin.
If you want to apply the placeholder from an equation, the code would be:
getField(fieldname123|n).jQueryRef('input').attr('placeholder', 'QUANTITY');If your code is evaluated in another context like an “HTML Content” field, the code would be:
getField('fieldname123').jQueryRef('input').attr('placeholder', 'QUANTITY');Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Checkboxes > Include quantity boxes.Hello @metesey
The IN operation returns true or false if the first parameters is present in the second parameter. It does not returns a number.
If you have a checkbox field, I will call it fieldname123, where each choice has associate a number as its value, and the visual text, and you ticked the option to include a quantity box per choice, the plugin makes the mathematics for you.
You need only to include the field’s name
fieldname123in the equation. The plugin will sum the choices’ values multiplied by their corresponding quantities. You don’t need to do it yourself.Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Checkboxes > Include quantity boxes.Hello @metesey
Please be sure you tick the checkbox to submit the texts of the fields’ choices in the settings of the checkbox field. It does not affect the equations, only the information to submit. Then, edit the piece of code as follows:
IN("Parke Miktarı",fieldname96|v)The |v modifier gives you access to the information to submit.
Best regards.
Hello @kjou06
Thank you so much for using our plugin. You can downgrade to the free plugin distribution without losing the forms. However, the commercial features won’t be present.
Note the trial distribution does not cover all features in the Platinum plugin version.
If you would like to restrict access to your forms exclusively to your members (registered users), you can activate the “CFF – Users Permissions” add-on. This allows you to configure your forms so that only registered users can access them. Additionally, you have the option to set up a user registration form, enabling the creation of new members seamlessly. This feature enhances your control over form accessibility and user management (both add-ons are included with the plugin Platinum distribution).
Regarding the payment method to use, it will depend on the bank platform.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] calculate difference between two datesHello @kjou06
Thank you so much for using our plugin.
The plugin includes a module specific for Date/Time operations ( https://cff.dwbooster.com/documentation#datetime-module )
For example, assuming the fieldname1 is the a date field to allow the users enter their birth date. You can insert a calculated field in the form and enter the equations:
DATEDIFF(fieldname1, TODAY(), 'dd/mm/yyyy', 'y')['years']And that’s all.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Serp URL ProblemHello @pexel
Your last entry says “..edit” but does not include the link to the page containing the form in the iframe tag.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] How do I make forms more appealingHello @beentee
Thank you so much for using our plugin. You need only to press the “+” button to add new choices. Please watch the following video:
https://resources.developers4web.com/cff/tmp/2025/01/31/video-dropdown_o.mp4
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Serp URL ProblemHello @pexel
I insist, please, provide the link to the specific page that loads the form into the iframe with the extra parameters. In the link you included it is not happening.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Serp URL ProblemHello @pexel
I’m sorry. I’m confused with your latest entry. Could you please confirm whether the problem persists even after clearing the cache with WP Rocket, or if the issue was resolved as a result?
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Serp URL ProblemHello @pexel
No, I’m referring to the link of the page that loads the form into the iframe, not the link to the form. And be sure you purged the WP Rocket cache on your website.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Serp URL FormHello @pexel
I will close this thread as resolved to continue with this question in your other support thread.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Serp URL ProblemForum: Plugins
In reply to: [Calculated Fields Form] Serp URL ProblemHello,
The extra URL parameters were removed from the form URLs months ago. Please install the latest plugin update.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Update ProblemHello @pexel
What is the version number of your plugin copy?
The extra URL parameters were removed from the form URLs months ago.
Best regards.