Sep 25th, 2010, 4:23 PM
(Sep 25th, 2010, 12:18 PM)Ben Wrote: Hi Jak,
Welcome to the forums!
Quote:Question: Can I have the data submit to a certain form/view depending upon which checkbox is checked?
Sure, no problem! Having it being submitted to a particular View is definitely easier than having it sent to a particular form, so I'd suggest that approach. You can modify any View to filter submissions based on the content in any form submission field. Give this page a read-through:
http://docs.formtools.org/userdoc/?page=...rd_filters
Basically, in your case, you'd add a Standard Filter to your View that tells it to only show submissions that had value "X" or "Y" (or whatever) in that field.
Hope this kind of helps -
Ben