jaakkosaarenketo
Forum Replies Created
-
Well that’s kind of what I’m asking.
How can I do server side validation on AF file field?
Like I said, af_get_field(‘test_file’) returns nothing.I need to check the filesize before the form result is submitted.
Currently there are form entries that have the required image field empty because of this.
Can you help?
I’m having a similar issue with a different form plugin.
Perhaps there’s a bug with Easy WP SMTP?
Good to hear. Thanks!
?? Thanks! This is exactly what I wanted.
A nice day to you!
-JaakkoGood to hear. Thank you ??
For example the rules with !important broke some form stylings:
.select2-container .select2-selection–single .select2-selection__rendered{
line-height: 31px !important;
}
.select2-container .select2-selection–single .select2-selection__arrow, .select2-container .select2-selection–single {
height: 32px !important;
}In acf-extended.css?ver=0.8.2
If the front-end features were opt-in. There would be less problems since then usually some visual tests are done.
But with this update, ACF Extended brought new stylesheets in the front end when there was no reason to do so.
Thanks for answering.
I checked but there are not uses of that filter. Anyway, it started to work fairly simply so I guess this can be resolved.
Thanks!
Ok. But still it was a breaking change because the old selection stopped working and an update was necessary.
Here’s the git diff: (all I did was press update -button)
Old one that stopped working with new ACFE version:
“location”: [
[
{
“param”: “post_type”,
“operator”: “==”,
“value”: “all_archive”
}
]
],—–
This one works but needed to click the update.“location”: [
[
{
“param”: “post_type_list”,
“operator”: “==”,
“value”: “all”
}
]
],Great! I’m looking forward to testing it.
Thanks!I’m having the same problem and when researching it further it seems that there is a problem for every site I’ve made that uses Advanced Forms:
Advanced Forms always sets PHPSESSID -cookie. There aren’t any forms on the front pages but if I “curl –head <mysiteurl>” the PHPSESSID is set. That isn’t good when trying to have a good cache.
Can you Fabian research this please?
- This reply was modified 5 years, 2 months ago by jaakkosaarenketo.
This is a kind of embarrassing issue – can an update be released soon?
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Unable to add translations to taxonomiesGreat! Thanks again ??
I just tested it on a separate site and it seems the problem isn’t as big as I thought.
The form gets validated ok. It’s just if there’s other fields that are still invalid, the error messages stay on until everything (else) is correct.
You can test here if you like:
https://sandbox.favor-asiakas.fi/validation-test/Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Unable to add translations to taxonomiesI just sent you a gif animation of the error with the contact form on your website.
Although with multilingual sites, these fields would have to be translatable.
Have you worked with Polylang?
This plugin takes account of the language selection from admin-header
https://fi.www.ads-software.com/plugins/acf-options-for-polylang/