valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 101 102 103 104 105 106 107 108 109 110 > >>
Questions & Answers
Q: Is there a way to place a heading above the form? Like if I were making a customer Registration form with a heading? Thanks again.
A: You can edit the html code to make any adjustments you like. In a text editor open you form file and adjust as required. The displayed form html code is between the <body> and </body> tags. A heading is normally placed immeditalt after the first body tag with in a h1 tag like this <body> <h1>Heading Here</h1> To learn more there are lots of html tutorials on the internet, you could have a quick look here to start https://bizpep.com/formcode.html .
Question and Answer Item 10879 - Browse All Question and Answer Items
Q: I'm trying to figure out how to use the builder on an existing form. I have read through the instructions but I am obviously just missing something...how do I actually build the form processor that I can upload to my server. I'm running OSX with PHP and MYSQL but only for testing. I am actually trying to upload to a remote host.
A: There are few ways perhaps the easiest is to use the Form action method see https://bizpep.com/form1/ . To do this simply generate processing code (you need only add an email address and then build a Quick form to get the processing code) and upload the Form Processing Code Only to your server https://bizpep.com/form1/ . Then adjust the form action of you current form to point to the processing code.
Question and Answer Item 10878 - Browse All Question and Answer Items
Q: First, thank you for making my life a hell of alot easier. Form1 MySQL is pretty awesome! I have a question pertaining to form layout; I would like the text to be placed before the fields rather than above them. How do I change this? Thanks.
A: You cannot change this with a setting but you can edit the html code to make any adjustments you like. In a text editor open you form file and if you have the default fields they will look something like : <b>First Name:</b><br /> <input type="text" size="34" name="First_Name"/> to have the text and fields on the same line simply remove the <br /> (which is a line break) so it becomes <b>First Name:</b> <input type="text" size="34" name="First_Name"/> Do the same for all the fields you want to adjust.
Question and Answer Item 10877 - Browse All Question and Answer Items
Q: I am trying to limit the system to NOT choose certain staff over a string of shifts yet the system keeps selecting them how can I do this.
A: As outlined in the Shift Details section of the Help file you can set a Yes or No work requirement by inputting a "Y" or "N" to mark a matrix cell before you Build Roster. For example if your first staff member cannot work your first shift input a "N" in the cell where the first staff row and the first shift column intersect (D24). Marked cells only operate for 1 Build Roster and are then cleared to allow a new roster. So to force a staff member to work a specific shift input a "N" in the staff shift cell.
Question and Answer Item 10876 - Browse All Question and Answer Items
Q: Can the program take Japanese ? We tried replacing the text but did not work, please advise, thank you.
A: It is based on UTF character encoding and not designed for suit japanese characters.
Question and Answer Item 10874 - Browse All Question and Answer Items