valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 161 162 163 164 165 166 167 168 169 170 > >>
Questions & Answers
Q: I have a client that is using your Form1Builder MySQL with a form that they want the users that are filling it out to select a location and then based on that selection is there is a corresponding email address that the form results would get emailed to. This can be a CC with all form results going to the default address but the CC is set by a conditional element in the form?
A: A couple of options. You could simply have the form delivery email client filter and forward to different email addresses (ie your cc addresses) based on the selected option. This is probably the easiest (very easy with GMail accounts etc) as it can be done/modified without form code changes. This would result in the delivery email and the set cc address receiving the email. You could set the delivery email name as the value of your drop down. Refer to the Form Delivery Email Address section of the Help file https://bizpep.com/form1/ . Using this approach you would set a hidden field <input type="hidden" name="delemaildomain" value="mydomain.com" /> and then set the select field with the name="delemailname" and the value as the delemailname for the selected option. This would result in the form delivery email being sent to the selected option value only.
Question and Answer Item 10548 - Browse All Question and Answer Items
Q: I just tried the software and like what I see. Before I buy it though I have one more question for you. Can I run this software on a "Sub Domain" of my Domain?
A: Yes, the form code will run on the registered domain and any sub domains.
Question and Answer Item 10547 - Browse All Question and Answer Items
Q: I have a field in goldmine called key2 (i know - pretty basic). And I need this field to have a rotating counter attached to it. This counter should increment with each submission and then re-set after say 5 form submissions. Can your the Goldmine Form1 Builder do this?
A: This is not a really a form function. To create a counter you need to implement a script to create a field (hidden?) on the form that is reset as required. When the form is set the counter value would be sent to the database. If you require this to occur based on the entry in your database the script would need to read the database and then act accordingly.
Question and Answer Item 10546 - Browse All Question and Answer Items
Q: I write online tutorials for those using Paint Shop Pro. My question is I would like to have more than one "Form" on my site for example one where my viewers can ask for help on a specific tutorial, one for emailing me, and maybe one (later on) where my viewers could order items that I will be selling. I would like to keep ALL forms in one place as in a special directory just for forms. Is this possible with your software?
A: You can run forms from any directory on your server you like, as many as you like. They are simply web pages with php form processing code. The only requirement is that your server supports php.
Question and Answer Item 10545 - Browse All Question and Answer Items
Q: How do you enable java script on windows explorer 7?
A: From IE go Tools, Internet Options, Security, Custom Level, select Enable under Scripting/Active Scripting, then click OK, OK. See http://www.tranexp.com/win/JavaScript-enabling.htm for more details.
Question and Answer Item 10544 - Browse All Question and Answer Items