You can place a css class in the form content at the beginning (in the HTML section) like given below <style type=”text/css”> .submit_button { background-color:red; color:white; } </style> And then while configuring the form element ‘submit’ give the ‘Style Class Name’ as submit_button If you want a different style create such a css class. In some [...]
↧