valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 281 282 283 284 285 286 287 288 289 290 > >>
Questions & Answers
Q: I registered my software using the link on the 1st page. It went through my name, company, number, etc. and my emailed forms do not have the evaluation copy disclaimer on them anymore but I still get the 1st page that tells me how many days I have left for my evaluation. Will my forms stop working if that expires?
A: If you built the form/code using a registered Form1 Builder the form will not expire (and will have no evaluation message in the delivered form data). Form1 Builder registration is held in cookies on your computer so if you have cookies disabled/blocked each time you restart Form1 Builder before you build a new form you will need to reinput registration codes so the new form is registered. From what you have said it seems that your forms will be fine as thy are registered however your Form1 Builder registration (cookies) have been cleared so if you build any more forms make sure you register your Form1 Builder before you start.
Question and Answer Item 80 - Browse All Question and Answer Items
Q: I have purchased FormBuilder and unfortunately, after building an email form within a webpage, received a message indicating that a required file was not found. I suspect that the .php file (named "mail1.php") could not be found, but I am not sure and not sure why. I tried it with and without the full url. My code is split into the form itself and the form processor script ("mail1.php"), which was uploaded "as is" from a text editor onto the site general directory and then renamed. Since you have the title, you may be able to access it directly off the website; otherwise, I can send it as an attachment if you request. I would really appreciate any suggestions you can give. I tried Matt Wright's Formmail and gave up for lack of CGI / PERL experience and had hoped that your package would be successful. Am I correct that the form action line is not pointing correctly, or is my PHP file defective? I do not really want to put the processor code in with the html, and besides, that didn't work anyway.
A: I had a look at your home page with the form and in the source I can see the php code in the form action ie it is <?php ...etc. Because I can see this in your page code it indicates that your server is not running the php code. Does your server support php? Have you tried the php test code at https://bizpep.com/phptest.html ? I also cannot access your mail1.php, again possibly your server does not support php files. If you identify that your server does not support php you maybe interested in our bizpep Hosting solution https://bizpep.com/host.php where we process the form on our servers (you can give it a free test all you have to do is open an account and point your form action to it). Let me know what you discover and I will be able to help further if required.
Question and Answer Item 81 - Browse All Question and Answer Items
Q: What line of code needs to be changed to eliminate the form submission page so that when page 1 is submitted the multipage fields go from the first form to the second form without the submission page in between showing?
A: When set (true) Display as HTML before Submission displays the form input as a html web page prior to form submission. Turn this of by unchecking it in the Form1 Builder or edit the processing script so it appears as $htmldisplay = "false";. Details are in the Help file.
Question and Answer Item 82 - Browse All Question and Answer Items
Q: I must say your software is very nice. One last question regarding if I were to purchase the product: I build sites on my staging server - Do i need a seperate license for each website I build that uses it? Can I transfer domains with it?
A: Thanks for the feedback. As licensing is by domain you will need at least 2 licenses if you want to run the form on your domain and also on your clients. With 2 licenses you will be able to register your Form1 Builder with each domain so that the form will run both on your domain and on the client domain. Basically a license is required for each domain the form will run on. You can register additional domains as required over time.
Question and Answer Item 83 - Browse All Question and Answer Items
Q: How do I get rid of the Reset button?
A: Depending on how you built the form the reset button will appear in the html code as something like <input type="reset" value="Reset" /> (this is how it appears in a QuickForm). You can open the form file in a text editor or use the form code text area and remove this line. Or use the Designer Form function to build a form that does not have a reset.
Question and Answer Item 84 - Browse All Question and Answer Items