floris246
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Forms for ACF] Is there a anti spam/anti robot field?Works like a charm!
Forum: Plugins
In reply to: [Advanced Forms for ACF] Is there a anti spam/anti robot field?Never mind, apparently this plugin is needed: https://nl.ww.wp.xz.cn/plugins/advanced-custom-fields-recaptcha-field/
Forum: Plugins
In reply to: [Advanced Custom Fields: reCAPTCHA Field] Broken on installSame issue +1
- This reply was modified 7 years, 8 months ago by floris246.
Forum: Plugins
In reply to: [Advanced Forms for ACF] How to get AF entries with phpForum: Plugins
In reply to: [Advanced Forms for ACF] How to get AF entries with phpI think you are making a mistake? The site states literally ‘Lifetime updates for Unlimited Sites’.
If it is only for one year that makes your plugin instantly too expensive to have. Just giving my honest opinion here.
Update: Aha, I mean Advanced Custom Fields Pro. :o)
Strangely enough WordPress forms plugins need to be payed yearly (and be very, very, expansive that way). That’s the reason I didn’t end up with the WP Forms plugin for example.
Forum: Plugins
In reply to: [Advanced Forms for ACF] How to get AF entries with phpThank you. That is helpful information. It might be nice to add functions to the AF API class like get_field_entries($field_name). It’s powerful if you can tell in one second what the function does only by applying a clear function name for such helper function.
Anyway I just bought AF Pro (on our Blue Dragon account). Good to see you guys have a lifetime license, really like it. Cheers.
Forum: Plugins
In reply to: [Advanced Forms for ACF] How to get AF entries with phpI fixed this by inserting a custom post type entry on the af/form/submission hook.
In other words, when the form is being processed I insert a new post (with the post type petition in my case) and use the add_post_meta function to insert the field data needed.
My mistake, I found the wp_nav_menu function that ads the menu in the theme location. And removed this code:
'link_before' => '<span class="screen-reader-text">','link_after' => '</span>'