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 am in the trial period of the Budget Compiler and have imported the IIF file into quickbooks. My question is now where do I find the report or file.
A: If you have created an IIF file using the Compiler and imported it into QuickBooks (using File, Import, IFF) the imported budget data will appear in your QuickBooks budget. To access this from QuickBooks go Reports, Budget Reports and select the required budget ie Budget vs Actual.
Question and Answer Item 401 - Browse All Question and Answer Items
Q: Form1 builder was working fine while I had registered under one domain. But since I have registered 2 more, none of the forms I build work any more. They seem to work ok when I input the data into the fields but they don't go to the email address.
A: If you running them on a different domain check that the domain supports php and the php mail function. You can do this using the test code at https://bizpep.com/phptest.html . If you run the test code on the domain you should receive a test email. If you do not receive a test email you may need to set the SMTP Mailserver Setting as outlined in the Help file. You can also check that you do not have any html/code errors by running the form on your previous domain and giving it a test, or building a quick form and testing it on the new domain. If the form appears to submit correctly make sure your delivery email is not block/filtered. If you still have difficulty send me the url of your form, and a copy of the form as an email attachment and I will have a look for you. Also let me know what other Form1 forms you have running and any other relevant details.
Question and Answer Item 399 - Browse All Question and Answer Items
Q: Wow, the xml attachment file works just as advertised! My finger is poised on the 'buy now' button as soon as I solve one issue... To properly import the XML, I need strings added around the attached xml form. I am comfortable making changes to the html or with a text editor, but I'm not sure of the syntax. Any help is appreciated. Here is an example of what I need the attached xml file to look like...<employee_data><Form data from Form 1 builder></employee data> <employer_info><Form data from Form 1 builder></employer_info>. BTW, If I can get this to work, there are many other clients who will find your software useful with the practice management software I work with. Thanks a bunch!
A: The XML feature in Form1 Builder adds the form field names as tag names around the submitted form data in the xml file. So the xml file becomes something like <First_Name> Fred </First_Name><Last_Name> Flintstone </Last_Name>. This would be the result for a form with the fields First_Name and Last_Name and the submitted input of Fred and Flintstone. The XML standard does not include < > around the actual data values (as in your example). So if your import syntax is valid xml the Form1 xml file should be fine. If you need additional formatting ie < > around your data so you end up with <First_Name>< Fred ></First_Name><Last_Name>< Flintstone > </Last_Name> the xml file structure could be modified with development work but it would no longer be a valid xml file. If you open the delivered XML in a text editor you will see exactly the structure applied. Hope this helps.
Question and Answer Item 398 - Browse All Question and Answer Items
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