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.

The application is very easy to use and you can save a lot of time. So I can recommend it to everyone. Gilles always helped very quickly. I was very pleased with the support. Speaking of support:

does anyone know where, for example, I can give a default value in an input field when starting the website? So that’s how

<input type = “text” value = ”<? php echo $ email;?>” name = “email”>

then I have to load several variable values from the database.

$ sqlerg = “SELECT * FROM products WHERE customerID = ’$ customerID’;”;

$ result = $ conn-> query ($ sqlerg);

if ($ result-> num_rows> 0) {

while ($ rowpdk = $ result-> fetch_assoc ()) {

$ quanity = $ rowpdk [“quanity”]; $ price_netto = $ rowpdk [“price_netto_netto”];

<input step = ”. 50” type = “number” value = ”<? php echo $ rowpdk [” quanity “];?>” name = “quanity <? php echo $ posnr;?>”>

etc.

Hi,

Thanks for your nice comment.

About default values: PHP Form Builder registers and uses the values from the PHP $_SESSION. This is explained here: https://www.phpformbuilder.pro/documentation/class-doc.php#global-registration-process

So to set your default values you just have to set the session value, for instance:

if (!isset($_SESSION['errors']['user-form']) || empty($_SESSION['errors']['user-form'])) {
    $_SESSION['user-form']['user-name']       = 'Wilson';
}

A prefilled template is available here: https://www.phpformbuilder.pro/templates/bootstrap-4-forms/default-db-values-form.php

If you need anything else you’re welcome,

Gilles

Your Drag and Drop on your example doesn’t seem to be working right. I can only drop one item. Please advise before I purchase.

Hi,

Please try to move each item over the others (not over the empty part of the dropzone, but over items that are already inside).

This way it’ll perfectly work. It is due to the height of the dropzone, and it’s not easy to change this behaviour.

Gilles

Thank you! That worked. One more question…will this work with PHP 8.0+

In the future yes, but not yet – I have to work on a major update with PHP8, Bootstrap 5 but it’ll be released in several weeks

Hi there

I’m looking for a script like this. I need two features: Lookup Fields (get data from another form) and Cacasding select (dropdowns).

I cannot find these features in your list and website. Please,

Hi,

Not sure about what you mean with “Lookup fields”, but I assume it’s Ajax autocomplete ; you’ll find an example here: https://www.phpformbuilder.pro/documentation/jquery-plugins.php#autocomplete-with-ajax-call-example

and another one here: https://www.phpformbuilder.pro/templates/bootstrap-4-forms/search-form.php

Cascading select are here: https://www.phpformbuilder.pro/templates/bootstrap-4-forms/dependent-select-dropdown.php

If you need anything else you’re welcome,

Gilles

Hi Migli! Thanks for your answer

I mean, First, I have a Customer form (with data). Second, I need to fill a Select (dropdown) in another form (Projects) with this list of Customers. Is it possible?

Thanks!

Yes, but all depend on your programing skills. You should have a look at the source codes, they’re available online (except for some Ajax requests), then see if you feel confortable with them

in laravel integration easy or any step ?

I can’t provide any help with Laravel, but you just have to use Form.php as an external class:

https://laraveldaily.com/how-to-use-external-classes-and-php-files-in-laravel-controller/

wizard form available ?

Hi,

Go to https://www.phpformbuilder.pro/templates/index.php

Click the “Toggle All” button, then click “Step forms”

I sent you the identifiers

Hi,

Sorry this is very unusual, I generally answer a lot more quickly but as I warned you I got urgent work and had no choice.

The forms can be easily integrated into your Wordpress content with Ajax loading, as explained here: https://www.phpformbuilder.pro/documentation/class-doc.php#ajax-loading

If you really want the refund please ask here: https://codecanyon.net/refund_requests/new

else I’ll make it work on the ftp you sent me as soon as I got your answer

Thanks for your understanding,

Gilles

I have returned the refund request to you

Thanks, refund is done.

Sorry I haven’t been sufficiently reactive, I wish you good luck in your projects

Hi I can not install the script you can do it for me

Hi,

Thanks for purchase. Yes I can, please put the phpformbuilder folder on a ftp and email me your ftp access and target url

Hi I need to make sure that can be installed on my we hosting is there a trial?

Hi,

There’s no trial, it works on any server with php 5.6+

Hi, I need to run this on a server with no Internet access. What are the options?

Hi,

The answer is simple: you can’t.

If it’s a problem for you you can ask for refund, I’ll accept it of course.

Hi Gilles,

Is PHP Form Builder compatible or can it be used with MariaDb instead of My SQL?

Hi,

Yes, MariaDb is perfect too.

Hi mate,
Install but can’t use 1) FORM TEMPLATES 2) code samples.
And I can’t use Component Settings.

Please don’t send 3 emails + comments at the same time.

If I don’t answer immediately it means that I’m busy. And we’re sunday.

