valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 31 32 33 34 35 36 37 38 39 40 > >>
Questions & Answers
Q: I would like to post the results to a mysql database in addition to > > GM via e-mail. > > > >
A: The Form1 GoldMine and Form1 MYSQL are separate packages. You > > cannot post to both databases with the standard software. Do do this > > would require software modifications. > > > >
Question and Answer Item 2058304 - Browse All Question and Answer Items
Q: Can you tell = me if each different form i generate and put in my website has to have it's own unique configuration settings and processing code generated by form1? Or can I copy and paste?
A: You can copy and paste and just edit as required in a text editor.
Question and Answer Item 2058305 - Browse All Question and Answer Items
Q: Can you tell me if I can add fields in a form a display in real time - I guess using a js - inside an xhtml doc. Where does the java script go - in the xml?
A: Yes, using javascript you can simply add remove elements in real time ie add a form field (or remove it, hide it...etc). As javascript runs in the users browser they must have javascript enabled. The best approach is to do this using DOM elements, for some basic info see http://www.w3schools.com/jsref/dom_obj_all.asp . You can see this method in use at http://www.stockpriceanalysis.com/stockpriceanalysis.html input a Stock Code ie Goog and click Add and a new row of form fields is added. To do this for your forms you would need to develop specific javascript it can be included in the head or body or in a separate js file, it depends on what it is doing and how.
Question and Answer Item 2058306 - Browse All Question and Answer Items
Q: How can I upgrade to the version with the ability to add in additional sheets and also to see and change formulas.
A: You can upgrade from a Non-Commercial license to a Commercial license at https://bizpep.com/upgrade.html . Software registered with a Commercial license is unprotected allowing you to to view the formula applied, access cell contents to enhance your knowledge of software operation (macros remain protected) and undertake minor refinements (ie headings etc). In this format application sheets are unprotected, the workbook itself and the Terms and Conditions and Instructions sheets remain protected (you cannot add sheets) to maintain licencing and intellectual property rights notification. To access the source code of our software including the visual basic code if used (macros) a Source License is required. This license allows you to modify and adapt all components of the software to meet your specific needs. Source licensing fees are 3 times Commercial licensing fees. Source Code License details are available at https://bizpep.com/SourceLic.html . Please note that Bizpep retain full copyright and intellectual property rights at all times. I can provide additional detail as required.
Question and Answer Item 2058300 - Browse All Question and Answer Items
Q: I've recently encountered a problem on one of my domains - the forms worked fine, but I now get a 'Form Delivery Error' and I can't understand why. I have uploaded your test script which verifies the fact that PHP is running on the server - however, your script doesn't deliver an email.
A: If they were working and now do not something has changed. Either in the form code or on the server. If no changes has been made to the code then it will be the server ie change in php, or the php mail settings etc. In this case it is best to contact your server host to identify what has changed... Sometimes hosts implement "security measures" to limited server mail transmission ie only send from emails addresses of the host, block after certain volumes (usually only an issue if sending spam volumes) etc. Try and identify the time when the form stopped working and then what was changed on the server at that time, this will must likely be the issue and should be easily addressed by the host.
Question and Answer Item 2058299 - Browse All Question and Answer Items