Forums

Missing Submit Button image

GreyHead 24 Nov, 2011
Hi zzafio ,

Button styling is mostly done by the browser unless you specify something different in the Form HTML and/or CSS.

Bob
zzafio 24 Nov, 2011
Have I missed out a step when creating the form? I see where I can get into the form html to make changes - but have no idea what changes/additions to make there. No panic, but if you could give me a clue I'd be v grateful!

Small image attached to show what I am trying to achieve. Thanks.
GreyHead 25 Nov, 2011
Hi zzafio ,

Sorry I misunderstood.

This is tricky, you can't easily remove the CSS that ChronoForms has applied. You can edit it near the beginning of frontforms.css
.ccms_form_element input, textarea, input[type="file"] {
    border: 1px solid #D3D3D3;
    margin-bottom: 5px;
    padding: 6px !important;
}

but be careful - this will affect all form inputs, not just the buttons.

Here's a thread on StackOverflow that talks more about this.

Bob
zzafio 25 Nov, 2011
What do most people see when they create a new CF form? I presume they see a button of some sort (the exact styling doesn't bother me), and not the text on a simple grey background that I got.

I use a default Joomla Beez5 template so usually hope to avoid possible conflicts like this.

I am VERY pleased with the ChronoForms v4 extension and will experiment with your suggestions on a test site. Thanks for your help.
GreyHead 29 Nov, 2011
Hi zzafio,

This is what I see with the default Joomla! template.

Bob
This topic is locked and no more replies can be posted.