Skip Navigation

[Resolved] Post Form not displaying all fields

This support ticket is created 2 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Shane 2 years, 5 months ago.

Assisted by: Shane.

Author
Posts
#2444253
Screen Shot 2022-08-24 at 10.37.58 AM.png
Screen Shot 2022-08-24 at 10.35.32 AM.png
Screen Shot 2022-08-24 at 10.35.13 AM.png

A user filled out the "Details" text field in the form "Stolen Instrument Submission" but the text is not displaying on the page:

hidden link

How can I get it to display?

Here's the form info:

31

[wpv-conditional if="( $(wpcf-where-instrument-was-stolen) ne '' )"]

  • Location Stolen: [types field='where-instrument-was-stolen'][/types]
  • [/wpv-conditional]

    32

    [wpv-conditional if="( $(wpcf-reward) ne '' )"]

  • Reward: $[types field='reward'][/types]
  • [/wpv-conditional]

    33

    [wpv-conditional if="( '[wpv-post-author]' eq '[wpv-current-user]' )"]

  • [cred_link_form form='edit-stolen-instrument' text="Edit" target="_self"]
  • [/wpv-conditional]

    34

    35

    </div>

    36

    </div> <!-- .et_pb_text -->

    37

    [wpv-conditional if="( $(wpcf-instrument-pictures) ne '' )"]

    38

    <div class="et_pb_module et_pb_gallery et_pb_gallery_0 et_pb_gallery_grid et_pb_bg_layout_light clearfix" style="display: block;">

    39

    <div class="et_pb_gallery_items et_post_gallery">

    40

    [wpv-view name="instrument-images" ids="[wpv-post-id]"]

    41

    </div><!-- .et_pb_gallery_items -->

    42

    </div>

    43

    [/wpv-conditional]

    44

    [wpv-conditional if="( $(wpcf-video-link-of-instrument) ne '' )"]

    45

    <div class="et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_1">

    46

    <div class="et_pb_text_inner">

    47

    [types field='video-link-of-instrument'][/types]

    48

    </div>

    49

    </div>

    50

    [/wpv-conditional]

    51

    [wpv-conditional if="( $(wpcf-instrument-description) ne '' )"]

    52

    <div class="et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_2">

    53

    <div class="et_pb_text_inner">

    54

    <p>Instrument Description</p>

    55

    [types field='instrument-description'][/types]

    56

    </div>

    57

    </div> <!-- .et_pb_text -->

    58

    [/wpv-conditional]

    59

    [wpv-conditional if="( $(wpcf-identifying-marks) ne '' )"]

    60

    <div class="et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_3">

    61

    <div class="et_pb_text_inner">

    62

    <p>Identifying Marks</p>

    63

    [types field='identifying-marks'][/types]

    64

    </div>

    65

    </div> <!-- .et_pb_text -->

    66

    [/wpv-conditional]

    67

    [wpv-conditional if="( $(wpcf-modifications) ne '' )"]

    68

    <div class="et_pb_text et_pb_module et_pb_bg_layout_light et_pb_text_align_left et_pb_text_4">

    69

    <div class="et_pb_text_inner">

    70

    <p>Modifications</p>

    71

    [types field='modifications'][/types]

    72

    </div>

    73

    </div> <!-- .et_pb_text -->

    74

    [/wpv-conditional]

    75

    </div> <!-- .et_pb_column -->

    76

    </div> <!-- .et_pb_row -->

    77

    </div>

    CSS editor
    JS editor
    Formatting and editing instructions

    Output mode

    Auto-insert paragraphs

    Manual paragraphs

    Usage

    This Content Template is used for Stolen Instruments.

    Theme Options
    Stolen Instruments settings for this Content Template

    Thank you for creating with WordPress.

    Get Version 6.0.1

    #2444441

    Shane
    Supporter

    Languages: English (English )

    Timezone: America/Jamaica (GMT-05:00)

    Hi Jon,

    Thank you for getting in touch.

    Based on what I see you're not actually displaying the detail field on the template.

    You will need to display the detail field on the template using the following shortcode.
    [types field='slug'][/types]

    Where 'slug' is the actual slug of the custom field.

    Thanks,
    Shane