• Hello
    I have a form with the boxes below
    [select* Home1 default:shortcode_attr]
    [textarea* Home1 default:shortcode_attr x5]

    I have the code in custom short filter
    $out[Home1] = ‘”Home1″ “done”‘;

    The result is on the select box I get

    on the textarea I get
    “Home1” “done”

    Why is the select box not giving me a dropdown list with?
    Home1
    done

    I have tried with only the select box name being Home1 I just added the textarea to make sure the shortcodes were working right.

    Thanks
    Kirk

The topic ‘shortcode on select box’ is closed to new replies.