I have this code that tries to put a field value into a link, which seems 
logical, but doesn't work...

<a href=
"https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1={{!!tracking_number}}";
>USPS Tracking</a>

I also tried the transclude code...

<a 
href="https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=<$transclude
 
field="tracking_number" />">USPS Tracking</a>

I had originally tried this code, but it seems that external links have to 
be put into the html anchor tag.

[[USPS 
Tracking|https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1=<$transclude
 
tiddler=<<item>> field="tracking_number" />]]

Thank you all!

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f9b49cb4-3fba-41ef-a1d3-ad84210d6358o%40googlegroups.com.

Reply via email to