fabianlindfors
@fabianlindfors on WordPress.org and Slack
- Member Since: September 26th, 2015
- Job Title: Web Developer
- Employer: Tigerton
Contribution History
fabianlindfors’s badges:- Plugin Developer
-
Posted a reply to Submission Failed Notice, on the site WordPress.org Forums:
In that case, af/form/before_submission might work as it's run after validation but before any processing… -
Posted a reply to Redirection variables (or af_origin_url filter), on the site WordPress.org Forums:
Hey, Theo! The best way is probably to set the redirect argument using https://advancedforms.github.io/filters/af/form/args/ and… -
Posted a reply to Submission Failed Notice, on the site WordPress.org Forums:
Hey, Paul! Technically there is an undocumented action called af/form/before_submission from which you can call… -
Posted a reply to Sender, on the site WordPress.org Forums:
From my experience, there are a lot of email-related plugins that mess with the "From"… -
Posted a reply to Sender, on the site WordPress.org Forums:
Hi, Remco! This is commonly caused by having some other plugin on the site which… -
Posted a reply to Very good plugin based on the very good ACF, on the site WordPress.org Forums:
Thanks for the kind words, Adrian! I'm glad you enjoy Advanced Forms :) -
Posted a reply to From email not used, on the site WordPress.org Forums:
Hi, @remcorhee! I just tested this in my local environment and the "From" setting seems… -
Posted a reply to Display empty form again after submitting, on the site WordPress.org Forums:
Hi, @remcorhee! Adrian's suggestion should work. Another way is to use a snippet like the… -
Posted a reply to Filter to prevent entry creation, on the site WordPress.org Forums:
Great! Glad I could help :) -
Posted a reply to Filter to prevent entry creation, on the site WordPress.org Forums:
Entry creation runs very early, at priority 1, so you'll need your af/form/submission action to… -
Posted a reply to Filter to prevent entry creation, on the site WordPress.org Forums:
Theoretically yes with the right priority but I would recommend adding the logic directly to… -
Posted a reply to Filter to prevent entry creation, on the site WordPress.org Forums:
Great! I've added this now, available if you grab the latest version from Github: https://github.com/advancedforms/advanced-forms/commit/3bf01af376042b3bf18d7a3deb70a2bfde45da52.… -
Posted a reply to Filter to prevent entry creation, on the site WordPress.org Forums:
Hi, Paul! I'm glad you like AF. There is no such filter at the moment… -
Posted a reply to Form Action url, on the site WordPress.org Forums:
Hi again! Your code looks good but worth noting that you don't need sprintf in… -
Posted a reply to Form Action url, on the site WordPress.org Forums:
Those are regular old WordPress filters so you should be fine adding it to your… -
Posted a reply to Form Action url, on the site WordPress.org Forums:
The hidden field needs to be added with action I linked. The target argument on… -
Posted a reply to Form Action url, on the site WordPress.org Forums:
Hi! exclude_fields will remove a field from the form but won't let you add a… -
Posted a reply to Show name of post/page where the form is sent from, on the site WordPress.org Forums:
Hi, Joris! The best way to achieve this I would say is to use this… -
Posted a reply to Disable scroll to top of page after submit, on the site WordPress.org Forums:
Hi! The simplest way to not have the page reload (and hence jump to the… -
Posted a reply to How do you set a custom notification email in Form Settings?, on the site WordPress.org Forums:
Great news! :) -
Posted a reply to How do you set a custom notification email in Form Settings?, on the site WordPress.org Forums:
Hi! Where do you want to get the email address from? If it's a static… -
Posted a reply to Chrome bug with time picker field, on the site WordPress.org Forums:
Closing as this ticket is being handled over the Pro support channel -
Posted a reply to Review entries before submission?, on the site WordPress.org Forums:
Hi! The best way to achieve this is probably to have your form create a… -
Posted a reply to How to include files in the notification?, on the site WordPress.org Forums:
Glad to hear it worked! :) -
Posted a reply to How to include files in the notification?, on the site WordPress.org Forums:
I think it's because of the return value of the file field. My plugin doesn't… -
Posted a reply to Multi select taxonomy not work, on the site WordPress.org Forums:
Hi! That looks a bit like either select2 not initializing properly or their being some… -
Posted a reply to How to include files in the notification?, on the site WordPress.org Forums:
Hej, Markus! What is the error that shows up on the error page? Also, what… -
Posted a reply to Remove “All fields” table from notifications, on the site WordPress.org Forums:
I'm glad you figured it out! :) -
Posted a reply to Remove “All fields” table from notifications, on the site WordPress.org Forums:
Hi! This is the first time I've heard of an issue like this, weird! A… -
Committed [2653322] to Plugins SVN:
Version 1.9.1 -
Committed [2652646] to Plugins SVN:
Version 1.9.0 -
Committed [2652623] to Plugins SVN:
Version 1.9.0 -
Posted a reply to Not receiving not email, on the site WordPress.org Forums:
No worries! I didn't even know that bumping was against the forum rules :) -
Posted a reply to No render hook when using shortcode, on the site WordPress.org Forums:
I would say weeks. Gearing up to release 1.9 with Gutenberg support and most work… -
Posted a reply to Not receiving not email, on the site WordPress.org Forums:
Hi, Ben! There are a two things that normally causes an issue like this. Could… -
Posted a reply to ACF repeater to upload images take too much resource, on the site WordPress.org Forums:
Hi! Unfortunately, there is no built-in way to upload images that way. If you are… -
Posted a reply to Roadmap, on the site WordPress.org Forums:
Hi! We don't have any public roadmap but I can tell you that we are… -
Posted a reply to No render hook when using shortcode, on the site WordPress.org Forums:
Hi again! Sorry about the late reply :/ I've added a new action for this,… -
Posted a reply to Flexible content field formatting in mail, on the site WordPress.org Forums:
Hi! I just added this to the plugin! Would you mind installing from Github and… -
Posted a reply to No render hook when using shortcode, on the site WordPress.org Forums:
Hi! No reason really, seems like I designed it weirdly when I first built Advanced… -
Posted a reply to Taxonomy field default value, on the site WordPress.org Forums:
Hi! I just tested this myself and when setting up a taxonomy field with all… -
Committed [2617341] to Plugins SVN:
Version 1.8.2 -
Posted a reply to Advanced Forms and ACF Builder, on the site WordPress.org Forums:
Glad I could help :) -
Posted a reply to Advanced Forms and ACF Builder, on the site WordPress.org Forums:
That error probably indicates that ACF Builder hasn't registered its fields with ACF when my… -
Posted a reply to Advanced Forms and ACF Builder, on the site WordPress.org Forums:
Hi! When you say "not taken into account", what are you referring to? :) -
Posted a reply to Change files directory for entries, on the site WordPress.org Forums:
Hi! Uploads are handled by ACF which uses the wp_handle_upload built into WordPress. If you… -
Posted a reply to Barba js and advanced-forms, on the site WordPress.org Forums:
Hi! There sure is. You can run af.setup_form($form) where $form is a jQuery object for… -
Posted a reply to af_add_error for subfields, on the site WordPress.org Forums:
Hi! Unfortunately that is not possible with the built-in helpers that Advanced Forms provide. af_add_error… -
Posted a reply to Notification Mail Plain Text, on the site WordPress.org Forums:
Hi! This is a bit tricky at the moment as the filters are not the… -
Posted a reply to Create pdf after form submission, on the site WordPress.org Forums:
Hi! I'm not familiar with any plugin that does this but any one that works…
Developer
-
Advanced Forms for ACF
Active Installs: 3,000+