valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10548
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