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: 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
Q: Hi...the website is not processing "Build Form" requests from the "existing form" local file section at all. It just sits and sits and sits and eventually times out.
A: Form1 Builder must be running on the local system (ie saved on your computer) not via the internet to use this function. This is the recommended method of operation, ie download the Form1 Builder and run it on your computer not via the internet. An alternative method of accessing the existing local form is to simply open the existing file in a text editor and use Copy and Paste as outlined in the Help file.
Question and Answer Item 85 - Browse All Question and Answer Items
Q: I want to be able to have a subject (eg Comments) appear as the subject in the e-mail but not appear at all on the form. I've tried following the instructions is the Defined Subject Form Field help section but I'm obviously missing something. Do you have an idiots guide to this particular aspect of form building that you could send me?
A: You can set hidden fields in the form ie to set a hidden subject that is not displayed in the form add something like <input type="hidden" name="Subject" value="Preset Subject" /> to the form. If the Defined Subject Form Field is set as "Subject" then the term "Preset Subject" becomes the form delivery email subject. Hope this helps.
Question and Answer Item 86 - Browse All Question and Answer Items