valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 181 182 183 184 185 186 187 188 189 190 > >>
Questions & Answers
Q: I'm need a form that will pass on info from page to page before submitting, but I need it to be able to direct Page 1 to Page 2 or Page 3 depending on fields from Page 1?
A: Form1 provides the capacity to pass data from page to page (ie a multipage form) but to direct the page displayed based on selected Fields will require additional scripting. Developing of a detection script and adding it to the Form1 code could determine the page to show.
Question and Answer Item 10485 - Browse All Question and Answer Items
Q: I have a question regarding your sitemap generator. I tried it on the domain and it didn't populate the directory names correctly. For example, the page /options101/what-are-options.html was generated in the sitemap as /what-are-options.html. I.e. without the options101 folder.
A: When you run the SiteMap it returns http://www.optiontradingtips.com/what-are-options.html and further down http://www.optiontradingtips.com/options101/what-are-options.html .. This is most likely due to your links (href) using relative links without the root / (look in your page code). The link on the home page is not fully relative ie missing the first / so the generator treats the file as if it is in the current directory ie the root. In the page http://www.optiontradingtips.com/options101/index.html the link is also relative but is already in the same directory as the file (which is correct) so the generator treats the file as if it is in the current directory ie this time it is options101/ . Hence you end up with 2 entries. hope this makes sense. If you adjust the href value in the home page it should be fine.
Question and Answer Item 10484 - Browse All Question and Answer Items
Q: I have tried to make payments twice and twice PayPal rejected the order. Please advise.
A: If you are unable to pay via PayPal you can use the RegNow option (select RegNow after you click Order Now from https://bizpep.com/password/ ). If Credit Cards are the issue RegNow also allow payment via Bank Transfer or Check. Just select the desired Payment Method once you reach the Order Form.
Question and Answer Item 10483 - Browse All Question and Answer Items
Q: Please would you setup the mailer for me so that i can download text files and send bulk emails.
A: MailMailer is not a bulk emailer and does not use a database (only text files), see https://bizpep.com/MailMailerInfo.php . Installation instructions are included in the Installation section of the Help file (this is also online at https://bizpep.com/MailMailerHelp.php ). Follow these instructions to install. We do not undertake installation as a component of the license. If you have a specific difficulty after following the instructions please let me know exactly what the issue is and I will be able to assist further.
Question and Answer Item 10482 - Browse All Question and Answer Items
Q: I am trying to solve a problem with the field name that is passed along when the default Required Field Input Missing page is displayed. I am trying to have the user input the value of the Key3 field from the goldmine database. But for relevance to the user it is call Account Number in the form. When the field is not inputted and the form is submitted the Required Field Input Missing page displays the following "Please use the Return to Form above to return to the form and complete the required field Key3." I want it to say "Account Number" instead of "Key3". I read the post from your Q&A section that deals with this and recommends using the $reasonreturn field?
A: To use this method you need to build a dynamic return page (in php or javascript, php is best) that displays a specific message based on the reason sent ie instead of Key3 it displays Account Number. This would require some additional script development. Or you could keep the field name as Key3 and in the text display for the field simply label it something like "Account Number (Key3)" to establish the link?
Question and Answer Item 10481 - Browse All Question and Answer Items