Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

shortcode on select box

$
0
0

Replies: 0

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles