1032 comments found.
I intend to use this contact form in the contact page of this theme: https://themeforest.net/item/duduk-digital-agency-html-template/23882229 .. How difficult will it be for someone with basic HTML/CSS knowledge?
Hi,
With the drag & frop form builder you can build your form without coding. In the main settings, enable Ajax loading, then you can get the complete form code, you just have to copy paste.
If you need anything else you’re welcome,
Gilles
hello, i’ve just bought this builder, im not very familiar with php when i click “quick start guide” Firefox ask me if i want to open or save the file, i choose open and a blank page appear and again it ask if i want to open or save the file, and a blank page open, and again and again anad agian!!
what i should do to make it work ?
Thank you
RF
Hi Exviit,
You should use the online documentation at https://www.phpformbuilder.pro/documentation/quick-start-guide.php instead of opening local files.
You’ll find a guide for php beginners with more details here: https://www.phpformbuilder.pro/documentation/beginners-guide.php
To open php files in your browser you have to install and run a localhost server, for instance https://www.mamp.info/
If you need anything else you’re welcome,
Gilles
thank you so i can also upload it directly into my host space, and start trying from there?
yes you can
Hi.
How can I use Fileupload to s3? Add please it to examples. I can not found “fileuploader.s3.php” in package
Hi,
Please email me and I’ll send you the s3 uploader.
Then you may have to customize the plugin settings (or not, at this point I don’t know): https://www.phpformbuilder.pro/documentation/jquery-plugins.php#customizing-plugins
Gilles
i can’t find how to setup. connect database
Hi,
All’s explained here: https://www.phpformbuilder.pro/documentation/class-doc.php#database-main
Configure your localhost/production access in phpformbuilder/database/db-connect.php, and you’re ready to connect.
Dear Team,
I have use this is jsut one wesite. it is saying me License is not installed yet or corrupted. (0) Just purchase the code. how to use it please tell.
Hi,
Thanks for purchase.
Please first read the documentation, then come back with questions if you have some:
https://www.phpformbuilder.pro/documentation/quick-start-guide.php#installation https://www.phpformbuilder.pro/drag-n-drop-form-builder/index.html (scroll down for tutorial) https://www.phpformbuilder.pro/documentation/beginners-guide.phphi migli,
please make a refund.
bis dann, marco.
Hi,
I don’t know what item you bought. Refund requests here, read carefully the conditions.
https://codecanyon.net/page/customer_refund_policy https://codecanyon.net/refund_requests/newHello, I have a pre-sale question please. I want to create an application form for my website user that they should send every year. So, the admin should see the list of submitted forms by each user and the user should be see the list of the forms that he/she sent and be able to download them as pdf file. Is that possible with your plugin, regards.
Hello,
All’s possible with PHP Form Builder, as the forms as posted with PHP and you can code any action after the form is posted & validated successfully.
So you’ll have to create a database, store the data with the date, and build your pdf files with for instance TCPDF.
If you want to build an admin panel for your users from your MySQL database in which they can authenticate themselves and see their own records PHP CRUD Generator may be a good application for you.
How can you get a hover over on a button to show using the $form->addbutton? I tried
$form->addBtn(‘submit’, ‘name’,1, ‘’, ‘class=btn btn-primary btn-sm mr-2 data-toggle=popover data-trigger=hover data-html=true data-content=Finalize Competition’);
Hi,
You forgot to separate the attributes with commas:
$form->addBtn(‘submit’, ‘name’,1, ‘’, ‘class=btn btn-primary btn-sm mr-2, data-toggle=popover, data-trigger=hover, data-html=true, data-content=Finalize Competition’);
Hi.
Some bugs – Fileuploader
1. editor = false/true – I can always edit image 
2. I upload an image and get from image jpg 80Kb – 88Kb on the server with the same image dimension.
the images “resaved” with quality 90
Test on code from https://www.phpformbuilder.pro/templates/bootstrap-4-forms/fileupload-test-form.php
Only change config $fileUpload_config = array(
Hi Onore,
Thanks for reporting.
- I edited
phpformbuilder/plugins-config/fileuploader.xml, now it’ll work as expected. I’ll publish the update later, if you want it now please email me.
Note that the image viewer will always shgow, but image editing will not be available if you set “editor” to false. - I don’t know exactly what you mean. The uploader class uses some php functions like imagecreatefromjpeg, ... you shouldn’t have any quality loss (or maybe you can edit some parameters or something, please refer to the upload plugin official documentation
Gilles
Hi bro, I want to buy this plugin but can you answer my novice question? 1. Assuming that we are connecting with the database with this script, when I add a new table, will the variables in this table be automatically added as stun in sql? Otherwise, do you have to create suns in sql again. 2. And when I use the search page, will it find the data entered from sql or you are just selling my template design mate. Please answer my simple questions. Thank you
Hello,
PHP Form Builder has just a MySQL wrapper class integrated, you can connect, make queries and anything you want but you have to code all of this. It’ll not guess anything from your database, structure & fields.
You may have a look at the CRUD generator if you want to build a complete admin from your MySQL database: https://www.phpcrudgenerator.com/
Hi,
Yes, PHP Form Builder can do everything, but the drag & drop is limited to basic features, if you want to add dynamic fields or complex logic you have to understand the functions & code them in PHP.
Look at the documentation & templates before buying, all’s there.
Hi, Is it possible to do something like this?
www.fotis21.ru/photoprint/#
Hi,
It’s possible, but you’ll have to code.
This file uploader is included in the package: https://www.phpformbuilder.pro/templates/bootstrap-4-forms/fileupload-test-form.php
Do you provide such a service?
Sorry no.
Where is the sql file to upload this?
Why I can nothing change on this site? Where is the loader? Cant add my Instagram, can’t add other websites, can’t add css.. Whats that? With this fails, I buy never extended
Hi,
Please first say something like “Hi”, or “Hello”.
Then ask understandable questions. I’ve no idea what sql file you’re talking about, and don’t understand anything about your others questions.
Thanks,
Gilles
Any plans to make it for mobile users? drag and drop not working on Phone 11.
Can we run a saas with the extended license?
Hi,
Drag & drop to build forms with a phone is not a good idea, I do not plan to work on this. The process is too complex to be properly manage with small supports.
1 project = unlimited use on 1 domain name + unlimited subdomains
The extended license allows you to use PHP Form Builder in a SAAS tool, but all the forms must remain on the license domain (or subdomains).
If your customers have their own domain you/they have to buy a single regular license for each.
If you need anything else you’re welcome,
Gilles
I’m a beginner on PHP. I’m currently creating a Laravel website. I have created a form using the PHP formbuilder. However I can’t get the dependency functions to work. I think it might be to do with JQuery. Is there something obvious I’ve missed out.
Hi Pett,
Congrats for learning PHP & Laravel, it’s a good thing.
Not sure about what you call “dependency functions”: do you mean that the plugins fail to load?
Please try this, I hope it’ll help: https://www.phpformbuilder.pro/documentation/help-center.php#plugins-don-t-work
Gilles
Unable to reregister my php form builder.
Hi,
You had 2 registerede installations, I removed both of them, you can reinstall on 2 slots again.
If you need anything else you’re welcome,
Gilles
I have no idea how to use it, there is any video to watch?
Hi,
The website offers an exhaustive documentation, shows how to use the Drag & drop form builder with which you don’t have to code anything, the Quick start guide, the beginners guide, ...
Hello there, Would you please answer what I have asked through email some days ago? I sent my question by contact form located “https://www.miglisoft.com/#contact”
Regards
Hi,
I answer my emails each day, I don’t know who you are so I don’t know what you sent me, but I already answered to everybody today.
Please don’t post twice the same request, no need.
Thanks,
Gilles
Hi,
I didn’t want to post twice! and I didn’t get any response so far. Anyway, I wanted to inform you that I have gone through the steps described to display the form in WordPress But still nothing is displayed. The following error occurs at console:
“Uncaught SyntaxError: Unexpected end of input”
The following errors are also available at the address where the form was uploaded (https://mepkit.com/ajax-forms/contact-form-1.php):
materialize-ajax-contact-form-1.min.js:1 Uncaught ReferenceError: $ is not defined at materialize-ajax-contact-form-1.min.js:1 contact-form-1.php:19 Uncaught ReferenceError: jQuery is not defined at contact-form-1.php:19 contact-form-1.php:40 Uncaught ReferenceError: jQuery is not defined at contact-form-1.php:40 contact-form-1.php:3 Uncaught ReferenceError: jQuery is not defined at contact-form-1.php:3
regards
Hi Rahjoo,
This means that when you load the form jQuery has not been loaded. You must load it before your form.
If you need anything else you’re welcome,
Gilles
Hello Migli, Thanks for your response, I did load the jQuery but still It doesn’t show anything in WordPress page or post .
please look at the following link: https://mepkit.com/uncategorized/554/regards
Your page have several errors, something blocks Javascript execution, and it can come from any of your scripts.
Open your browser console, solve the problems, especially “Uncaught SyntaxError: Unexpected end of input”, then it’ll work as intended.
Thanks, I changed the theme and now is working but with some manipulation!, the issue is when I use your JS code and insert the URL as “ajax-forms/contact-form-1.php” I will get a 404 error because the script add the URL to the end of WordPress post name, like: “https://something.com/uncategorized/test-form/” + “ajax-forms/contact-form-1.php””. I did change the “ajax-forms/contact-form-1.php” to complete URL where the form is located and now it works.
Is that correct and can I continue with this manner? Sorry, but since I do not have much experience and is not my field of expertise I’m asking that.
And most importantly, thank you for making such a useful and nice form builder script.
regards
Glad that you solved this. Yes, this is the right way, that’s perfect.
If you need anything else you’re welcome,
Gilles
Hello there, Would you please answer what I have asked through email some days ago? I sent my question by contact form located “https://www.miglisoft.com/#contact”
Regards