Please replace the ??? with your data!
- URL to the FORM: developing
- The browser used: firefox – latest
- cforms version: 9.4
- Your Wordpress version: 2.7
_Hi – First of all, let me just say that I've been developing WP sites for a long time and this plugin is BY far the best forms processing solution available. Hands down.
I'm wondering if you can suggest the best method for accomplishing the following:
I want to use a cForm to generate a sales lead that sends to a particular salesperson based on the time of day. (Basically we have a lead schedule broken down by hour and all form submissions during that hour get forwarded to the person on the schedule.)
The schedule will reside in a separate mySQL database that contains a table for each day of the week with 24 hour fields in each day. The salesperson email will be the data included in each row.
Additionally, I would like the auto-response email to populate with the individual salesperson's contact information from the same schedule database. (This is not as important. Just a wish.)
How do you suggest proceeding? Dynamically generating the form on the fly vs. using a system variable to populate the adminTO address?
I've got basic to moderate php skills (I'm able to adapt exisiting scripts to my needs, but struggle with creating my own from scratch) so offering an example of sorts would make you my favorite person on the planet right now.:O)
thanks – Paul