philkurth
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Forms for ACF] Create multiple posts from a single form submissionHi @yagbayaski
I can’t answer questions about GiveWP as I have no experience using it personally.
In regards to Woo, Advanced Forms doesn’t have any direct integration but using a custom submission handler (via PHP), you can do anything you like with the submitted form values.
https://advancedforms.github.io/guides/processing-form-submissions/#overview
Cheers,
PhilForum: Plugins
In reply to: [Advanced Forms for ACF] Create multiple posts from a single form submissionHi there
The pro version of the plugin offers post creation and editing. The UI offers support for creating or editing one post per submission, but if you needed to create several posts, you could use a custom form submission handler to run any PHP code you need. This is also possible in the free version.
https://advancedforms.github.io/guides/processing-form-submissions/#overview
Cheers,
PhilForum: Plugins
In reply to: [Advanced Forms for ACF] Is there a way to export entries?Hi @maidot
Form entries are just posts with postmeta so you can use any import or export tool that supports exporting posts and postmeta. I usually use WP All Export, but any tool that allows exporting posts will work.
Cheers,
PhilForum: Plugins
In reply to: [Advanced Forms for ACF] Multiupload file fieldHi @milanvodak.
I’ve just replied to your email which you sent via our support inbox. If you could stick to one channel in future it would save me double handling things. This forum is fine for questions about the free version but email support is the correct channel for pro related questions.
Cheers,
PhilForum: Plugins
In reply to: [Advanced Forms for ACF] Send to multiple email addressesHi @tw2113,
Advanced Forms does support sending to multiple email recipients when added to the Custom recipient field as a comma separated string:
Using the internal hooks and filters you can do anything you want. You just need to spend some time exploring the code to find the appropriate way to extend it.
If you’re using an ACF email field in some kind of workflow to define a forms config. I’d switch it out for a text field where you need comma separated strings because a text field will support any characters but an email field will be validated by ACF as a single email address.
Cheers,
PhilHi all,
I’ve just released 1.9.3.6 which resolves this issue.
Cheers,
PhilAh, thanks. I’m now able to reproduce this one.
I have added this to my list and will look at fixing this ASAP. I can’t give you a timeline at this stage but this will be the focus of the next patch.Hi @iskisbzh
I’ve just performed another check with the latest version of ACF and without Advanced Forms in the mix, I can’t get terms appearing in the conditional logic rules at all.
I may not be understanding your situation clearly however, can you please put together a screencast with an explanation that allows me to understand the situation better?
Cheers,
PhilForum: Plugins
In reply to: [Advanced Forms for ACF] Form Entries Not GeneratingHi @isaac4040,
I can see this forum entry has been marked as resolved, so I assume you must have sorted this one out. Is that correct?
Hi,
I just a did a test and even with Advanced Forms deactivated, I still can’t bring up a list of terms in the field’s conditional logic.
Are you seeing everything work once you deactivate Advanced Forms? Could you possibly create another screencast showing it working and not working in the two different contexts? I might be misunderstanding the issue here – a video will sort me out.
Cheers,
PhilForum: Plugins
In reply to: [Advanced Forms for ACF] Stop Image Uploader from using Media LibraryHi @cristinaqhc,
Setting the uploader arg to basic will switch the upload field to a basic file upload as opposed to the WordPress Media Library.
https://advancedforms.github.io/guides/available-arguments/#uploader
Cheers,
PhilHi @ignition3d,
Unfortunately, I can’t provide any support or pre-sale questions for the pro version of the plugin here in www.remarpro.com as it goes against the terms of service.
Feel free to reach out to me via https://hookturn.io/contact/ and I can answer your questions there.
Cheers,
Phil KurthForum: Plugins
In reply to: [Advanced Forms for ACF] Issues with Litespeed Cache?Howdy Markus,
Going by what their document mentions, it sounds like it should work OK. That said, it isn’t something I’ve tested so I’m not sure on how well it will work.
What I can say is that I haven’t had anyone write in mentioning this in the past so it’s either working fine for other people or people aren’t hitting the same issue.
I’d say give the shortcode a shot and see what happens. If you get a moment, would you mind updating me here so I’ll know whether or not ESI blocks are compatible?Cheers,
PhilForum: Plugins
In reply to: [ACF Theme Code for Advanced Custom Fields] Security updatesHi Sheree,
Thanks for reaching out – glad you like the plugin.
The security updates in ACF don’t affect ACF Theme Code or ACF Theme Code Pro so there’s no need for us to update the plugin to support the changes.
ACF Theme Code implements ACF’s template API and the changes to ACF are under the hood and don’t impact the way the API is used. Additionally, ACF Theme Code already escapes values when using the get_field() function so this change to ACF core just means additional security without you needing to do anything else.
Cheers,
PhilForum: Plugins
In reply to: [Advanced Forms for ACF] Handle AJAX failuresThanks Theo,
I’ll spend some time with this and see if there’s anything I can do in the way of a patch release over the next week or so. I’ll write back here with what I find.
Cheers,
Phil