Hi. Having lots of fun playing around with your plugin.
One of the things I’m attempting is to fill out some fields based on entries in another form (based on what I learnt here). My question is:
Can I use as the input, not a dropdown, but rather a blank text field. The reason being, that the form being referenced has over 40,000 entried (!) and thats quite a dropdown right there! (Although it *does* work.)
Any ideas?




October 26, 2012 at 1:33 am
Update:
Attempted to solve this via this filter. I ran into trouble because the dropdown values do not equal the name.
Can this be done?
October 26, 2012 at 9:21 am
No, this isn't yet an option. You can vote for it here:
http://formidablepro.com/help-desk/new-display-as-type-for-data-from-entries-field/
October 26, 2012 at 9:23 am
Is there a filter that can intercept it, and change it from "WHERE `id` = x" to "WHERE `name` = x"?
October 26, 2012 at 9:25 am
Intercept what? I'm not sure what you're referring to.
October 26, 2012 at 9:29 am
Well, right now it seems it goes something like this:
1) Enter Country value
2) x = Country.id
3) Get states where country.id = x
That works as a text field only so long as the value (name) and id are the same. Here, being that they are not, can I filter thsi to do thus:
1) Enter Country value
2) x = Country.value (name)
3) Get states where country.value (name) = x
Possible?
October 26, 2012 at 1:27 pm
I don't think there's an easy way of changing that without making a bunch of changes to the core plugin, or writing your own AJAX function.
Topic closed.