valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 111 112 113 114 115 116 117 118 119 120 > >>
Questions & Answers
Q: Hi been using your form builder for a while now and all working fine want to know if it can pull variables from the url so I open the form.php file with pre-populated form fields. Is there a way to do this?
A: Yes, add quires to your url by adding a ? and then your key value pairs each separated by a & ie http://www.mydomain.com/?product=item1&name=fred etc. In your form file using a text editor add the value to each field to prepopulate as value="<?php echo $_GET['product'];?>" replacing the product with the required key as used in your url. This will result in a prepopulated form field value as passed by your url. This is similar to the method used to Maintain Form Content but without the sessions see https://bizpep.com/form1/ .
Question and Answer Item 10795 - Browse All Question and Answer Items
Q: Is there a step by step guide to get a from made from your software into Microsoft expression web. I get all kind of codes in my pages but no form.
A: If you already have a form in your code you can simply add the processing code to your file and set the form action or if you do not have a form you can also copy the form component only (from the form start tag to the form end tag) and paste it directly into the body of an existing web page file. See the Copy and Paste section of the help file https://bizpep.com/form1/
Question and Answer Item 10794 - Browse All Question and Answer Items
Q: I am using a registered copy of form1 builder for goldmine, I currently have a form set up that is password protected, however after each submission the user is being asked for the access code again, is there any way to not require the password for multiple submissions?
A: You could possibly use a multi page structure where the user moves from one form page to the next before the form is submitted. This is really only one form but spread across a number of pages. As a single page form the password is cleared when the form is submitted as the process is complete. This is also true for a multi page form but the submit only occurs when the user reaches the last page. If the password is not cleared on form submission the password would be compromised and would remain even after the user had completed their form and submitted.
Question and Answer Item 10793 - Browse All Question and Answer Items
Q: Does Form1 Builder support the use of check boxes in its forms?
A: You can add/use check boxes. You can build a form with check boxes using the Designer Form function https://bizpep.com/form1/ . The Email Copy filed in the Test form https://bizpep.com/Form1Try.php is a check box.
Question and Answer Item 10792 - Browse All Question and Answer Items
Q: I need some web pages password-protected.A password would be used only once after that it becomes useless. A given password by default will be able to open all the protected pages, but when it opens one particular page, it becomes disused, it can't open another page.
A: To do this you would need specialized programming/scripting.
Question and Answer Item 10791 - Browse All Question and Answer Items