Code

Discussion on PHP Form Builder - Advanced HTML forms generator with Drag & Drop

Discussion on PHP Form Builder - Advanced HTML forms generator with Drag & Drop

By
Cart 5,803 sales

migli supports this item

Supported

This author's response time can be up to 1 business day.

1032 comments found.

Hi, I have a dependant select field, but need to show/hide options in it based on what has been selected in the parent field.

I was planning on catching when the dependant field was displayed and dynamically showing/hiding options. I think that means I need to capture when the dependant field is displayed which means the wrapper which I don’t think has a unique id to set an event on.

Is this the best way to proceed and can you give any advice or should I think about another approach.

Thanks.

Hi,

Thanks for purchase.

Hiding/showing options is not the right way (in my opinion), because of issues with browsers support which make this solution too tricky for me (https://stackoverflow.com/questions/9234830/how-to-hide-a-option-in-a-select-menu-with-css)

The best way to achieve this is to send the parent select value in Ajax, and generate the dependent select with the Ajax anwer.

Here’s an example: https://www.phpformbuilder.pro/templates/bootstrap-5-forms/dependent-select-dropdown.php

If you need anything else you’re welcome,

Gilles

Hi, I purchased this earlier, successfully installed and licensed it, but I can’t seem to get the drag and drop feature to work in the form builder. The available fields are greyed out, and when dragging to drop, have a prohibited red circle, and it accepts nothing. I can load forms, but it doesn’t feel quite right (loading a form is a pain, as the open button drops off the bottom of the screen, and won’t allow me to scroll down to click it), and wondering if I have some permission issues with some of the files? Thanks very much, Harvey

Hello Harvey,

Thanks for purchase.

The first thing to do is to open your browser’s console and see if there’s any error message. What you describe sounds like Javascript error that may block the features, but I cannot say more at this time.

Would it be possible to email me an access? (ftp, url)

Also I don’t know which version you have. I published a new one yesterday.

Gilles

Hi, when my posts data i got error “PHP Form Builder license cancelled on 2022-07-09” but i have active license on php crud generator. it includes license to PHP Form Builder is it?

Hi,

Yes, PHP Form Builder is licensed with PHP CRUD Generator and I never saw this message before.

If you email me your purchase code and hostname I’ll be able at least to tell you if your domain is properly registered, and if there’s others ones.

This might help: https://www.phpcrudgenerator.com/documentation/index#php-form-builder

For more help I’d need your ftp access too and your url.

Gilles

Hi, just renewed support. Love the product and no issues until now. Trying to move phpformbuilder on the production server, and when tyring to unregister it, I get

Uncaught Error: Call to undefined method phpformbuilder\Form::getDomain()

Any assistance, greatly appreciated. Thanks Steve

Hi,

Thank you for your encouragement, it’s always appreciated.

Form.php requires ‘traits/StaticFunctions.php’ at line 10, and the getDomain() function is there.

Please first ensure that the phpformbuilder/traits/ folder and its files are present on your server.

PHP traits are available since PHP 5.4, so you may also check your PHP version too (the newer the better)

I’m not sure at all that this advice will solve your issue, but I don’t have any other idea at this point.

For more help please email me your FTP access, url and purchase code, then I’ll see by myself

Thanks,

Gilles

It is very shocking after two months i opened my website and I find nothing on the domain where I installed the script…Website is completely blank…

Hi,

A blank page means that you have an error in your code which breaks it (error 500).

The error may come from anywhere in your PHP code.

Please read this: https://www.phpformbuilder.pro/documentation/help-center.php#white-page

and email me your FTP access and URL if you want me to have a look.

Install didnt work. I fallowed directions as little of it there was, but it didnt work.

I got it to act like its working but It says that my copy of formbuilder is not authorized.

I go to register and it says its registered on my domain, yet says that my copy is unauthorized if I try and use it. ????

Please go to the help center when you encounter any trouble, most of the time it’ll answer your questions:

https://www.phpformbuilder.pro/documentation/help-center.php#your-copy-of-php-form-builder-is-not-authorized

If it doesn’t help I need your FTP access, purchase code, and form URL to help you.

Is it possible to take a template html5 i have an use this to built it into a functional app?

Hi,

If I understand correctly you want PHP Form Builder to read and parse an HTML file with a form and generate the form code in PHP?

PHP Form Builder can’t do this, sorry.

Hello. I would like to use this product with my GoDaddy hosting account. The details they provide are below. My question is, will your Form Builder work with the requirements? I would be using with bootstrap 5.

Send form mail using an SMTP relay server. If you want to use your website to send form mail, like submissions to a contact us form, you’ll need to connect to our mail relay server.

Sending mail through other providers isn’t allowed, so you’ll need to use the following settings:

Port: 25 SMTP Authentication: False or none SSL or Secure Connection: None Server or Host: The relay server you need to use depends on the type of hosting and script you use. What type of hosting account do I have?

Linux (cPanel) Use localhost unless:

You use PHP script and the mail() function. You use Perl script and the /usr/lib/sendmail binary. In those cases, you do not need to specify a relay server.

Hello,

Yes, it’ll work. PHP Form Builder uses PHPMailer to send emails, with the mail() function or you can configure your SMTP.

Some code samples are available here with the email sending documentation: https://www.phpformbuilder.pro/documentation/class-doc.php#sendMail

If you need anything else you’re welcome,

Gilles

Hi there. I have a wordpress website. Can you tell me the way your application will work on a wordpress website? Do i need to install it on my wordpress website as a plugin? Or is an independent app that need to be installed separately with a separate database? If yes how can I add the forms to my wordpress website? Thank you

Hi,

There’s no installation process, you just have to upload the files on your server as described in the Quickstart.

The 2nd step is to build your form, with the drag & drop tool or with the help of the functions.

Save your form into a .php file, then add a in your .html page (or .php, no matter) at the place where it’ll be displayed, and the Javascript to load your form in Ajax.

https://www.phpformbuilder.pro/documentation/class-doc.php#ajax-loading

If you use the drag & drop tool you just have to click the “get code” button and it gives you the code and instructions to integrate it.

There’s no database, you can do whatever you want with the posted data: save anywhere into your own database, send the data in email, ...

If you need anything else you’re welcome,

Gilles

I bought this product since 2019-05-01, and now I want to try it, because I also bought PHP CRUD Generator, but when installing or registering it it tells me the following: “Unfortunately, installation failed because of this reason: The maximum number of allowed PHP Form Builder installations (2 installation(s) total) reached” what should I do

Hi Emena,

Please email me your purchase code, I’ll remove your installations then you can reinstall

Thanks,

Gilles

Hello, I have tried everything but still getting the following error Your copy of PHP Form Builder is NOT authorized. About PHP Form Builder License?

Hello Stebbi75,

Thanks for purchase.

If you’re working on localhost and checked this: https://www.phpformbuilder.pro/documentation/help-center.php#your-copy-of-php-form-builder-is-not-authorized this is probably related to a wrong configuration on your server.

Please email me, send me your form url and FTP access if possible, else for localhost tell me what’s your url, and I’ll send you some instructions to solve this.

Gilles

i have one question if anyone would like to answer it that we can create local .json config files for the form we need and then load them via code and render them or something like that we can do using this lib? i am looking of something like this functionality for my project if it can do that i am thinking to purchase it

Hi,

The JSON files generated by the drag & drop must be loaded by the drag and drop tool. You cannot load them in a page to build a form.

When you’re inside the drag & drop form builder, clicking the “get code” button calls some functions from a PHP class that generate the form PHP code.

If you call these functions (from “FormGenerator.php” you can easily get the form code and save it into a PHP file instead of displaying it on screen.

If you need anything else you’re welcome,

Gilles

the thing i am trying to achieve is there will be multiple frontend templates and everyone going to have different fields i need to be make editable for admin so i was thinking to save a .json config inside the template which will have the form skeleton and when admin activate that frontend then the edit form get created from the skeleton i checked the demo and i think this lib would help me do that supper easy and save me a lot of time. i got no issue use GUI to create a form and then output the form in json file as your lib already doing that i just need to know does there anyway i can load it and render from that json config ?

Thank you

I think I already answered you about this.

Generating and running php code are two different things.

The JSON is conceived to load forms settings in the drag & drop tool.

The drag & drop tool can generate the php code of the form.

Then you can save it in a php file if you want then run it from your page.

But you cannot load a form on your page straight from the JSON.

Unfortunately, installation failed because of this reason: The maximum number of allowed PHP Form Builder installations (2 installation(s) total) reached

hello I have this error when installing more than twice to change from the main domain to a sub domain.

can you please delete the two installations to be able to register it again

Hello,

Yes I will, please could you email me your purchase code?

To reinstall PHP Form Builder the normal way is to unregister first your previous installation: https://www.phpformbuilder.pro/documentation/help-center.php#reinstall-phpfb

Gilles

Hey there, Great work, Before purchase this I have question can this is compatible for all type for all browser and it also work when we use Elementor. Review my website where I want to use this Sports caps

Hi,

Yes it’s compatible with any modern browser, and it has nothing related with Elementor, no matter what system you use to build your content.

If you need anything else you’re welcome,

Gilles

Is php8.x supported at this time?

Hi,

Yes it is. If you click “More attributes” you can see the requirements in “Software Version”

Hi there, Great work, I really appreciate your effort, I want to use this PHP form builder for my website agencia marketing digital. I want to make some form on my website using php form builder how can I get the access of this.

Hi,

You just have to buy a license on Codecanyon & upload the package on your server.

If you need anything else you’re welcome,

Gilles

Is this tool offer SMS mobile verification before submitting a form?

Hello,

No it doesn’t, but you can of course use any external API.

difference between REGULAR and EXTENDED LICENSE ?

Hi,

The extended license allows for discounts. It’s explained here: https://codecanyon.net/item/php-form-builder/8790160#item-description__up-to-50-off-with-the-extended-license

more details are available here too about the licensing system: https://www.phpformbuilder.pro/documentation/help-center.php#licensing-system

If you need anything else you’re welcome,

Gilles

Is there smtp support?

I’m confused on how to register the product. I went to phpformbuilder/register.php and nothing happened.

Hello dustin,

Thanks for purchase.

You probably have to enable the PHP CURL extension.

Please read this, it should help you ; you also should turn PHP display_errors On in your php.ini to view the errors thrown by PHP.

I hope it’ll help, I’m waiting for your feedback

Gilles

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