Jump to content

Search the Community

Showing results for tags 'text template visibility'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. I made a php template with the following code // Show inscription, if any if(trim($page->inscr_nr) != "") { $content .= '<tr id="inscr_nr"><td class="label"><p>Inscriptionnr</p></td><td><p>'; $content .= $page->inscr_nr->title . '</p></td></tr>'; } In the backend I can fill the Inscriptionr ( a field inscr_nr that i added) BUT in the page only the text "Inscriptionnr" shows up, not the variable inscr_nr What is wrong with the code??? (by the way: inscr_nr is a text field)
×
×
  • Create New...