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 am interested in doing a multi-page form for my web-site. The program I use is Microsoft Front Page. Which product do you recommend?
A: To build the layout of the form Front Page is fine. You may also be interested in the HTML software discussed at https://bizpep.com/formhtmlsoftware.html . The two html editors at the bottom of the page are free and depending upon your experience and requirements maybe better suited (we use HTML Kit). To actually send a form you will need some form processing script, https://bizpep.com/formprocess.html provides some details. Form1 Builder will build processing script to handle multi page forms and also provides automated form page code development (so you may not even need to use a HTML editor). For full details refer to https://bizpep.com/form1/ .
Question and Answer Item 238 - Browse All Question and Answer Items
Q: I am trying the software. I already have a web page form I created. Do I browse for the server copy of local copy when adding the code?
A: I am not sure what you mean by "browse for the server copy of local copy" but you can use any of the methods listed in the Existing Form section of the Help file to use Form1 processing with an existing form. Using the Copy and Paste method you simply copy the Form Processing code from the Form1 Builder and paste it to the top of your existing form file ie the form web page, and adjust the form action, full details are included in the Help file.
Question and Answer Item 239 - Browse All Question and Answer Items
Q: Is this registration license for just one website?
A: Each registration applies to a single domain/user. In other words if you are only using the Form1 Builder to make forms for one domain (including any sub-domains) and you are the only user you only need 1 license. This single license allows you to make as many forms as you like to run on the registered domain. For further details refer to the Number of Licenses information at https://bizpep.com/form1/ .
Q: If I buy it, is their support behind the software?
A: Yes, we provide software support by email, just like you are receiving now.
Question and Answer Item 240 - Browse All Question and Answer Items
Q: I want to create forms for different clients running off their clients websites - I usually build sites on Bizland.com which uses Perl Php and Cgi. Does this program upload the correct files into the CGI-Bin? I need to have something do the work for me - Is this what your product does?
A: Form1 Builder creates php script for form processing that can either be included directly in the form file or as processing script only and the form actions pointed to the processing script. None of the files need to be in the cgi-bin they can simply be added to the standard pubic directory ie www or where ever you upload standard web pages. You can learn more and give it a test run from https://bizpep.com/form1/ .
Question and Answer Item 241 - Browse All Question and Answer Items
Q: It won't mail the responses to me and it won't display my thank you page either.
A: If you are going to paste the code at the top of a form you need to follow the instructions outlined in the Copy and Paste section (2 V c) of the Help file. Having a quick look at your form you need to adjust the action in <form method="POST" action=".....">. You need to change this so the form points to itself. See the Help file on how to do this.
Question and Answer Item 242 - Browse All Question and Answer Items