0
difference between contact form and regular form
Hi all, I was wondering why the submit button on a regular form and the one on a contact were different. If I understood well, the submit button on a regular form is as following : <input type="submit" value="submit"/> whereas in a contact form it is : <inout type="submit" class="submit"/>. Why is it class and not value here? Thank you !
1 Resposta
+ 2
The button in the contact form is styled with CSS rule, by the name of "submit".
Hth, cmiiw