Thanks

Thank you for your help, but to hard to use, I can’t use.

If you send me the url of the form you’re trying to build and tell me your requirements I can help.

You ask me where to put the email sender: that’s the email_sender argument in the sendMail() function.

Hi,

Just bought a new licence for a new project. Install it with register on my localhost, it was successfull, but as soon as i try to update or send form , I get the following error: The maximum number of allowed PHP Form Builder installations (2 installation(s) total) reached

thanks for your help.

Hi John,

It’s difficult for me to understand exactly why this happened, but let’s try.

Did you move the phpformbuilder folder after having registered?

Did you change the project URL?

If found a code on the licensing system that had a wrong callback, it starts with c4d70a82-

2 urls are registered: and localhost/phpformbuilder

I think it’s probably yours, please tell me if you want me to reset 1 or the two registrations

Gilles

Good morning,

Hate to bother your again. Everything is working perfectly except the form templates. When I click on Form Templates the menu comes up below for me to select a Template. But when I select one I get an error500. Not sure if I goofed up the install or not. Please advise. Thanks.

Hi,

Thanks for purchase.

If you turn display_errors On on your server you’ll probably see this error (and you’ll find the solution on this page too): https://www.phpformbuilder.pro/documentation/help-center.php#warning-include_once

If you need anything else you’re welcome,

Gilles

Can you reset the license keys for me please? Was learning the process. I do not have it installed anywhere else. Thanks.

Hi,

Please email me your license key and tell me if you want me to reset all the installations or just one.

Gilles

How to use this in shopify.

Hi,

No help is provided for integration with CMS.

Thanks for your understanding

Hi, I think there is a problem in saving forms with drag & drop.

I created a form and saved it. If I try to change it by entering a title (h3 for example) and I save it again, the changes are not carried over.

the same thing happens with a select field. With other types of input, however, there are no problems.

I am attaching a short video to explain it better.

https://recordit.co/IxJCmndWuf

Thanks

Hi,

I tested on the demo and all works perfectly.

Please tell me if you can reproduce the problem from there.

Else it probably means that you have an authorization issue on your server (chmod), or something else about what I’ve no idea, but the problem seems to come from your server settings.

If you need anything else you’re welcome,

Gilles

hi, I tested on the demo site, the previous problem seems to actually not be there, so it will be a problem of my server.

As I anticipated, however, there is also a problem with the automatic saving of the options of the select. I share a new short video where you can see that when I insert the values of the select, they are not automatically saved immediately:

https://recordit.co/fQMRlRbQJJ

Hi,

Again I tested on the demo and it worked. Until I cannot reproduce the problem I cannot help.

I’d need an access to your server to see what happens.

Sorry I cannot do more for now.

hi, in the ajax module, is it possible to get a value by GET? the value of the $ _GET must come from the page that contains the div html that calls the form. Thank you

Hi,

If for instance you open templates/bootstrap-4-forms/ajax-loaded-contact-form-1.html you’ll find the Javascript code that calls the Ajax form:
$(document).ready(function() {
            ajaxForms.forEach(function(currentForm) {
                $.ajax({
                    url: currentForm.url,
                    type: 'GET'
                    // ...
You can add your GET parameters to currentForm.url, for instance:
url: currentForm.url + '?var=value',
type: 'GET'

If you need anything else you’re welcome,

Gilles

hi. we’re looking to build a form that does the following, to be used on a smartphone:

1. capture images on the ground 2. obtain geolocation in a form field, gps coordinates 3. upload multiple pictures with a short description for each 4. display all items in a built in crud type list 5. option to add each form entry into a row in google sheets

Hi,

I answered your email (same question) If you need anything else you’re welcome,

Gilles

Hi, I just bought the form builder plugin. I have a need: basically my test site is on a server, not locally. After running the tests I will switch to another server / web address. Will I have to buy a new license? Thank you

Hi Max,

Thanks for purchase.

The license system allows you to run 2 different installations (on 2 domains). This way you can install on a development server (no matter if it’s local or not) and your production server.

Then you can if you need uninstall/reinstall on another domain any times you want without any limitation.

If you need anything else you’re welcome,

Gilles

Hi! I’m working with your plugin but I don’t know how to translate the formvalidation messages to Spanish. I’ve tried to load the plugin with $form->addPlugin(‘formvalidation’, ’#’ . $form_id, ‘default’, array(‘ language ’ => ‘es_ES’)); but it doesn’t work

How can I show the error messages translated?

Thanks!

Hi,

Your code seems perfect (even if the ‘percent’ has disappeared in the comments).

Maybe the plugins js files have been compiled and cached? https://www.phpformbuilder.pro/documentation/jquery-plugins.php#optimization

Please try to set the form mode to ‘development’:

$form->setMode('development');
You can also delete all the css & js files in phpformbuilder/plugins/min/[css|js]/

If it doesn’t help I’d need your url & ftp to test

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