valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 231 232 233 234 235 236 237 238 239 240 > >>
Questions & Answers
Q: I'm interested in your software, but I'm wondering if it addresses one problem that I currently have with online forms. My web client has several consumer feedback / guestbook forms on his site, but a lot of the forms are getting "spammed" by robots who implant links to porno sites or other marketing sites. I am looking for a type of form customization that can be programmed to reject specific types of user input. For instance, my "content spam" would always contain URLS, so it would need to reject any form submissions that contain "www" or "http". Is this possible with your software?
A: If you set the Form1 variables to Display as HTML before Submission (ie show the submitted data before it is sent) robots cannot trigger form delivery it must be done manually ie someone clicking the button. This is the best control as only user submitted forms will be processed regardless of the content ie it eliminates robots or script from sending your form. The filtering of specific text is not a standard Form1 feature but with a little development work it could be incorporated.
Question and Answer Item 397 - Browse All Question and Answer Items
Q: Do you have a sample form showing how I would insert a javascript. I just need see how the java script is invoked in the form.
A: There are many javascript tutorials available on the internet. As the Form itself is standard html you can insert javascript as per any normal html web page. Have a look at W3Schools ( http://www.w3schools.com/js/js_howto.asp ) they give a simple example of placing javascript in html.
Question and Answer Item 396 - Browse All Question and Answer Items
Q: Do you sell the Pricing and Breakeven Analysis Excel in a CD Format? If so how can we order a copy? Please let me know.
A: You can order a copy on CD from the Software Delivered on CD page at https://bizpep.com/cd.html . You will also need to purchase a license. To this from the Software Delivered on CD page ( https://bizpep.com/cd.html ) select the required title ie Pricing and Breakeven Analysis Excel click Continue and then at the bottom of the displayed page click Select additional items to add to your order to also add the required license. Then Order Now, select the transaction processor SWREG and follow the prompts.
Question and Answer Item 395 - Browse All Question and Answer Items
Q: I created a form, but it's not working. I went to test it out and clicked the submit button only to tell me that the TODAYS DATE field is empty...but it wasn't...I had every field completed.
A: As outlined in the help file you should not use spaces in field names. Try setting the field name to <input type="text" name="TODAYS_ DATE" value=""/> and the required field variable to TODAYS_DATE. Although I must admit that it may be better simply automating the Todays Date so your users have less to fill out?
Question and Answer Item 394 - Browse All Question and Answer Items
Q: I'm thinking of buying Form builder but first I would like to know if this feature is possible. I want customers to register for a certain course (education). However, only 10 people are allowed per course. The first to register is the first to come. Is it possible that the script counts the number of registrations (so that the visitors) see that for example still 2 registrations are possible. After 10 registration the form says that the course is full and no registration are possible, so the visitor will need to choose another date of a course? Is this hard to set up? I would like the information in a sql-database. Please let me know if this is possible.
A: This functionality can be provided but it would require custom programming (not part of the base Form1). A script could be developed using php and a MYSQL database (your server would need to support both of these).
Question and Answer Item 393 - Browse All Question and Answer Items