valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 271 272 273 274 275 276 277 278 279 280 > >>
Questions & Answers
Q: I am trying your Form 1 software now and I like what I see. Can I do a few specific things? 1. Send the form results to a CSV text (text file DB) file on my FTP server without sending those (sensitive) results to me in an email. 2. Are there any controls that will allow me to fine tune or validate required fields such as (only alpha), (only num), (no commas) etc.
A: You can send data by email in CSV but standard Form 1 will not save it to your server. If you are sending sensitive data https (secure transmission) should be considered. Regarding validation the php coding validates email addresses but for other input fields only identifies the existence or absence of data. You could use javascript to add further validation. Alternatively all the features you mention could be integrated into Form1 processing code however they would require additional development work.
Question and Answer Item 224 - Browse All Question and Answer Items
Q: I've registered Form1 Builder, created my form and it worked great except, for the file attachments. Can it do multiple file attachments with one form? I need for members to send from one to six photo's with one form submission. Is this possible with Form1?
A: Only one file attachment is sent per form submission. To send a number of file attachments per submission would require specialized development work. However you could point one form to another form using the thank you url so that you have a linked progression of form submissions each sending the required attachment.
Question and Answer Item 225 - Browse All Question and Answer Items
Q: I am looking for a form. The forms purpose is to allow for an online employment application. Form users will input basic information at the main page, then based on the input (such as job applying for) will be redirected to another page to fill in the remaining portions of their application. They should also have the ability to upload files such as resumes and other files they feel are related to the application.
A: Form1 Builder https://bizpep.com/form1/ will provide all this functionality except redirect based on input. You could achieve this by having separate forms for different variables with each form having its specific redirect ie a link to 1 form for 1 type of job and this form having its own redirect page and a different form with it's own redirect page for a different job. Another approach would be to add additional processing script to the form submission process to redirect based on the variable selected, however this would required additional development work.
Question and Answer Item 226 - Browse All Question and Answer Items
Q: I am getting an error telling me that my trial of Form1 is out of date, and I need to register my software. Can you tell me the cost of registration, and how I go about doing so.
A: The Form1 version you are using is no longer current. You will need to use our Form1 Builder to build processing code and then this can be used to replace the processing code currently used. You can learn more about Form1 builder at https://bizpep.com/form1/ and obtain registration at https://bizpep.com/form1/ A single user/domain license is US$39.00.
Question and Answer Item 227 - Browse All Question and Answer Items
Q: I am in an urgent need to set up an email order form. I used the online form builder. That worked all the way thru using View Form and filling it in. But, when I clicked on submit, I was led to a page and told there was a problem. The last message said "The page cannot be displayed". Is the online version to just build but not work?
A: The online version will build the form and processing code but you need to save the Form Code as a file; ie copy, paste and save it as a file using a a text editor (like NotePad); and upload it to your server so the form can be used. View Form Layout only displays the form layout and does not include the processing code, it is simply so you can see what the form will look like. Please see the Form code Section of the Help file for details. Also for your form to not expire you will need to register Form1 Builder before you build the form. Forms built with unregistered software will stop working once the evaluation period expires.
Question and Answer Item 228 - Browse All Question and Answer Items