wordpress - Contact form 7 set minimum field value -


i want set minimum value in "amount" field. error message should lower minimum value.

<p>amount:<br />   [text* amount]</p>   <p>name :<br />     [text* your-name] </p>  <p>email :<br />     [email* your-email] </p>  <p>message :<br />     [textarea your-message] </p>   <p>[submit "send"]</p> 

contact form 7 has number field. so, in case, like:

[number* amount min:10 max:99 step:1 "40"] 

Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -