1032 comments found.
How to add the recapta key ? i cant find the location to add the recpata
You can also look at the templates codes, you’ll find the 2 keys.
How to connect DB, I have filled the DB credentials but no tables have been created?
Hi,
PHP Form Builder doesn’t create any table, you have to build your own. Then you can retrieve your data to prefill your forms, or record data after posting.
Here’s a sample form:
https://www.phpformbuilder.pro/templates/bootstrap-4-forms/default-db-values-form.phpAnd the documentation:
https://www.phpformbuilder.pro/documentation/class-doc.php#database-mainHi, am getting this error License is not installed yet or corrupted. (0) while installing the demo form
Hi Bitsathy,
I need more informations to help you. If possible please email me your url, your ftp access and your purchase code.
Did you properly registered your copy?
When you register the licensing system should create a directory in phpformbuilder named with your domain name. If it doesn’t exist, check that your phpformbuilder dir is writable.
You also must install on a valid domain or alias, not with an ip address from localhost.
If you send me your purchzase code I can check if the license is installed or not.
Sorry for these starting troubles,
Gilles
Are all the configurations for tinymce and responsive file manager done separately from PHP Form Builder?
Hi,
Each plugin config is stored in a xml file.
The Responsive File Manager can be edited inside Tinymce config.
You can store & recall several different configurations: https://www.phpformbuilder.pro/documentation/jquery-plugins.php#customizing-pluginsIf you need anything else you’re welcome,
Gilles
How can I deactivate my license and then reactivate it locally
Hi,
Everything is explained here: https://www.phpformbuilder.pro/documentation/help-center.php#reinstall-phpfb
If you need anything else you’re welcome,
Gilles
Salut Gilles, ici Miquel en Barcelona, Espagne.
J’ai acheté, à nouveau, ton extension pour intégrer un formulaire dans le site d’un client. Après l’avoir téléchargé je l’ai installé et configuré. Ça marchait bien, alors j’ai donc passé mon temps a préparer le site web. Une fois j’ai fini le site, j’ai tourné au Form mais, maintenant, ça ne marche plus. Lorsque j’essai d’envoyer le formulaire j’obtiens une alerte disant “CSS template file doesn’t exist”.
Tu peux m’aider, s’il te plait?
Excuse mon français et l’orthographe.
Merci et salut!
Salut Miquel,
Bienvenue de Barcelona, et ton français est excellent.
Le problème vient simplement du fait que tu as créé un template d’email en html pais pas le fichier css correspondant.
Par exemple, si tu crées un template dans phpformbuilder/mailer/email-templates-custom/my-template.html, tu dois aussi créer un fichier my-template.css dans le même répertoire. Si tu ne veux pas personnaliser le css, crée tout de même le fichier et laisse-le vide, mais le programme en a besoin.
Si tu as besoin d’autre chose n’hésite pas,
Gilles
Hi,
I will use your code in one domain, then after securing a project, I will use it in another domain (and never use it again in the first domain).
Is that ok?
Hi Iyasilias,
Thanks for purchase.
Yes, that’s perfect. You can unregister and register elsewhere any times you want.
If you forgot to unregister & delete your installation send me your purchase code & I can do it for you.
If you need anything else you’re welcome,
Gilles
Hi Team,
We need one quick help here. When we create a form and try to save the file it asks us the file in disks/ server. Here is the screenshot https://ibb.co/NVWc9Qj
Could you please help us how could we make a default option where we could save the form on server needs to be default and shouldn’t ask where to store to store the json to customer… The path to store the json need to be given from backend by up
Please help us resolve this so we could make our product live. Look forward to hearing from you
Hi,
Thanks for purchase.
Please could you first send me your purchase code and more informations about your product? (url, ftp if possible, and explain briefly what it is about)
You can email me here: https://www.miglisoft.com/#contact
I’ll see how I can help you as soon as I receive, thanks
Gilles
Hi, how install drop and drag form builder?
Hi,
Thanks for purchase.
There’s nothing to install, just open drag-n-drop-form-builder/index.html in your browser with a php server running (you must access a valid url, not file access with “c:/”)
If you need anything else you’re welcome,
Gilles
Hi,
-Do you plan to add PDO? -Does it have Salesforce integration?
Thanks
Hi Lenamtl,
Yes PDO is planned, as well as Bootstrap 5, but it’ll take some time before this release.
I don’t understand exactly your 2nd question, please could you explain what kind of integration?
Gilles
Ok I figured out for Salesforce so forget about this question.
Other presale questions:
Is it possible to send the form result to a specific email address based on a dropdown selection?
Let say the visitor
select Sales —> email is sent to sales@...
select Support —> email is sent to support@...
Is this possible to send an email to multiple email
Sales —> janedoe@, johndoe@
Does the license registration is for the form builder or the generated form?
Thanks
You can do anything you want in PHP with the posted value, so posting to different emails depending on a dropdown is easy.
About the licensing system, you’ll find all the details here.
1 license = 1 domain + any subdomain, you can build unlimited forms without any other restriction
Hi,
I’m not so sure if I understand correctly what your code does: does the builder is just to set the form field and JS validation?
Does it include multiple server side form field validation?
When you say it easy to do, I undestand that I can customized the PHP but is this possible without any custom code?
About the license (I understand that you wan to protect your work)
But this seems very risky to me and I cannot rely on it….
What will happen, if you
-close your Envato account
-delete your Envato product
-if your license script stop to work (server down etc)
Does only the register script is encrypted, does your code is open let say if I need to add some custom PHP function?
Thanks
Hi,
does the builder is just to set the form field and JS validation?You use PHP functions or the drag & drop tool to generate your form html code + to add plugins + to set your JS / PHP validation + to send emails or register data in your database
Does it include multiple server side form field validation?Yes, please refer to the documentation here: https://www.phpformbuilder.pro/documentation/class-doc.php#php-validation-basics
is this possible without any custom code?Yes, everything is explained here: https://www.phpformbuilder.pro/documentation/quick-start-guide.php
But this seems very risky to me and I cannot rely on it….I can understand this, and can guarantee that:
- The server is 99.99% reliable, and I reserved the domain for the maximum duration (maybe 10 years, don’t remember exactly)
- If for any reason something happened a patch would be published to remove the licensing system.
Does only the register script is encryptedNothing is encrypted, it’s not allowed by Envato.
If you need anything else you’re welcome,
Gilles
Hello, I would like to know if there is a way to restrict specific days to select in the calendar example: we only want the staff to select between Wednesday, Thursday or Friday. I appreciate your answer, kind regards
Hi Justinrd7,
This depends on the plugin you use (Pickadate, Material datepicker or Litepicker).
Each have its own documentation, so you’ll find your answer there.
Then you have to edit the plugin XML file in the phpformbuilder/plugins-config folder.
More information about customizing the plugins here: https://www.phpformbuilder.pro/documentation/jquery-plugins.php#customizing-plugins
If you need anything else you’re welcome,
Gilles
PS: please don’t post both comment + email for the same question
Hi, can this be used to attach files with users and add tags for the files? Also, will you support php8?
Hi,
attach files with users and add tags: You can configure the file uploader to upload the files in folders depending on a user, or if you record the data in your database after sending the form you can do anything just like with any PHP form. All depend on your programming knowledge.
I’ll work to support PHP8 & Bootstrap 5, this is planned.
If you need anything else you’re welcome,
Gilles
Hi, do you plan to add Bootstrap 5 compatibility?
Hi,
Yes of course, will do as soon as I find time to work on it.
Is there a form Calculation widget or plugin that can calculate total costs of products ordered? Is there a Jquery plugin or another one that we can utilise with.
Hi,
There can’t be any built tool for this because all depend on your custom fields, but this kind of calculations can easily be done in PHP or Javascript.
If you need anything else you’re welcome,
Gilles
Hi, your plugin its great! I have a question… I need remove copyright that appears at the bottom of the forms and change the logo, and remove the Helper and the references of your BRAN when I click in the simbol (?). thanks for your support… Good Job with this tool! also I need put 2 columns in the Forms… the builder offer only one column its possible do ti?
Hi Guilleguate,
Thanks for purchase.
I don’t understand where you see all these references, could you explain please?
About the 2 columns (using Bootstrap?)
With the horizontal forms
You can group several inputs in a row and use the setCols() function to set the width & breakpoint of each input.
The inputs will be stacked on small screens, but one after the other, so it’s not exactly the same behaviout than having 2 colums with several fields inside each one.
If you want 2 columns with several fields inside each one, you have 2 others solutions:
Create custom functions in FormExtended.php
the FormExtended class allows you to create any custom function of your choice.
I use this one for 2 columns layouts:
public function startRowCol($row_class, $col_class)
{
$this->addHtml('<div class="' . $row_class . '">');
$this->addHtml('<div class="' . $col_class . '">');
}
public function endRowCol()
{
$this->addHtml('</div>');
$this->addHtml('</div>');
}
You’ll find an exemple on how to use FormExtended here:
Using the addHtml() function
Instead of using the FormExtended class you can also call the addHtml() function at any time to create your rows & cols.If you need anything else you’re welcome,
Gilles
Please cancel previous ticket.
Hello Gilles, I bought PHP Form Builder last week. I have some issues to get it to work. I sent you an email last week thru your website form, did you receive it ? All the best. Pierre
Hello,
Thanks for purchase. Sorry I didn’t receive your email (usually this never happens …)
Please could you retry? I’ll give you a feedback as soon as I receive it.
Gilles
Hello Gilles, Thanks for your really quick answer. I just send you an email. When you have 5 minutes, take a look and you could answer me directly. All the best. Pierre
Thanks Pierre, I received your email & will answer just now
Is it possible that the text before a selectbox ist left-justified instead of right-justified? The text should be near the selectbox. $form->addSelect(‘Text’, ‘TExt’, ‘class=select, required’); Thank you!
Hi Lydia,
You can change the lable class in the options at any time, here’s a sample code for Bootstrap 4:
// change the label class
$form->setOptions(array('horizontalLabelClass' => 'col-form-label text-left'));
$form->addSelect(‘Text’, ‘TExt’, ‘class=select, required’);
// revert to the default label class
$form->setOptions(array('horizontalLabelClass' => 'col-form-label'));
// then add others fields
Thank you – but what I meant – I have some selectboxes among one another with different text – is it possible, that each text is right-justified (next to the select). Sorry for my bad english
Sorry Lydia I’m not sure to understand, but anyway it’s really a programming question, rather related to CSS than the form builder
Hi,
Edit the css: phpformbuilder/plugins/fileuploader/dist/jquery.fileuploader.min.css
Please note that:
- your question is not about the tool itself, it’s about programming.
- your support is expired
- I like people who say “hi” before asking something
Thanks
Gilles, Thank you for the reply. I will look into the css. I appreciate your help. I will be looking to renew support in the future.
I have a fieldset with 10 checkboxes. Is it possible to arrange that in two rows? 5 checkboxes in the first row and 5 in a row aside the first row. Thank you!
Hi Lydia,
You don’t tell me if your form is horizontal/vertical, and which framework you use.
I’ll suppose you use Bootstrap 4, so here’s a pen: https://codepen.io/migli/pen/MWbjBOY
This is made (for you) only with css. You just have to change the columns class before your checkbox group:$options = array(
'horizontalElementCol' => 'col-sm-8 d-flex flex-wrap'
);
$form->setOptions($options);
and add the codepen css to your page (customize as desired)
Thanks a lot, yes I use Bootstrap 4 – horizontal. Is it possible, that you can use the css only for that checkbox group? When I change the horizontalElementCol all other inputgroups will also change.
Change the options just before your checkbox group, then revert to ‘col-sm-8’ just after
The options can be changed anywhere while building your form, they’re applied on the fly.
Thank you. It works perfect now.
Thanks to you