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 was wondering if there are any plans for an update to SiteMap XML to include the <lastmod> tag in the site maps. You're Awesome.
A: Yes, it is planned within the next month or so along with a number of other enhancements....and thanks for the complement.
Question and Answer Item 516 - Browse All Question and Answer Items
Q: Everything works but nothing imports into Goldmine. When I tried your sample it worked beautifully. I think it is the form fields are named incorrectly. For example in my form1.php script the email name is Email_Address but Goldmine has it labeled as email. That that is how it is in your sample form. Please advise.
A: Yes, as outlined in the Help file "For data to be imported into GoldMine make your input form field names the same as your GoldMine database names. They will only be imported if names match." If you are using the default non GoldMine form settings you will need to adjust the form field names to match your GoldMine field names ie contact, email and set these as pre-defined values in the code ie Defined First Name Form Field as contact, Defined Email Address Form Field as email. If you use the Default GoldMine Processing Code it will set the Defined First Name Form Field and Defined Email Address Form Field for GoldMine ie contact, email, but you will need to make sure form fields also match. Hope this helps.
Question and Answer Item 515 - Browse All Question and Answer Items
Q: I purchased your Goldmine form program and cannot get it to work. It works when I did your sample - Goldmine imports the data. However when I use the program I purchased it does not import. I make sure a set the Goldmine Web Import to true and the content one too?
A: If you provide some more information I will be able to assist. Is the email being delivered? Did you try a simple QuickForm? Have you reviewed the Trouble Shooting section in the Help file? Have you run the Test Code on your server ( https://bizpep.com/phptest.html )? Please let me know exactly what is and is not happening and we will be able to identify the problem.
Question and Answer Item 514 - Browse All Question and Answer Items
Q: I'm looking for a mail server. I was looking for a desktop program which would send from my machine. However, a web based solution might be OK. My question is, where does your program send from? Is it somehow independent, or does it use the hosting company's smtp or mail components? Our host has very small limits on outgoing mail, which doesn't even allow us to send to a couple of hundred people at once.
A: MailMailer uses the server php mail function for email transmission so it is subject to any server restrictions. As it is not designed for bulk emailing this is usually not an issue. For large volume email have a look at the email transmission resources at http://www.resourcedb.com/show.php?spec=emailtx or try a search on the RESOURCEdb ( http://www.resourcedb.com ) site.
Question and Answer Item 513 - Browse All Question and Answer Items
Q: When running the sitmapxml.php in dynamic mode on the server, is an xml file supposed to be created? i.e. sitemap.xml Or would I specify sitmapxml.php as the file in my google account?
A: In dynamic mode an xml file is created on the fly by the php file so the submitted file should be .php and this then builds an xml file (ie it sets the xml headers as required). Therefore in your google account you use sitemapxml.php (or you can rename sitemapxml.php to sitemap.php or anything else you like with the php extension, do not rename with a .xml extension it is dynamically created from the php file).
Question and Answer Item 512 - Browse All Question and Answer Items