1032 comments found.
Hello, how many subdomains can I use if I buy a regular license?
I want to use it on single domain and 3 subdomains.
Hello,
You can use it on unlimited subdomains.
- Upload the files on your main domain and register from it domain.
- From your subdomains, make the “include_once” statements point to your main domain. There’s no need to copy any file on your subdomains.
If you need anything else you’re welcome,
Gilles
Hello, thanks for the information. Is it okay if I install only on localhost without installing on the main domain? Do I have to register a domain
And when does the discount end?
You have to register on localhost the same way as you do with the production domain – 2 active registrations are allowed, 1 for dev & the other for prod.
You can register only localhost then later the domain, no problem.
I think the discount ends today, not sure (it’s part of a global Envato promo week)
I meant to say:
Can’t I work on localhost and paste the output code directly into my site?
So it will only be the localhost record but I will use it on my domain.
Yes you can.
I see you are giving form users the ability to upload files. That’s great. Currently I receive the data from the form via email. Is it possible that the upload is sent as an attachment in this email? Can I read something in the documentation about the upload and what should happen with it.
Hi,
You can attach files using $options[‘attachments’] in the sendMail()’s options.
There’s a code sample here: https://www.phpformbuilder.pro/documentation/class-doc.php#sendMail (scroll down to “Attachments Examples”
If you need anything else you’re welcome,
Gilles
Hi Gilles, thank you for your answer
I have never worked with PHP before, so it is a little bit difficult for me, to know, what i have to do, that it works
I am so sorry for asking one more time. Could you maybe build me a very small form that allows to select and upload multiple files and when the form is submitted that I get the form content AND Files via Email? That would help me a lot.
No worries, I understand & will help you.
Could you please: - upload & register on your server, create your page with the form and try to start with this template, which does exactly what you’re asking for: https://www.phpformbuilder.pro/templates/bootstrap-5-forms/cv-submission-form.php
Go as far as you can, then email me your form URL and FTP access and I’ll make it work
Gilles
Hi, Migli.
How I can make a custom validate? For checking that a login is unic/free.
Class User public static function checkIsLoginUnic
I tried this but without any result.
$validator->callback([‘User’, ‘checkIsLoginUnic’], ‘some msg’, [$_POST[‘login’]]);
Solved in this way:
function checkLogin($newLogin) { return User::checkLogin($newLogin); }
$validator->callback(‘checkLogin’, ‘msg’)->validate(‘login’);
Hi Onore,
That’s perfect. For your information, if you want the validator to show a custom message and use an external function to validate something you can use this trick:
if (somthingWrong()) {
// This will always show the error message
$validator->maxLength(-1, 'You have an error')->validate('fieldname');
}
https://www.phpformbuilder.pro/documentation/class-doc.php#php-validation-examples
Cool. Thank you!
You’re welcome
How do you view submitted forms or entries?
Hi,
You can view everything with PHP var_dump($_POST);
If you need anything else you’re welcome,
Gilles
So there’s no way to view form entries via web page?
There’s no built-in function for this, but with PHP you can display anything you want the way you want on any page. I don’t know how to help you more, please tell me.
This makes no sense. So what about people who are not tech savvy as you are, how do they use your script?
Please keep calm. I’ll try to help you, but you can’t ask PHP Form Builder to do what it’s not supposed to.
With PHP Form Builder you can:- create your forms without programming anything using the drag & drop form builder
- send the data by email and show the confirmation message to the user
For advanced feartures, like file uploader or step forms you have to use the functions
If you email me the URL of your page and your FTP access I can code for you to display the form data on the page.
Gilles
Sorry man. But I will not provide Mt FTP access to you.
Good luck with more sales!
Thank you; I think you are right, it is for you to find another solution.
Hi. Thanks for the script. Is it possible to have support for it? I habe a script with php and tpl files.
I try to ad the code as descripte, but i have just nothing displaey from the code.
Thanks Stephane
Hello, I bought the script and installed and registered on my localhost. unfortunately I had to reinstall the localhost and the script does not run anymore. The templates are no longer displayed. I think it’s ok that you want to have control over your work but this is not easy for us developers to work. Other providers at envato offer a service at envato and you can enter the licenses there. Maybe this is an idea? Should I now set up the second license on my localhost? What do I then install on the liveserver? Thanks for an answer.
Hi Tito24,
You can uninstall / reinstall any times you want, it explained here: https://www.phpformbuilder.pro/documentation/help-center.php#reinstall-phpfb
The templates are no longer displayed
It’s not related to any license issue. You should turn display_errors On in your php.ini, you may have an error somewhere.
Other providers at envato offer a service at envato and you can enter the licenses there. Maybe this is an idea?
I never saw this, would you please give me an example?
If you need anything else you’re welcome,
Gilles
Hi, thanks for the quick reply. With the registration has worked thanks to your tutorial. This is also a good solution.
The registration with the themes Impreza is done at Envato. Here you start the registration from the wordpress backend, then you are redirected to Envato and log in with the credentials of Envato. Here you can then very comfortably set the licenses to the URLs.
Many greetings
Thanks for your feedback,
If you need anything else you’re welcome,
Gilles
hello, now I am a bit annoyed. On the localhost the demos do not work (problems with the paths). Now I want to install the script on a live server and I have again problems with the license. I deactivated the license on the localhost but it is not accepted on the live server. You can’t work like this. I send you the license and the URL privately. Many greetings
Hello,
On your localhost, if you installed in a subfolder you have to change the “include_once” statements in each template.
If you don’t want to have to change these statements you have to put the phpformbuilder at the root of your project.
Everything is explained here: https://www.phpformbuilder.pro/documentation/quick-start-guide.php#installation
I don’t know what problem you have on your live server, but this is not related to the license usage. Your installations have been removed from the licensing system,
If you want me to have a look please email me your access and purchase code.
Gilles
Please Answer this 1. Can i build a Application portal form with this builder? 2. Can user Print After Filling in the Forms? 3. Can User Edit or delete and update? 4. Can user Review after filling the form before he/her submit the Form? 5. Can User print out after submit form.? 6. Dies this Application comes with Bootrap? 7. last Can user receive mobile notification after filling the form? 8. Will user Receive Reference code After submit the form? 9. Can user Sign-up before filling the Application form? Can i connect this with my Email System? If Yes how can i get all this…...
Hi,
PHP Form Builder allows you to create, validate and send your forms.
Then you can send the data by email or register into your database.
Everything is explained in the documentation and you can view all the codes, functions and features.
Please take your time to review everything, but don’t buy if you’re not sure: I cannot learn you how to program and use it if you don’t understand it.
Can i build a Application portal form with this builder? 2. Can user Print After Filling in the Forms 3. Can User Edit or delete and update 4. Can user Review after filling the form before he/her submit the Form, last Can user receive mobile notification after filling the form? If Yes how can i get all this…...
Hi,
All the features are described on the PHP Form Builder website, you can see the functions, the templates codes, the functions lists, everything.
An application portal can be anything, I cannot answer this question.
You can print anything with a “print” button and a Javascript function.
You can create any form you want, including edit & delete forms, using the Database utilities.
There’s no built-in function to review the form data before submiting.
Mobile notifications can be sent with any external service built for this purpose.
If you don’t know how to program all of this I’m afraid you’ll have to hire a programer.
If you need anything else you’re welcome,
Gilles
Just bought this template and super excited to use it however when I try and open any of the “Form Templates” on my local development server or on my live server I get a 500 error. Any idea why this might be happening? Does it have to do with the licensing? I’ve tried to get this to work as well and doesn’t seem to help.
Hi Dkronic,
Thanks for purchase.
This is a very common starting error, it happens if you install in a subfolder (and don’t read the documentation in detail 
Here’s how to solve it:
About error 500: https://www.phpformbuilder.pro/documentation/help-center.php#white-page
Subfolder installation: https://www.phpformbuilder.pro/documentation/help-center.php#warning-include_once
If you need anything else you’re welcome,
Gilles
Thank you for your response; I actually uploaded the entire “phpformbuilder” folder to my development server at https://localhost:8890 as well as the public_html folder on my live server – in both cases trying to access the index.html works but when I select any of the “Form Templates” I get a 500 error in both cases.
The documentation says I don’t need to upload the entire folder but if I don’t I won’t be able to view the “Form Templates” – uploading only “file uploads” and “phpformbuilder” doesn’t seem to help.
Either way the installation is NOT in a subfolder it is directly in the top level of localhost:8890 and top level of public_html on my server. Any help would be appreciated as I’ve used many products from Envato and don’t usually have issues.
Hi,
When you encounter a 500 error in PHP the first thing to do is always to turn “display_errors” On in your PHP configuration.
Depending on your server you have to do it in editing your php.ini or from your server manager.
Then instead of a white page the error message will be displayed and will allow to understand why you have this issue.
Maybe a too old version of PHP, maybe a missing required extension, or wrong configuration, this can be many things.
That’s exactly what was explained in the link in my first answer.
Then, if you want me to have a look you can email me your FTP access and URL.
Pre-sales question: Is it possible to create PDF’s from what the users fill in? I would like to create delivery slips (on my phone) with this script. With fields like: /bootstrap-5-forms/extended-users-form.php
But insead of having User 1 User 2
etc. there i would like to have a button to add the “user field” so i could create user 25 if needed.
Hi,
The extended user form is an example of what you can do with the FormExtended class: create custom functions then call them to add several fields in a single call.
If you want to add dynamic elements to your form you’ll find some examples here: https://www.phpformbuilder.pro/templates/index.php?framework=bootstrap-5&forms=dynamic-fields
PHP Form Builder has no built-in function to generate PDF, this can be done with external libraries like TCPDF: http://www.tcpdf.org/
For Extended forms or dynamic fields please note that you’ll have to use the functions in PHP, the drag & drop tool cannot do this.
Pre-sales question: Does the form support cost calculation? Can you send me the example of the cost calculation on your form?
Hi,
Yes, indeed it supports anything but you’ll have to code your calculations in PHP or in with JavaScript if you want real-time calculations.
If you need anything else you’re welcome,
Gilles
Hi, I have installed the entire package and validated the license and the form builder is working great. Also I’ve exported some forms and they are running great on the php on my server. Overall I am very happy with this script and I’ve accomplished what I needed to do with it. But I’ve noticed two issues I wanted to mention. One of them I’m pretty sure is a little bug you can fix – it is this: I don’t want any of the checkboxes or radio button groups to be inline. So I have to switch the inline selected from Yes to No. The problem is, every time you re-select the element, it resets the inline selector to Yes. It does seem to save a previously selected No value even though it resets to Yes. The second issue may be a configuration issue but I’m not sure because I believe I’ve set everything up correctly to function as it should. But I cannot get any of the form templates offered on /templates/index.php to work when clicking the buttons to open them. The first few template buttons load a page, but then the form doesn’t load. The other ones cause a error 500 server error. Any suggestions for this? Thank you very much in advance. Sincerely, Hugh
Hi Hugh,
Thanks for your purchase, your comment and your patience.
Usually I answer more quickly but you found a (small) bug and I had to solve it before answering.
About the checkboxes & radio buttons in the drag & drop:
I just released a new version 5.2.1, please upload it from your Codecanyon account, unzip and replace your files, then it'll work as expected (don't forget to clear your browser cache).
You can test it on the demo: https://www.phpformbuilder.pro/drag-n-drop-form-builder/index.php
About your error 500:
If the phpformbuilder is not at the root of your project the issue is described here: https://www.phpformbuilder.pro/documentation/help-center.php#warning-include_once
Else you have to turn PHP display_errors On to display the error message on screen, which will help to understand what happens & solve it: https://www.phpformbuilder.pro/documentation/help-center.php#white-page
If you need anything else you’re welcome,
Gilles
awesome thanks Migli
You’re welcome
this is a great little program. very nice. highly recommended.
Oh thanks!
If you enjoy PHP Form Builder please let people know: Rate PHP Form Builder on Codecanyon Rate PHP Form Builder on Google Write a review on Capterra
1,000 thanks
Warning: php_strip_whitespace(C:\inetpub\vhosts\alkadamany.com\httpdocs\phpformbuilder\plugins\icheck/skins/ theme / color .min.css): Failed to open stream: No such file or directory in C:\inetpub\vhosts\alkadamany.com\httpdocs\phpformbuilder\traits\Internal.php on line 212
Hello,
Your support is expired. Please renew it if you want some help.
It’s ok never mind don’t reply and I will not renew support, since I bought this program I never could use it, I regret so much for paying such amount for such program…..... Best luck…
I will delete it from my server better ….
CAN YOU HELP ME INTEGRATE THIS INTO MY PROJECT WHICH INCLUDES CONTAINERS AND IMAGES I WANT TO DRAG AND DROP FORM ELEMENTS ON, THANKS! ITS URGENT ERICWIL1991@GMAIL.COM OR WHATSAPP NUMBER?
Hello Eric,
I just answered your email. Please don’t post twice the same questions, and don’t write in caps, it’s like shouting.
Thanks,
Gilles
I have purchased your plugin can you people provide us support?
Hi, thanks for your work! Is it me or is the image upload function width + height setting not working when you set it to 500×500 for example? My images just stay the same size of the original uploaded file. Thanks in advance for your reply!
Hello I have some questions
1. Where link so ibuikd a form and test
2. Any autofill form availabe??? Like when a visitor submit email address and bank details and the submit the form once the page is reloaded the details provided will be still be there if it’s same phone is it possible???just like cookies don’t need users to be providing some details everytime
Hello,
1. Everything is on the website: templates, drag & drop form builder, documentation. Then if you want to use it you have to buy it.
2. When a form is posted all the posted values are registered in the PHP SESSION and autofill the fields. When you call
Form::clear('form-id'); it deletes them.
Everything is explained here: https://www.phpformbuilder.pro/documentation/class-doc.php#global-registration-process
If you need anything else you’re welcome,
Gilles
I don’t understand ur reply and the link u send me am not a developer I asked a question any option for autofill? Because I bought a form here but no autofill asking before I buy
I understand you’re not a developer, but if you want to store and reuse the data that the user entered somewhere else there’s no other solution than understanding the code.
And bank details never should be stored on your side in any way!
When the contents are entered into the form, is it possible to send it by e-mail without saving it in the database?
Hello,
Yes of course. You have plenty of examples and sample code that show how to save to the database and how to send emails. E.g: https://www.phpformbuilder.pro/documentation/class-doc.php#sendMail
Hello! Just a few presales questions:
1. Do you have a feature in your form builder that will dynamically change an image based on current form selection? So customers can preview what they will be buying. (example will be color selection, then it will change the preview image based on the selected color)
2. Can the form generated be a standalone form? (meaning we can download the form code and then place it in any website we want)
Thanks!
Hello,
- You can do this easily with the Dependent Fields plugin. Create dependent sections and add your images with
$form->addHtml(). If you have a lot of options it would be more appropriate to do it with a custom Javascript code (I can help & give you a sample code if you want). - The forms must be on the hostname where you register PHP Form Builder. 1 license = 1 project (same for everything you buy on Codecanyon, see the Regular license terms)
If you need anything else you’re welcome,
Gilles