Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and Listdisplay both name and valuedisplay both name and value
Previous
 
Next
New Post
8/20/2012 5:35 PM
 

Is it possible to display both sides of a name|value pair?  I would like for only the name to be visible on the form, but both name and value be visible on the email notification the form generates.  I don't know a lot about XSL, so if it involves altering the stylesheet details would be greatly appreciated!  Thanks so much--



 
New Post
8/21/2012 3:54 AM
 

It would involve creating a custom stylesheet. The skeleton of the XSLT can be generated with the built in  token2xsl tool. Just click on custom and generate. For further modifications, you should have a look at xslt. You will be surprised how much can be done with only a handful of functions. Here is a link to a tutorial : http://www.w3schools.com/xsl/

 
New Post
8/21/2012 6:37 AM
 

well in normal xsl you could use value-of select="myfieldname(.)" or value-of select="local-myfieldname()" but both these options dont seem to work if you use it in f&l value-of select="udt:myfieldname(.)"

@stefan any other way to solve this?

 

 

 
New Post
8/21/2012 8:50 AM
 

Armand, FnL uses normal XSL. I am not aware of any syntax like this. Can you please provide a link?

In the case for displaying both name and values I would go with a primitive <xsl:choose> approach.

For name/value pairs like A|a;b|B;c|C for a field named valuecolumn I would go with

<xsl:choose> 
  <xsl:when test="udt:valuecolumn='a'">
      A
  </xsl:when>
<xsl:when test="udt:valuecolumn='b'">
       B
  </xsl:when>
  <xsl:otherwise>
     C
  </xsl:otherwise>
</xsl:choose> 


 
New Post
8/21/2012 3:07 PM
 

@stefan

I got the naming wrong, let me try make an example xsl

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and Listdisplay both name and valuedisplay both name and value


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out