Viewing 4 reply threads
  • Author
    Posts
    • #4733
      kplaneta
      Member

      Just like in the title

      Piklist v.0.9.9.4
      WP 4.3.1 Multisite

    • #4741
      Steve
      Keymaster

      Please post your field code here so we can take a look.

    • #4742
      kplaneta
      Member

      Sure. I’ve added the description HTML tag manually. If I add it via the 'description' => '...' nothing shows up.

      piklist('field',array(
           'type' => 'html'
          ,'label' => 'Location'
          ,'value' => '<div id="project_map" style="height:350px;"></div><p class="piklist-field-description description">Przeciągnij znacznik w miejsce gdzie znajduje się restauracja</p>'
      ));
    • #4778
      Steve
      Keymaster

      We’re looking into this.

    • #8411
      vayu
      Member

      Is this still being looked into? I can’t seem to see the description…

      piklist('field', array(
          'type' => 'html',
          'label' => 'Send email',
          'field' => 'document_send_mail',
          'description' => 'Send email with document.',
          'value' => get_submit_button( 'Send document email', 'primary', 'send_document_mail' )
      ));
Viewing 4 reply threads
  • You must be logged in to reply to this topic.