klingbeil
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Service Form HelpYou misunderstood us — we are not requesting a customization. Before making a purchase, we would like to see a demonstration of how the two forms work together as a process.
The first form will collect information and automatically generate a request number.
The second form will require entering the request number, and it should retrieve the information entered in the first form. Below that, there will be sections to fill in actions taken (such as text, numbers, etc.). Finally, based on the created request number, the system should generate a CSV file.An example form that summarizes and demonstrates this process would be sufficient.
As you can appreciate, I am an employee and this task has been assigned to me. I would like to present this transparently and avoid any issues.
I believe you will be supportive, and I appreciate your help in advance. Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] Service Form HelpHello,
We are planning to make a purchase, but management would like to see a simple demo that illustrates how the system works before proceeding.
Below is a step-by-step summary of what we need: 1) Service Request Form (To be filled out by the customer)
- This form will only have a “Full Name” field (for demonstration purposes, this is sufficient).
- When the customer submits the form:
- The system should automatically generate a unique Service ID.
- This Service ID and the form data should be sent to a predefined email address.
2) Service Follow-Up Form (To be filled out by the technician)
- The technician will enter the Service ID into the form.
- The Full Name associated with that Service ID will be automatically displayed (read-only).
- There will be a text field for “Work Done”.
- Upon submission, this form will also send a notification email to the same predefined address.
3) Final Step: Export to CSV
- Data from both forms should be merged into a single row using the Service ID as the key.
- All records must be exportable as a CSV file.
In short, we kindly request a basic demo showing this functionality. A short video would also be acceptable if available.
Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] Service Form HelpHello,
We would like to clarify a key requirement: The setup involves two forms that need to work in an integrated way.
- Form 1 will be filled out by the customer (Service Request Form).
- Form 2 will be completed by our field technician (Service Completion Form).
Both forms should be linked using a shared, auto-generated unique ID (e.g., Service Request Number). The goal:
- To collect service requests from customers
- Then track and document the actual service actions performed by our team
- And finally, to combine all data from both forms into a single record and export it as CSV
Can your plugin/module (e.g., CFF or similar) support this use case?
Thank you in advance.
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemI think I found the source of the problem. The “Remove Unused CSS” feature in WP Rocket was enabled. Since I disabled it, every form has loaded correctly. The issue was caused by my settings (or more precisely, the problematic WP Rocket setting). I apologize for the inconvenience caused.
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemHi @codepeople2
Unfortunately, even after removing the cff-form, htaccess, func.php, and wp-rocket, some pages still fail to load the forms. I believe this is something you should investigate, as it’s not normal. I’m certain that there is a conflict with your cache structure.
- I added the iframe tag (Issue not resolved)
- I excluded the cff-form in wp-rocket (Issue not resolved)
- I excluded the Plugins/Cff folder (Issue not resolved)
Perhaps there is no other project with as many form pages as ours. This could also give you an opportunity for testing. We have over 500 forms. From my general observation, whenever I visit 50 pages, at least 2-3 forms do not load.
Just sharing this for your information. Thank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemadd_filter('rocket_cache_reject_uri', function ($uris) {
$uris[] = 'cff-form'; // 'cff-form' geçen tüm query string'leri hariç tutar
return $uris;
});I tried it this way; I hope it works. Thank you!
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemHello, it doesn’t save the cell as you mentioned; it clears it. Does it save like this correctly?
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemEverything is fine, but I couldn’t find where and how to exclude these from the cache in WP Rocket. Could you please help me? Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemHello,
I believe the issue might be related to Cloudflare. (LCP values) Could you please check the address again using the Lighthouse and PageSpeed tools after disabling Cloudflare? I am very surprised about the Cloudflare situation.However, the caching problem persists. Even with the smallest change in the content, the form does not load. (Even with the IFRAME tag…)
Additionally, is the following scenario possible?
Can we modify the URL structure to change the form template as well? For example:https://www.xxx.com/tarih-hesaplama/?cff-form=34
tohttps://www.xxx.com/tarih-hesaplama/?cff-form=34-template-cff-12I would greatly appreciate it if you could answer all three of my questions.
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemThere is an iframe tag. LCP is very bad on mobile. Also, when I set the cache time to 10 hours, some forms do not load. That’s why I reduced it to 1 hour to clean the forms that are not loaded.
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemBelieve me, these issues are incredibly frustrating. When I remove the form, the theme and content stabilize. I try this, I try that, but nothing works. The LCP never improves. I follow every suggestion you make to the letter, but it’s no use. This is a problematic situation.
I’m satisfied with the plugin, but it slows down the system significantly. Today, I decided to add the IFRAME tag to 500 forms just to improve the LCP, but it didn’t help at all. When I check the scores on Lighthouse, the LCP results are terrible. I think it would be a good idea to focus on improving this issue. I don’t believe I’m doing everything wrong, but we’ve been dealing with this problem for months, and it has caused a lot of harm.
I even had a fast theme developed specifically for this plugin, but to no avail. The moment I remove the form, everything goes back to normal. There seem to be cache and LCP issues between WPRocket and the form. I’m sorry, but this is how I feel right now. However, this frustration is not directed at you.
Additionally, this project was penalized by Google. I can’t even start a new project until I fix these issues.
The scores I’m discussing are entirely related to mobile issues; there are no problems on desktop.
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemBy the way, the LCP skyrocketed when I excluded what you suggested.
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemI added it this way and cleared the cache. If the issue persists, I will inform you again under this topic.
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemHello,
There is no deferred JS, but there is delayed JS, which applies to some plugins. What should we add to the exclusion section to ensure it doesn’t block the CFF form?
Thank you!
There is no JS merging, but JS minification is active.
- This reply was modified 1 year, 5 months ago by klingbeil.
Forum: Plugins
In reply to: [Calculated Fields Form] Cache problemEven though we add the IFRAME tag as you suggested, the form sometimes still doesn’t load. I’m now quite certain about this issue. When we clear the cache, it gets resolved. Whether the IFRAME tag is present or not, the form doesn’t truly load.
Settings..There is a big problem with the cache.