php - Contact form 7 default option print as selected value in mail -
[select my_select class:input class:styled "select options"    "option 1" "option 2" "option 3" "option 4"]   question:
how prevent printing 'select options' if user not selected options in receiving email? if user select first option ('select options'),it should not print 'select options' in mail.
[select my_select first_as_label class:input class:styled "select options"
 "option 1" "option 2" "option 3" "option 4"]
Comments
Post a Comment