valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 261 262 263 264 265 266 267 268 269 270 > >>
Questions & Answers
Q: I downloaded the trial and copied the code from form builder goldmine. I'm using an existing form. i put the hidden field <DataStart> in there, but the email it generates is not in goldmine format with [Instructions] [ContSupp] etc., it simply prints out the field names=values in order. any clues guys?
A: The GolMine Use variable must be set to true ie $gmuse ="true"; for a GoldMine email to be delivered. Details on this are provided in the GoldMine section of the Help file and also in the online help file available at https://bizpep.com/form1/ .
Question and Answer Item 286 - Browse All Question and Answer Items
Q: Is there a way to make the reply email more compact?
A: If you are referring to the layout of the delivered form data, you can use the Line Break Off variable to remove the break between form data Field Names and Values in the delivered email. See the Line Break Off section (2 II iv d) of the Help file for details.
Question and Answer Item 257 - Browse All Question and Answer Items
Q: If there is an error in required fields etc , when you go back to the form, you will loose all the info in the other fields? Is there a way to change that setting?
A: Yes, you can add code to your form to display previously input data. See the Maintaining form Content section (4) of the Help file for details.
Question and Answer Item 258 - Browse All Question and Answer Items
Q: I created 3 files form1.html, form1.php and form1process.php. I uploaded them into my server. When you open the form you cannot submit it. There is a error message. What did I do wrong ??
A: If you look at the source code of your page your form action is corrupted ie the < has been changed to < and the > has been changed to > as in this line <form action= "<?php if(!isset($_SERVER)){$_SERVER= $HTTP_SERVER_VARS; }echo $_SERVER['PHP_SELF']; ?>" method="post" name="Form1">. Therefore when the form is submitted it does not know where to go to ie what action to take. This problem is usually caused by editing the form with a web editor ie Frontpage etc when it has php code in it (web editors can destroy php code), you should only use a text editor. Also if you are using a single form file you do not need all the 3 files you simply add the processing code to your form file (using the Builder or a text editor) so when it submits it calls itself. If you want to call a separate form processing code then you need to set the form action to point to the processing file in your case form1process.php. I suggest you build a quick form initially so you can understand how it fits together and then work up from there. Full instructions are in the Help file.
Question and Answer Item 259 - Browse All Question and Answer Items
Q: I would like to know if I can use your sw to collect contact details from online yellow pages forms?
A: Yes, the forms will send you any data that is input, so simply build your form with the required fields and when a user submits the form the form input data will be sent to the delivery email address.
Question and Answer Item 260 - Browse All Question and Answer Items