Not to worry, I've found FAQ it can be found here for those wondering.
And the answer for different styles for multiple forms:
- Simply decide for the 'base' cforms theme
- And apply specific styles for the other forms you have deployed
- Note: these specific styles are applied on top of the base styles of the chosen theme
Here are some examples for specific styles:
To change the fieldset background color for form #2:
#cforms2form fieldset {
background:green;
}
Or to change the input field size for form #3:
#cforms3form input,
#cforms3form textarea {
width: 500px;
padding:5px;
}
Thanks again for your super plugin!