I’m trying to display a field based on state selected in an address field (US). I can’t find the field in the conditional logic tab, though. Just want to confirm you guys don’t have this option?
Thank you!
]]>I’m using the Lite version of Formidable Form and from everything I have found I should be able to use the frm_after_create_entry hook. I have added a Newsletter field to my user profile page my own plugin. I’m trying to update this field when a user subscribes to the news letter from the website. If they are logged in the user profile is updated.
This is my code but it’s not doing anything.
add_action('frm_after_create_entry', 'joepotgieter_add_entry_id_to_user', 30, 2);
function joepotgieter_add_entry_id_to_user($form_id) {
if ($form_id == 3) { // my Newsletter form id
// Check if the user is logged in
if (is_user_logged_in()) {
$user_id = get_current_user_id();
error_log("User ID: " . $user_id);
// Update the user meta field
$updated = update_user_meta($user_id, 'newsletter_field', 'on');
// Log success or failure
if ($updated) {
error_log("Successfully updated user meta for user ID: " . $user_id);
} else {
error_log("Failed to update user meta for user ID: " . $user_id);
}
} else { //Dont actually care about this as the form sends an email
error_log("User is not logged in.");
}
}
}
Can anyone help with this?
Joe
]]>Hi there,
been using Formidable since many years. Everything is at its recent version. One client told me some submissions popup twice or even 3 times a day. It’s a very complex form with calculations and each entry is identical except the time and the IP of the user. But everything else is the same: email, name, total sum of the calculation etc. VERY STRANGE. we thought this must be a user issue but some entries where created in the morning once, then at noon and 3rd time in the evening with identical field values.
Today another client asked me if i resend a form submission but i did not. And we noticed it has the same form values like the first test submission days before. But the first one even did not exist. I deleted that entry already. And the values are very specific so it is really not possible a human could send that form with those same values again. How is it possible to recreate an entry whose first encounter did not exists any longer. This anomaly is beyond my imagination.
Both cases are submitted with formidable pro and lite. The first client also uses “WP Mail Logging” Plugin and the other the “WP Mail Catcher” Plugin. Two different Plugins to track outgoing form submissions.
But both sites uses “WP HTML MAIL” and “WP ARMOUR Honeypot” Plugins. Maybe the issue is found somewhere in a conflict there?!
]]>Hi.
My website is in two languages (Spanish and English) ??and I need to translate the error messages when the form is submitted. I am using the Polylang translation plugin and I have created specific translation strings for those messages, but they are not translated, as you can see in this image: https://prnt.sc/w7yv4R5ldcts
Thank you.
Regards, ángel.
]]>My client’s customers fill out the form and then send it to him in a fax, so my client does NOT need copies of the form submission sent to the users who filled them out. Is there any way to program this in y’all’s settings?
]]>Hello team,
I am creating a website that aims to help people in creating their portfolio website with their option to apply themes front-end. Do you know which plugin can help me do that? I am currently using Formidable Forms to get the details of their portfolio and to display, but it’s just a plain simple view.
I’m looking for help with implementing restrictions on the information displayed in the portfolio. When someone views a profile, they would see a thumbnail of the projects or initiatives, along with basic details like the project title and the person’s role. To view more in-depth information, the viewer would need to request access by clicking a button. Additionally, the project owner should have the ability to grant access to specific individuals via email, similar to how sharing works in Figma, where users can share wireframes.
I am new to WordPress and in web development. Please please any help and guidance would be very much helpful.
]]>Hello,
Does that article on email routing apply to the Lite version of the plugin?
Link to the article -> https://formidableforms.com/knowledgebase/frm_to_email/#sts=Conditionally%20stop%20email
]]>Hi,
I need phone field with country code enabled I signed up for Formidable form for that and my phone field sucks. When selected International Format for the Phone field It says your Number invalid. Lost 4 leads from the ads due to this problem.
Please note – this post relates to the Formidable Forms Lite plugin and official Hubspot plugin – not the Hubspot addon offered by Formidable Forms Pro.
reCaptcha no longer works in Formidable forms with the official Hubspot plugin activated.
Our forms are located in Fancybox v5 popups (in case that makes a difference)
We have the same issue as another poster, and our issues also only started a few weeks ago.
I am starting a new thread as the thread was marked as resolved, but only because the poster removed the captcha from the form which is not a solution.
Our forms are also loading within a popup (the latest Fancyapps Fancybox v5).
We have narrowed down the issue to occurring when the Hubspot plugin is active.
Note it doesn’t have to be connected to an account for the issue to occur.
The Captcha never loads in our form, there is no ‘reCaptcha is protecting your site’ symbol, and after hitting submit we see the message “This Captcha could be loaded” message.
We have no javascript errors at all in the console.
My guess is that something has recently changed with one of the plugins, since this has only recently started happening. Both plugins were running alongside just fine for a long time (years).
This issue is with Formidable, as the Captcha no longer loads inside your forms.
We cannot disable Hubspot as it automatically populates data into our CRM from our Formidable Forms.
Formidable Forms – please advise if you can replicate the issue?
We have removed the reCaptcha from our forms in order to get them working again.
We have the same issue as another poster, and our issues also only started a few weeks ago.
I am starting a new thread as the thread was marked as resolved, but only because the poster removed the captcha from the form which is not a solution.
Our forms are also loading within a popup (the latest Fancyapps Fancybox v5).
We have narrowed down the issue to occurring when the Hubspot plugin is active.
Note it doesn’t have to be connected to an account for the issue to occur.
The Captcha never loads in our form, there is no ‘reCaptcha is protecting your site’ symbol, and after hitting submit we see the message “This Captcha could be loaded” message.
We have no javascript errors at all in the console.
My guess is that something has recently changed with one of the plugins regarding their reCaptcha implementation, since this has only recently started happening. Both plugins were running alongside just fine for a long time (years).
We cannot disable Hubspot as it automatically populates data into our CRM from our Formidable Forms.
Formidable Forms – please advise if you can replicate the issue?
We have removed the reCaptcha from our forms in order to get them working again.
Hello Formidable Team,
We hope this message finds you well.
We are the team behind Prosopo, a CAPTCHA solution focused on providing a privacy-friendly
alternative to Google reCAPTCHA. We believe our solution would be a great addition to your plugin, offering users a more privacy-conscious choice.
Would you be open to reviewing and accepting a pull request that adds Prosopo as an available vendor option in your CAPTCHA settings?
The PR will adhere to WordPress Coding Standards and align seamlessly with your plugin’s existing
architecture.
Look forward to hearing your thoughts.
Best regards,
The Prosopo Team
I get a console error failing on one form only and not on the other on the same site, which is odd? It makes it fail to even write the entries or send e-mails. We only found this out like 3 weeks without having entries.
The console error can be seen in: https://snipboard.io/1dIvYB.jpg
Does this look familiar?
]]>Good morning,
Since yesterday I have been receiving messages on formidable forms in x3 or x4 (not on all entries only on some).
I don’t understand what’s happening, it’s been since the update I have the impression… do you have any idea? I use Formidable with a Brevo SMTP and a Google Sheet Connector plugin. What should I do?
Thanks you,
Tikka.
]]>I’m trying to track form submissions using Google Tag Manager but I ran into some issues. I hope you can help me figure this out.
Every time the Send button is clicked, a “Form Submission” event is triggered twice in Tag Assistant, but I don’t want Google Ads to count these as two conversions. The only value I found that changes between these two events is a boolean called “gtm.formCanceled”. I set the GTM trigger to only be activated if “gtm.formCanceled” equals false. But I’m not sure if this is a good approach to solve the problem and if I’m losing some form submissions this way.
On top of that I could not figure out a way not to track failed form submissions. If a potential client forgets to fill in one required field and gets an error message the form is not sent but the GTM tag is triggered anyway. After fixing the missing field and clicking the Send button again the conversion will be tracked again and count as two, which will mess up the stats in Google Ads.
]]>Hi Team,
in the last Version 6.14.1 i am get this error on debug.log File
[02-Oct-2024 11:11:38 UTC] PHP Notice: Trying to access array offset on value of type bool in /wp-content/plugins/formidable/classes/controllers/FrmSimpleBlocksController.php on line 55
[02-Oct-2024 11:11:38 UTC] PHP Stack trace:
[02-Oct-2024 11:11:38 UTC] PHP 1. {main}() /wp-admin/post.php:0
[02-Oct-2024 11:11:38 UTC] PHP 2. require() /wp-admin/post.php:187
[02-Oct-2024 11:11:38 UTC] PHP 3. do_action($hook_name = 'enqueue_block_editor_assets') /wp-admin/edit-form-blocks.php:272
[02-Oct-2024 11:11:38 UTC] PHP 4. WP_Hook->do_action($args = [0 => '']) /wp-includes/plugin.php:517
[02-Oct-2024 11:11:38 UTC] PHP 5. WP_Hook->apply_filters($value = '', $args = [0 => '']) /wp-includes/class-wp-hook.php:348
[02-Oct-2024 11:11:38 UTC] PHP 6. FrmSimpleBlocksController::block_editor_assets('') /wp-includes/class-wp-hook.php:324
[02-Oct-2024 11:11:38 UTC] PHP Notice: Trying to access array offset on value of type null in /wp-content/plugins/formidable/classes/controllers/FrmSimpleBlocksController.php on line 55
[02-Oct-2024 11:11:38 UTC] PHP Stack trace:
[02-Oct-2024 11:11:38 UTC] PHP 1. {main}() /wp-admin/post.php:0
[02-Oct-2024 11:11:38 UTC] PHP 2. require() /wp-admin/post.php:187
[02-Oct-2024 11:11:38 UTC] PHP 3. do_action($hook_name = 'enqueue_block_editor_assets') /wp-admin/edit-form-blocks.php:272
[02-Oct-2024 11:11:38 UTC] PHP 4. WP_Hook->do_action($args = [0 => '']) /wp-includes/plugin.php:517
[02-Oct-2024 11:11:38 UTC] PHP 5. WP_Hook->apply_filters($value = '', $args = [0 => '']) /wp-includes/class-wp-hook.php:348
[02-Oct-2024 11:11:38 UTC] PHP 6. FrmSimpleBlocksController::block_editor_assets('') /wp-includes/class-wp-hook.php:324
BR
]]>Hi,
I′m optimizing my site and discovered this line of code:
<script id="formidable-js-after">window.frm_js.repeaterRowDeleteConfirmation = "Are you sure you want to delete this row?";</script>
I know it is not a heavy thing and probably does nothing to my performance, but I′m curious about it, because I do not use a repeater.
Thanks for clarification
Best – Mikkel
]]>The Plugin has good potential, but an export error occurs that renders it useless: in a form field defined as ‘field type: paragraph’, the text content is not properly exported in CSV because whenever a paragraph occurs in the text (with the ‘enter’ key), its content will end up spread over several columns when imported into Excel. This completely ruins the job…
One solution would be to turn this field into ‘Field Type: Text’, but then on the form the message box is extremely small (only one line) which makes it impossible to insert long text (like, for example, an ‘abstract’ submission field).
Is there a solution to this?
Thanks in advance.
]]>Hey,
So I am looking for a solution, been sitting on it for couple hours and to no avail, been testing it into multitude of ways but…
The case:
– Book website with user generated content
– Users goes to the front form, where he is able to add an author and a book title
– He starts typing into an Author field and if there is same author name present, he clicks onto it to apply the name
– If there is no Author of same name, he adds a new entry.
– All entries are user generated, so there is no loaded list, except the ones that the users create by adding a new entry.
I have ACF PRO and Formidable Forms PRO, how can I achieve the above? Another option would be to just populate the fields within a dropdown (from user generated authors) and have an option in the dropdown to add new, which would then redirect or show a hidden entry text field.
Would be perfect if no custom coding is required and can all be done by WYSYWIG editor.
Thanks!
I would like to integrate the car models/years with the FF.
The list of cars are available on this side: https://car2db.com/ in one of the 3 forms:
Excell
SDK
API
Is it even possible to integrate SDK or API with the FF?
I have a form, where people can submit their support for some initiative.
I would like to create a view which shows entries that have the same name, surname AND Email to have the possibility to manually check for duplicates. Having unique values for fields is not an option, bacause sometimes there are people with the same name and sometimes families sign the form using only one mail-adress. So we want to check manually from time to time.
So I would need a filter option, that says: “is NOT unique”
My idea would be:
Name – is NOT unique – [get param=”Name”] AND
Surname – is NOT unique – [get param=”Surname”] AND
Mail – is NOT unique – [get param=”Mail”]
How can I do that?
]]>Hi, I’m presenting at the WP Accessibility meetup on October 3 on accessibility within contact forms. Do you have any objection to my including your plugin in the presentation? It will be posted to YouTube after.
]]>Hello everyone, how are you?
Is it possible to do this with this plugin? I want the plugin to automatically generate a username during the registration process based on the customer’s first and last name or email.
Can someone answer this for me?
]]>It seems like every week or two another submit button shows up at the bottom, and the option to delete them under other options (which works in all the other fields) does not show up.
]]>I am a premium plan user of Formidable Forms and my site is ‘breatheworks.com’ I would like to shift my jot form to formidable forms in which one form has Digital Signature Field and Native Tabs, you can check using the below link:
URL: https://form.jotform.com/slp.jarvis/BreatheWorks-NewPatient
Here patients are fill intake form and we go back and edit and add more into the rest of the form. how we can achieve the same using Formidable Forms
I would be grateful if you could provide guidance on how to achieve this with the current setup.
Thanking you in anticipation,
Best regards,
Raj
in confirmation message, i want to show some emoji like this:
Thanks Dear User [x]. ?? we have sent you an email ??
when I save and refresh the page, all emojis disappear. it does not support emoji in editor,
also i want to add fields shortcodes with label name, for example I have Field Name “Address” then smart tags only add its [ID} not field name, hence i make confirmation template each time for confirmation message like this
First Name: [x]
Last Name : [x]
Email: [x}
is there any method to add short code with field name?
i found method in documentation [ x show=”field_label”] but each time i have to write this code for each fields ids to make a confirmation template.
After updating to version 6.13, the text in front of each link is wrapped and displayed in two lines. Afterwards, however, the text continues on the top line and is also wrapped back to the second line before and after the next link.
Example:
Display before:
“By registering, you agree to the General Terms and Conditions (GTC for events) and the cancellation policy for services.
Now:
‘By registering, you agree to the General……(GTC for………and…..cancellation policy…….for.
Terms and conditions………………………………………for events)….of……. the services
Hello,
Is it possible to use any of these payment gateway (flutterwave/ Paystack) with formidable forms?
]]>I have 2 number fields [4063] and [4064] and I want to add the 2 in a view. So I write:
[frm-math][4063]+[4064][/frm-math]
However, it cannot add empty fields, only both fields entered with numbers can be added.
]]>Hi everybody!!!
Default Woocommerce Registration lacks of funcionalities and I have been using Formidable as a registration form. I have a custom field that I wanted to save as user meta. At this point everything works and this value has been displayed correctly at user/profile page.
Then I wanted to configure it to be able to collect that value and display it (through a shortcode) in the automatic purchase confirmation mails (I use a drag & drop template plugin). I don’t care if this funcionality doesn’t work for old registrations, but I really need to make it work for new users.
I have been trying [user_meta key=”?”] but I feel like this code is not working for me. Am I missing something?
I would appreciate any help!!!
Thank you all,
C.
]]>