valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 271 272 273 274 275 276 277 278 279 280 > >>
Questions & Answers
Q: In testing the form1 mysql, I finally found that the field types need to be text, but then how does it handle attachments. I need to store the file in a folder with the path in the db or the file into the db (blob, I guess).
A: Yes as outlined in the Help file "Form field inputs are processed as text variable types". But this does not include attachments only "the input of the form field" can be added to MYSQL not the attachment. As you suggest it is usually best for attachments to be saved in a server directory and in the database you save the path to the saved file. To do this you will need to develop additional processing script.
Question and Answer Item 252 - Browse All Question and Answer Items
Q: Your form1 builder software is absolutely fantastic! I have never seen such an easy system. I am a web builder and never before have I used php and would like to know what I legally need to buy in order to make php forms for my clients.
A: Thanks for the feedback. You can freely use From1 Builder to build forms for your clients, however you will need to purchase a license for each domain that the forms are to be hosted on. For example you have a client/s with domain1.com and domain2.com you will need to purchase 2 Form1 Builder licenses and register the Form builder with these 2 domain names so that the built forms will be able to run on the required domains. Built forms will only run on domains that are registered in the Form1 Builder when they are built.
Question and Answer Item 253 - Browse All Question and Answer Items
Q: I have downloaded the demo and am almost ready to purchase, but I can't get the email to properly send in html. Any ideas?
A: Make sure that you have HTML Email set, see the Help file HTML Email section (2 II iv c). The html email feature is not designed for you to input html code in the form as data, instead it formats the plain text data input and formats it into a html layout for the delivery email. If you let me know a little more about what you are doing and what is happening I can assist further.
Question and Answer Item 254 - Browse All Question and Answer Items
Q: What is the cost of the program? Do you have an ad sponsored free form builder?
A: Standard Form1 Builder is US$39.00, full license and pricing details are available at https://bizpep.com/form1/ . All Form1 Builder software is completely free of advertising, we do not have ad sponsored software.
Question and Answer Item 255 - Browse All Question and Answer Items
Q: I understand that I can use this version of your software to gather info from users through forms and that I send the data directly to specific mySQL databases that I have set up. Does the package perform validation of the form data that is entered so malicious code is not sent automatically to my MySQL database?
A: Form1 Builder MYSQL uses the php function mysql_real_escape_string() to clean data before placing it in a MYSQL database. It is designed to make data safe before sending a query to MySQL. For more detail on this function see http:// www.php.net/manual/en/function.mysql-real-escape-string.php .
Question and Answer Item 230 - Browse All Question and Answer Items