Hi,
I've been searching for an answer to this everywhere to no avail.
How does one go about accessing drop-down data in a custom field? I have an entry custom field, basename entrydatafeaturedonprojectpage and I want to output entries with a particular drop-down value selected. I feel like I've solved this problem before with help, but can't find any record of it.
Thanks!
Reported on Movable Type 4.3
Using the field:basename attribute for the <mt:Entries> tag?
That's what I'm trying to use, yep. For a checkbox one adds ="1" so what value is added for a dropdown? My field:entrydatafeaturedonprojectpage="Project name" attempt isn't working. Thanks.
Is "entrydatafeaturedonprojectpage" the exact Basename set on the Edit Field page (it looks more like a template tag)?
Sorry, I was out of it with a cold yesterday. The basename is featuredonprojectpage -- which means rather that field:featuredonprojectpage="Project name" isn't working.
I was doing it correctly. In fact, I should have had my content wrapped in an mt:MultiBlog tag as I was pulling content from another blog. That's why it didn't work.
So to sum up:
will grab the right content.