P.S. I want set the value inside my [select* ….]
In my form I do this and work:
<span class="wpcf7-form-control-wrap TipoEmpresa">
<select name="TipoEmpresa" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required op1 op3" aria-required="true" aria-invalid="false">
<option selected disabled>Tipo de empresa</option>
<option value="ANUNCIANTE">Anunciante</option>
<option value="AGENCIA_MEIOS">Agência de Meios</option>
<option value="AGENCIA_CRIATIVA">Agência de Publicidade</option>
<option value="PRODUTORA">Produtora</option>
</select></span>
but if there is a way to prepare it for the shortcode of CF7 I like to do.
I would like set the value inside of [select* ….]
if there is a way to prepare it for the shortcode of CF7 I like to do.
like this
<span class="wpcf7-form-control-wrap TipoEmpresa">
<select name="TipoEmpresa" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required op1 op3" aria-required="true" aria-invalid="false">
<option selected disabled>Tipo de empresa</option>
<option value="ANUNCIANTE">Anunciante</option>
<option value="AGENCIA_MEIOS">Agência de Meios</option>
<option value="AGENCIA_CRIATIVA">Agência de Publicidade</option>
<option value="PRODUTORA">Produtora</option>
</select></span>