1032 comments found.
Hello sir Just purchse your php form builder. What is the cost to nstall by you, this form builder to my server?
Hi Petragio,
Thanks for purchase.
There’s almost nothing to do at first, it’s explained in the quick start guide.
But if you want you can send me your ftp access & url, explain me exactly all about the form you want to build and I can build it for you, for free if it’s a simple form, or maybe for a small fee if it requires more time.
I’ll need your purchase code too to register your package, and probably your server admin dashboard access.
Gilles
Hi.
I need create form in WordPress.
Can I send email from date of first step? “} elseif (isset($_POST[‘form-step-2’]) && Form::testToken(‘form-step-2’) === true) {“
... Do I need past code here?
2. If will be an AJAX form where I need to past code?
3. Can I combine dependent filed and inside Dynamic added fields?
Hi Onore,
- If you want to send an email after the 1st step, the posted step is the 1st, not the 2nd:
if (isset($_POST[‘form-step-1’]) && Form::testToken(‘form-step-1’) === true) { // send your email here - Here’s a template that uses Ajax: https://www.phpformbuilder.pro/templates/bootstrap-4-forms/ajax-loaded-contact-form-1.html
$.ajax({ url: 'ajax-forms/contact-form-1.php', // this leads to the php file that includes the formTry the Drag and drop tool: add any field, then in the main settings enable “Ajax Loading”, then click the “get code” button in the main window. You’ll have a complete sample code that explains each part of code and where it must be used. - Yes you can, but after loading your fields you’ll have to enable them in Javascript:
$(".hidden-wrapper").dependentFields();
Gilles
Hello
Is lookup option available for this forms?
I need to create two forms one for the user to enter the data (Name, Address, City), two the user can lookup the entered data using custom lookup field i.e., City.
Regards Narendra
Hi Narendra,
Once a form is posted you can do anything you want with the posted values.
If you want to show a recap you just have to build your html then show it on your page.
If you need more help with this you can send me your ftp & url, and explain clearly what you want, then I’ll build it for you or at lease lead you in the right way
Gilles
Hi, first thing this item is very very good. I have a question. When I use the Drag and Drop Form how can I style the form? I have the form ready working. But I need to put some style to it. But I do not see where I can do this.
Hi Sheider,
Thanks for purchase.
It depends on what you mean with style the form.
If you want to change the layout:
- In the drag and drop Main settings, you can choose “horizontal” or “vertical”
- In the drag and drop, you can choose the width of each field (horizontal forms only). The fields will be grouped on the same line to fit 100%
- If you want more specific settings, you have to edit the code, and for instance use the setCols() function
If you want to change the appearance:
PHP Form Builder doesn’t add any custom style. the styles come from your framework only (Bootstrap, Foundation, ...), and there’s no styling options in the drag and drop form builder.
It’s deliberate, and it allows you to have a natural integration in your design, rather than personalized styles that wouldn’t be consistent with the project.
So you just have to customize with your own CSS.
If you need anything else you’re welcome,
Gilles
can this form post data in google sheets
Hello,
(please first say something like “hello” too, it’s a better way to get in touch)
PHP Form Builder sends the forms in PHP. Then you can do anything you want with $_POST
A Google search on “php post data in google sheets’ will help.
My download appears to be missing /drag-n-drop-form-builder/index.php. There is a /drag-n-drop-form-builder/index.html, but naturally, it doesn’t actually DO anything.
Hi Foxydot,
The drag and drop is index.html (index.php is just for the phpformbuilder.pro website).
You’ve got to open it in your browser with a php server running (it uses Ajax for php). Do you see any error in the browser console?
Hi, does this form has “Conditional” feature? Like “Are you Student” Radio button has “Yes” “No”. If “Yes” text input is enabled.
Hi Ilovecoding,
You’ll find many examples here: https://www.phpformbuilder.pro/templates/bootstrap-4-forms/dependent-fields.php
Documentation: https://www.phpformbuilder.pro/documentation/jquery-plugins.php#dependent-fields-example
Depenedent fields are also available with the drag and drop form builder
If you need anything else you’re welcome,
Gilles
Bj Migli. Comment faire pour valider le formulaire sans le poster. Je souhaite par exemple valider les champs, puis executer une tâche de paiement avant de poster les données. Merci.
Bonjour Massambus,
Pour valider le formulaire en PHP il faut poster le poster en Ajax vers un fichier php, puis utiliser les fonctions du validateur sans modification particulières (Form::validate(), ...)
Pour le valider en Javascript:
<script type="text/javascript">
var fvCallback = function() {
var form = forms['my-form'];
// form.fv is the validator
// you can then use the formvalidation plugin API
form.fv
.validate()
.then(function(status) {
// status can be one of the following value
// 'NotValidated': The form is not yet validated
// 'Valid': The form is valid
// 'Invalid': The form is invalid
...
});
};
</script>
https://www.phpformbuilder.pro/documentation/class-doc.php#jquery-validation-getting-started
https://formvalidation.io/guide/api/validate
Merci Migli. Ca marche mais le formulaire est posté si la validation est effectuée sans erreur et c’est que je veux eviter.
Dans ce cas il faut utiliser
$('my-form button[type="submit"]').on('click', function(e) {
e.preventDefault();
// call Ajax
return false;
});
Hi,
when I post the form content like in your get sztarted form I get the message:
License is not installed yet or corrupted. (2)
I also cannot finmd the licence file on my server.
Any idea?
Thanks for your help
Frank
Hi Frank,
Thanks for purchase.
Your license file should be in phpformbuilder/[your-domain-name]/license.php
Did you register properly with phpformbuilder\register.php?
Maybe PHP had insufficient rights to create the license file. Try to increase your CHMOD to 0775 or 0755 (0777 fails on some servers and is not necessary).
If it doesn’t help please send me your ftp, url & purchase code, I’ll see what happens
If you need anything else you’re welcome,
Gilles
after purchasing a extended license, can i customize it as saas and run my own paid business
Hi Envoflix,
No you can’t. The extended license is configured to allow reduced prices in case of bulk purchases (especially for agencies or service providers): https://codecanyon.net/item/php-form-builder/8790160#item-description__up-to-50-off-with-the-extended-license
So you can use PHP Form Builder in SaaS mode by purchasing extended licenses according to the number of uses you need.
If you need anything else you’re welcome,
Gilles
Just now I see that link. I will install your script in one website and don’t share script code with any one, just I will give access to my unlimited subscribed paid users or clients to make form and publish it and I will customize script as I need. So let me know is 1 extended license is enough for unlimited user’s to start saas business?
Sorry but NO, you’re not allowed at all to buy one license for unlimited projects.
1 license = 1 domain name.
You must buy 1 license for each user, and you’re not allowed to use any trick to bypass.
Anyway it won’t work, the licensing system will not allow this.
Thanks for your understanding,
Gilles
I think you did not understand my question.. I will install in one domain, I don’t install in 10 or 20 domains. After that I give membership access to my users. Ok leave it no problem. Thanks
You’re right I probably didn’t understand. Your buyers would use the SaaS to publish the forms on your domain, is this what you mean?
So for this kind of use I’m sorry but again no, you need my agreement and I can’t allow this.
It would mean that you’d benefit of years of my work for unlimited users for just $80 …
If you want to discuss further about this please contact me and we’ll try to find a good solution for both.
Thanks again,
Gilles
Boujour Migli. J’ai installé php-form-builder et créé mon formulaire dans un sous-domaine de mon site.
Paralellement j’ai aussi un CRM sur un autre sous-domaine.
Maintenant je veux afficher le formulaire à l’intérieur du CRM pour remplacer un formulaire natif du CRM. J’ai dabord utilisé INCLUDE mais il ya un conflict javascrip du boostrap 4qui chamboule toute la page. J’ai alors utilisé un iframe mais l’envoi du formulaire ne se fait pas. Le bouton ENVOYER tourne sans résultat.
I need help après une nuit blanche à chercher une solution ? Merci
Bonjour,
un include depuis le sous-domaine avec un chemin relatif en ../ devrait fonctionner.
Si ça ne t’aide pas, pourrais-tu m’envoyer ton accès ftp (domaine + sous domaine)?
Je créerai un formulaire test sur le sous-domaine, sans toucher au CRM
Gilles
Bonjour Migli. Jai fait un include relatif mais il ya toujours des chamboulements et difficile de tout corriger. Si je peux installer le script dans le meme sous-domaine que le CRM peut-etre que ce sera plus simple. Si oui, pourrais-tu reinitialiser la license afin que je deplace le script ?
Bonsoir,
La license enregistrée devrait fonctionner à la fois sur le domaine & le sous-domaine si tu installes sur chacun des 2.
Copie les répertoires du domaine vers le sous-domaine (ou l’inverse), teste, s’il y a un souci tu peux me contacter par mail via mon formulaire de contact
Merci,
Gilles
Hello,
I have problem with German letter (ä, ö, ü) in Drag & Drop Form Generator. Do you have any idea? For Exampel I writ in Label “Aufträge” and comes in forms and Code “Aufträge”
Hi,
I just tested with the online drag and drop form builder and it works as intended.
So the problem can come:
- from your page: try to add
<meta charset="UTF-8">in the head part - from your php settings: try to set
default_charset = "UTF-8"in your php.ini
If you need anything else you’re welcome,
Gilles
I m using a form with a file upload and it works fine. Unfortunatly I think some of the users will try to upload a file with characters like “ä,ö,ü,ß”. Then the upload doesn’t work. Warning: Invalid argument supplied for foreach() in /home/.sites/1/site5247398/web/phpformbuilder/plugins/fileuploader/server/class.fileuploader.php on line 168 Maybe you can help me? Thanks a lot.
Hi,
I just tested with my uploader at https://www.miglisoft.com/#contact with a real dummy filename & it worked (you can test & send me any file if you want)
Please try to set the default_charset to utf-8 in your php.ini:default_charset = "UTF-8"
If it doesn’t help send me your ftp & I’ll see what happens,
Gilles
thanks a lot – it works now
You’re welcome
after putting my mail function form online I have this error:
Fatal error: Uncaught Error: Call to undefined function phpformbuilder\mb_strtolower() in /var/www/html/phpformbuilder/Form.php:2926 Stack trace: #0 /var/www/html/wegmail.php(33): phpformbuilder\Form::sendMail(Array) #1 {main} thrown in /var/www/html/phpformbuilder/Form.php on line 2926
when I use the database option I have no error. But this is not my intention 
Hi Sacha,
This happens because the PHP mb_string extension is not installed/enabled on your server: https://www.phpformbuilder.pro/documentation/help-center.php#mb-string
If you need anything else you’re welcome,
Gilles
My purchase code: b7370e61-4787-4c67-ac44-a5f0566d3476
Can you please help me? I need a form with the possibility to attach some files. The files are uploaded by the user before sending the form. Is it possible to send me a sample of such a form? Thank you very much.
Hi Lydia,
Thanks for purchase.
This form shows you several upload examples: https://www.phpformbuilder.pro/templates/bootstrap-4-forms/fileupload-test-form.php
Others examples are available in the documentation here: https://www.phpformbuilder.pro/documentation/jquery-plugins.php#fileuploader
For now I don’t know how to help you more,
If you need anything else you’re welcome,
Gilles
Hi.I try to test the following template : Customer Satisfaction Step Form, and i have an issue. Message log from console = “DevTools failed to load SourceMap: Could not load content for http://127.0.0.1/geoapp/phpformbuilder/plugins/min/js/bootstrap-select.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE.” J’ai aussi le bandeau “your copy of php form builder is NOT authorized.” alors que j’ai bien rentré le code licence. Thank
Other issue. when the window is resized, the form disappears.
Hi Ernez,
Thanks for purchase.
Several things here:
-
DevTools failed to load SourceMap: you can just ignore this, there’s no negative impact on nothing. But like you I don’t like to see any console error/warning, so I just updated Form.php to remove the sourcemaps from the compiled minified css/js files. It’ll be corrected in the next update. - “your copy of php form builder is NOT authorized”: this happens if you changed your root url (from www to non-www, or http to https, ..., or in another way on your localhost. Please reinstall: https://www.phpformbuilder.pro/documentation/help-center.php#reinstall-phpfb or if you need send me your purchase code, I’ll unregister your copy
- when the window is resized, the form disappearsReal users don’t often resize the screen while filling a form, but it has to be solved anyway. I’ll add the Javascript to deal with window resizing, please again email em if you want the code.
If you need anything else you’re welcome,
Gilles
Hi Ernez,
I solved the resizing issue, please open https://www.phpformbuilder.pro/templates/bootstrap-4-forms/customer-satisfaction-step-form.php, click the “view code” button and copy the script, it’ll work fine now.
I want buy your Software, I have a question, we have an intranet in our company and as security we have no internet Connection. Can I still install your software without the internet?
Hi,
I’m sorry no, the licensing system will not allow this
Hi, is this form builder supports workflow? e.g. after submission i’ll receive email to approve or reject the request? .etc ?
Hi,
This can be easily done if you have some php knowledge, or you can hire someone for a small job
Bonjour Migli. Je dois faire payer avant d’envoyer le formulaire. Pour cela, le prestataire de paiement me fournit le script javascript qui ouvre la fenetre de paiement. Je peux aussi intégrer le script à la fin du formulaire. Comment puis-je executer l’envoi du formulaire dès que le paiement est validé ?
Bonjour,
Je ne connais pas le script de paiement, mais en principe il devrait renvoyer des informations une fois le paiement effectué.
Tout dépend de la manière dont ce système de paiement fonctionne. Il est possible par exemple d’envoyer ton formulaire et enregistrer les données avec un champ “paiement validé” dans ta base de données, qui passera à “true” lorsque le paiement est confirmé.
Ou si le script peut renvoyer des informations vers ton formulaire, simplement valider l’envoi en Javascript une fois la validation reçue.
Difficile de t’aider plus sans connaître le système.
Gilles
hi can i download filled form in pdf format? We will create Offer Letter form. Dta will be filled from database. once it is approved, it can be downloaded in pdf format with page size selection