Code

Discussion on WordPress Form Builder - Green Forms

Discussion on WordPress Form Builder - Green Forms

Cart 907 sales

halfdata supports this item

Supported

338 comments found.

Does this work with your Secure Downloads add on?

No. Add-on is for Popup plugin.

Hi there, we have a problem.

After the 6.7 wordpress update we noticed an error.

The main problem is that the load_plugin_textdomain() function is called too early in the class constructor, before the init action. As of WordPress 6.7, this is considered bad practice, which triggers the notification.

The solution to correct this problem You need to delay the load_plugin_textdomain() call until after the init action is triggered. You can do this by modifying the code so that you register an action for init in the constructor, and the loading of the text domain is performed within that action.

Modify the constructor as follows:

php Copy code function __construct() { global $leform_admin; }

// Adds an action to load the text domain at initialization
add_action('init', array($this, 'load_textdomain'));
$this->plugins_url = plugins_url(''', FILE);

// Create a separate method for loading the textdomain public function load_textdomain() { if (function_exists(‘load_plugin_textdomain’))) { load_plugin_textdomain(‘leform’, false, dirname(plugin_basename(FILE))) . ’/languages/’); } }

Explanation of the change

Delay loading the textdomain: Instead of loading the textdomain in the constructor, call load_plugin_textdomain() only after the init action is triggered. Adding a dedicated method: Moving the textdomain loading logic to a dedicated method (load_textdomain) allows separation of functionality, which improves code clarity and maintainability.

Please fix it in an update.

Thanks!

Hi. Thanks. Updated in version 1.55.

hello

just sent an email can you please check ?

Replied.

Hi, we have noticed some strange spam submissions lately. Is there a way to stop it or will that be addressed in the next update?

Hi. Are you sure it comes from Green Forms? Technically it’s not a form, it’s aset of separate fields, handled by javascript and ajax. Robots can’t recognize them and moreover they don’t know how to handle and sumbit them.

Is Rest api supported ? I need to add/ or modify form via Rest api .

It’s a form builder, it doesn’t have API.

How can I enable view for this form builder, DataTable view in fronted

I didn’t catch what you mean.

I’m working on creating a multi-step form but couldn’t find an option to display the step or page names on the form. Could you please guide me on how to add step/page names so the user can easily see which step or page they are currently on?

The only thing I can advice is to add HTML-element into each page of the form and describe the step in this HTML-element.

Hi, I’m currently looking for a form builder. I only found your plugin by chance. Although I’ve already bought GreenPopups, I didn’t know that you also offer a form builder. Luckily, I found a recommendation on a reputable site. I actually find your plugin very interesting because it’s simple and understandable. And because the design is absolutely sufficient. But I also wanted to ask you a few questions. I would be very happy if you answered me. When trying it out and testing, I noticed something that seems to be very time-consuming. I would like to create a selection field and when you click on it, more fields should appear. Unfortunately, it is not possible for you to display an entire area. In other plugins, this field is called a panel. This is very practical because you then only have to say: “If the selection field is selected, display the entire panel.” This way you only have to create one query (logic) and not an extra logic for each field. What do you think? Could you imagine installing such an area/panel? I think a kind of field group, i.e. a field where you could add other fields or columns, would be very useful and save time. You can also activate or deactivate entire topic areas for the visitor. Since your plugin seems to be very simple (which I don’t think is bad at all), I still wanted to ask whether your plugin is secure and whether external scripts are only loaded on the form page and not everywhere on the WordPress site? There are many plugins that always load scripts, even if the plugin is not used on all pages. I have also seen that you can also deactivate scripts. What happens if you deactivate the scripts? Can you then no longer use the functions or does it just work more simply? One feature I would also like to see is that when a visitor has filled out the form, the form can also be sent as a PDF. I would like to create an order form and it would be nicer if you then received the entire order as a PDF. Could you imagine that this feature will ever be available? The plugin will also be GDPR compliant, right? Otherwise, I only have one more question. Which languages ​​does the plugin include and do you really not need spam protection? I would be very happy if you could answer my questions. I have just discovered your plugin and I cannot understand why your plugin has so few purchases. I find it very simple and once you understand it, it is also clear/understandable. To be honest, I have compared your plugin a little with other plugins (e.g. Nex-Forms – it may offer more functions, but is also much more complex.) I felt comfortable with your plugin and if it gets more features and is further developed, then I would buy it too. Best wishes and thank you for your attention.

Hello,

I would like to report an issue I’m encountering when using your plugin with a CDN. Upon activating the CDN, a JavaScript warning appears on various pages stating:

“Make sure that you properly included leform.js. Currently you did not.”

I am using the plugin on specific pages only, but this message appears on different pages. For example, when enabling the “Under Attack” mode in Cloudflare, this message appears immediately on any page load.

Could you please provide guidance on how to resolve this issue?

Please extend support period and provide URL where to see the problem. I’ll check what’s wrong.

Hi, I already have your green pop-ups (amazing plugin!). I am considering also the form plugin. I now use FluentForms and hope your plugin is as fast as that. I like to test this before I purchase.. is this possible?

Hi. Unfortunately, Envato doesn’t provide trial period. But you can purchase it, play with it. If it doesn’t work for you, just request refund.

Hi, our forms are coming in as code. What setting do i need to look for to fix this?

Screenshot: https://www.dropbox.com/scl/fi/cl2moqd5ua0id1pbg1642/Screenshot-2024-09-05-at-3.32.51-PM.png?rlkey=q4tl41ur9iko85kv2jfrqzhgo&dl=0

Is it email message content?

Hi, as there is no way to bulk delete all records for the entries logs togethers, which databas table should i delete to achieve this for greens forms and woud be awesome if you let me know the table name for Green popups also

Thanks in advance!

Future Request: I plan to buy a few of these for new sites I’m building and would love to see the ability to upload files to Amazon S3, Wasabi, Digital Ocean and others.

Thanks for idas. I’ll think how to implement them when I have time.

Hi can we have user logins? and also is it possible to assign the forms based on the user logged in?

Unfortunately, no.

I want to create a form and obtain data from an external url. Would it be possible with this plugin?

example…

Yes, I created a form for the registration of members of an organization.

After the user enters the ID card number, can I extract the remaining data such as name and surname corresponding to that card. Can I obtain that data automatically from an external URL?

Unfortunately, there is no such feature.

Hello. I have a pre-sales question. Will I get full source-code of the product when I buy ? I want to extend the functionality of the button element to be able to open a specified page. From what I observe, it can only function as Submit button, back/next button. There is no option to open specific page of a multi-step form. Thank you.

Yes. You get full source-code.

I have a pre-sales question. Can I make a form in which I provide a email(with a .doc file attached) to the customer after the payment is successful. The email should not be sent if the payment fails. Can I achieve this functionality using Greenforms?

LG71 Purchased

Hi Ivan, I hope you are well, I have 2 x questions if you don’t mind:

1) For the very best performance; if I use several Green Download buttons in archives (one per post), is it best to use Green Form or Green Popups? I purchased both.

2) Is there a way to disable the Green Form or Green Popup script on pages where the form is not used, without a plugin? Or only load the script on the page where it’s inserted?

As I am on a shared server, I need to optimise the site for best performance.

Thank you

Is it possible to map fields to salesforce with this plugin?

Unfortunately, it doesn’t have integration with SalesForce.

Your Paystack is supporting only one currency – which is NGN. Could you pls tell me how to select other currency on Paystack? For example,Paystack has NGN,Dollar, etc

Hello, I don’t know why you skipped all my comments. If they are not important to me I don’t think I will have the time to compose and send them to you here. Pls let me know if this requires a custom work or a better way to handle this because I have seen other Paystack Plugins that allows NGN and Dollar. Yours only allows us to select just NGN

Edit modules/paystack.php, line #13. Make it
var $currency_list = array("NGN", "USD");
instead of
var $currency_list = array("NGN");
For further support assistance please make sure that you have valid support license. Now you don’t. ;-)

Thank you so much.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey