Database driven select boxes in forms???
Permalink
I'm trying to track pricing data with my site and I'd like to be able to have my selects (combo/dropdown) be database driven instead of manual (manual is not an option). I cannot find a good solution. Can someone help??
I agree with @jbx that you will need to create your own custom form for this. But I personally don't like the "external form" block as it imposes too many restrictions and non-standard requirements for structuring your code without any benefit whatsoever. Instead, I prefer to create custom form blocks, and I have some boilerplate code for this that will help you out here:
https://github.com/jordanlev/c5_custom_contact_form...
https://github.com/jordanlev/c5_custom_contact_form...
Jon