Danny van Kooten

Results 113 comments of Danny van Kooten
trafficstars

Hey Jeroen! I'm not quite ready to merge this as I am not entirely sold on the logic just yet. My gripe is that this relies on the PHP template...

> Would it make more sense to you if we sync the data-if tag to also support the template tags (just strings) as a conditional key? I'm also thinking of...

After 0c72a670d4d63de86c17991c5e1dcd5b0855f559 one can use the following snippet to show a direct link to the uploaded file. Not yet attachments, but it's a step towards that direction. ```php add_filter('hf_file_upload_use_direct_links', '__return_true');...

@intelligence I am terribly sorry for the late reply. Your clients can still use `[HIDDEN_FIELD_NAME]` in the email message body, despite it not being stated as an available tag. Please...

It you start being rude, do not think I will bother trying to help you… Maybe consider I might have other pressing matters in my life that required my attention...

Tested this with the following form HTML and adden hidden fields, but was unable to reproduce the issue. The field count already takes added fields through the filter into account....

Thank you @defries. Saw it!

Absolutely. It’s hard to say whether it will be faster because it really depends. On the one hand, the external file is usually cached for quite long so it’s a...

@Restingo I'm afraid the PR isn't quite working yet. From a quick glance: - The `Rates` class doesn't resolve right now (namespace is incorrect). - The `FacadesTest` class doesn't run...