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: Also I notice that I have to keep re-entering registration information every time I use the form1builder msql. What's going on? It reverts to a 7 day trial.
A: The registration details are recorded as cookies on your computer. If your cookies are blocked, cleared or removed you will loose the registration details and will need to re-input them to build a registered form. To maintain the registration details entered ensure cookies are enabled and are not cleared. As long as the Form1 Builder is registered (it displays the registered domains under registration) when a form is built the form will always run on the registered domain. If you clear cookies then before you build another form simply re-enter your registration details into the Form1 Builder before you build the form. You can see the current registration status using the Registration link in the top menu of the Form1 builder.
Question and Answer Item 404 - Browse All Question and Answer Items
Q: Hi, when i use your sitemap script, after i run it, it shows me this error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. Reference to undefined entity 'euml'. Error processing resource ..... Line 1, Position...
A: For the urls of your site to be used in a sitemap xml file they must be UTF-8 encoded. Basically you have none valid characters in one? of your urls ie <!ENTITY Euml CDATA "Ë" capital E, dieresis or umlaut mark. This E should be encoded (writen as & # 2 0 3 ;) in your url when this is displayed in a web page or xml file it becomes capital E with an umlaut (Ë) and yoursitemap will be fine. A full list of entity mark ups is availabe at w3C ( http://www.w3.org/TR/REC-html40/sgml/entities.html#h-24.2.1 ).
Question and Answer Item 402 - Browse All Question and Answer Items
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