Support » Plugin: Custom Field Template » [Plugin: Custom Field Template]Checkbox repeats previous field

  • Using CFT with the modified version of default template – textfield variable followed by multi-checkbox.

    [Institution]
    type = text
    size = 35
    hidekey = true

    [Languages]
    type = checkbox
    value = English # Simplified Mandarin # Russian # Hebrew # Traditional Mandarin # Pinyin # Portuguese # French # Spanish # Swedish # German # Japanese # Korean # Uyghur # Hindi
    default = 0
    output = true

    If I use my own HTML shortcode format, and select more than one language, the text string from Institution appears once when I call Institution and again right before the list of languages. If I don’t use call my own format in the shortcode and simply use [cft] in the post body, then this doesn’t happen. My shortcode format is as follows:

    <b>Institution:</b>[Institution]</br>
    <b>Languages:</b>[Languages]</br>
    <b>Available Online:</b>[Available Online]</br>
    <b>Access:</b>[Access]</br>

    Thing is, the default table format doesn’t seem to be anymore comlicated than this, so why am I see [Institution] repeated within [Language]?

    http://wordpress.org/extend/plugins/custom-field-template/

  • The topic ‘[Plugin: Custom Field Template]Checkbox repeats previous field’ is closed to new replies.