difference between contact form and regular form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 !

1st Sep 2017, 7:17 PM
chayago
chayago - avatar
1 Answer
+ 2
The button in the contact form is styled with CSS rule, by the name of "submit". Hth, cmiiw
1st Sep 2017, 7:27 PM
Ipang