ioruslan88
Forum Replies Created
-
Thank you! This really does allow me to insert some types of blocks! But unfortunately, not all of them. I wasn’t able to insert video blocks, shortcodes, or patterns.
I hope you will fix these issues.Thank you!
I disabled the popup because there are errors on the site. You don’t answer for a long time, I can’t wait that long. I use the most popular plugins: Spectra+FireBox. You can deploy these plugins on your server.
Good afternoon! I hope you saw my last message.
Thanks for the answer! But my question is what will happen to the data if there is a transmission failure. Will there be an attempt to resend, or will the data be lost? Perhaps one of the transmission methods is more reliable.
We have now installed another plugin so that you can test it. There are problems with this plugin too. It’s called MyPopup.
We couldn’t set up a bitform and a pop-up together.
Thanks! Your instructions have solved the problem! But I have a question…can this problem happen again?
https://imgur.com/a/bCj7kIH
I think I found the answer to this error on your website. But there is a problem. When I try to follow the link listed in the description, it takes me to another page.
https://console.cloud.google.com/apis/credentials/consent
I’m getting here:
https://console.cloud.google.com/auth/overviewThanks for the answer! I found the logs! I’m not sure, but apparently the problem is on google’s side. Strange. I haven’t changed or touched anything in bitform or Google. Why could this error occur?
{“error”:{“code”:401,”message”:”Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https:\/\/developers.google.com\/identity\/sign-in\/web\/devconsole-project.”,”status”:”UNAUTHENTICATED”}}add_filter('bitform_filter_before_workflow_onload_fields', 'rename_other_option', 10, 2); function rename_other_option($fields, $formID) { if ($formID === 2) { if (isset($fields['b2-56']) && isset($fields['b2-56']['options'])) { foreach ($fields['b2-56']['options'] as &$option) { if ($option['label'] === 'Other..') { $option['label'] = 'Другое..'; break; } } } } return $fields; }We used this script, but the site encountered a critical error.
Hi, that’s not what I was asking, I was asking if it was possible to somehow send a default message, like in the example on the screenshot?
Thank you very much! Your answer helped! I hope this question and answer will be useful to other users!
I have attached screenshots, they show how I implemented this task, but the plugin does not work correctly. In the Formidable Forms plugin I did exactly the same and it worked correctly there.
Unfortunately, it took you a long time to respond, and I disabled the pop-up. I tested your form with three popup plugins. There’s always a problem. Perhaps the problem is not directly related to your plugin, but it still exists.