Nevermind; it works; thank you!
On Monday, 24 October 2016 14:28:20 UTC-4, leeand00 wrote:
>
> I have a dropdown...
>
> <$select field='dassection'>
> <$list filter='[tag[section]]'>
> <option><$view field='title' /></option>
> </$list>
> </$select>
>
> It currently populates the option labels, but not the values...
>
> I'd like the values to be populated with the title field, I thought
> {{!!title}} would work but it didn't.
>
> I'd also like the <$select> to trigger a macro that will set a field with
> the value of the selected option when it is selected in the <$select>...
>
> So far I have this:
>
> \define updateSERPField()
> <$action-setfield $tiddler="SERP - Database Analyst - Net Tech - MIS -
> Help Desk" $field="dassectionfilter" $value="">
> \end
>
> and I imagine that if I fill in the actions attribute of my <$select> with
> <<updateSERPField>> it will make the call, but I don't really know how to
> connect the two...
>
> Thank you!
>
>
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/a949c74e-f7f8-43b3-8086-98a479c3452a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.