On Jul 6, 6:11 pm, bobbykjack <[email protected]> wrote: > Render tags behave very strangely - I recently observed the phenomenon > that standard field placeholders' values can be returned, but not if > they're type is set to numeric. Seriously? Yes. The solution? Change > the type to text, even if you're really working with numeric values.
We've had a ticket open w/ OpenText support on that one since April. Text and Custom standard fields come through just fine. E-mail, date, time, URL, and numeric do not. Someone on this list pointed us at the custom filter option. A custom filter with a regex like /^\d+$/ works as a decent stand-in for the numeric standard field type. The online documentation (i.e. hit the [Help] button when you are editing the standard field settings) has a couple sample regexes (regexen?) for e- mail and URLs. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
