yepecece
Forum Replies Created
-
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Add Mailchimp interest choice to Ninja FormsI am interesting in using this with Ninja Forms but instead of using an hidden field I would like the user to check the options in the Checkbox List.
What would be the correct way of doing this?
Thanks for your help.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Email action not workingThanks for all the ressources.
I didn’t yet had time to check this up.
I will let you know if I make it work.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Form with required fields used in a blockYou are right, there is no Ajax request being sent.
I just checked that if I logout of the admin, the validation works perfectly.In must be some frameworks from the admin that interfere with the form when logged in.
Thanks for your help.
Let me know if you find a way to bypass validation in the block preview as it would be a nice to have feature to be able to preview form.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Form with required fields used in a blockThanks for your quick reply.
- I am using this code
<?php acfe_form('contact'); ?>. If I use thedo_shortcodethe form is not visible in the block preview - I have no JS error in my console when trying to submit.
- This is the bubble I see as an error
https://ibb.co/z2fTvDt. - In the block preview the validation works
https://ibb.co/kqVp9kk.
Also, I have not changed any setting in the validation settings.
- This reply was modified 5 years, 5 months ago by yepecece.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Form with required fields used in a blockThanks for the info. I will try that.
I am also having some trouble with the validation. It is not working on the front-end. It just gives a grey bubble with a “Fill out this field” text.
Is this related to the fact I am using th field via a block? Do I need to enqueue specific fields (enqueue_style, enqueue_script, enqueue_assets)?
Let me know if you have tested the form module with block usage or if this is something that needs to be worked on.
Thanks again.
Forum: Plugins
In reply to: [WP SmartCrop] Bug with add_image_size custom crop positionJust FYI,
I managed to fix this by going to WP SmartCrop General Settings and disabling “Thumbnail Generation”. It is working fine now.Thanks for the info.
Would it be possible to use some kind of action such as ‘acf/save_post’ in combination with parse_blocks() in order to save the info into the post thumbnail?
My block is a Header block and as it is already setup in my theme I don’t want to have to modify all my pages.
Thanks.
PS: I know this is more an ACF question, but do you know if it is possible to show a metabox with ACF fields at the very top above gutenberg? Right now it is only possible on the side bar or on the bottom below Gutenberg.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Block image previewThanks for the info. I will keep an eye on updates.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Bug with Dynamic Preview without modalThanks for the quick reply.
I now understand your logic.
Maybe you could disable the “Layouts: Force State” option when “Layouts: Dynamic Preview” is enabled.Thanks.
Hi,
In fact i tried it and was really happy with it.
The only problem is that for this specific project I needed Ajax submission.
For any other project I will definitely be using ACF extended: Forms.
Thanks again and keep me posted if you have news regarding Ajax submissions.
Best.
- This reply was modified 5 years, 11 months ago by yepecece.
Thanks for the info.
I saw your post on the ACF support forum as well as your exemples.
In the mean time I have already setup my form with ninja form which works fine.
I really want to avoid using it in the future and might try this on my next project.Thanks and I hope acf implements this so that we can use it in a less hacky way.
Thanks for all these clarifications.
Since I really need to avoid the page reload I will need to use some other plugin for my forms right now.
Let me know if you plan to add the possibility to avoid the page reload and rely only on Ajax for the submission as an option.
Thank you
Is there any news about this?
I have the same problem.- This reply was modified 6 years, 3 months ago by yepecece.
Forum: Plugins
In reply to: [ACF Flexible Content Modal] Nested FCHi,
Thanks.
Is there a quick hack that could be applied to JS in order to enable this?
I was trying to modify line 17 in the script.js file to only take acf-flexible-content below class specified in the field’s ACF class attribute.Let me know.
Thanks
Thanks for you quick answer.
Just submitted.In the meantime, I will try to implement this using your custom condition template.
https://algolplus.com/plugins/program-custom-condition/Thanks again
- I am using this code