• Resolved cope916

    (@cope916)


    Hi there,
    I saw a couple other posts on here regarding people having problems with their LABEL CSS being applied to the options on that field. I have the same problem after I updated my site. I know that I can change the CSS under the style category for ALL inputs. Before I attempt to update to the beta version I had a couple questions.

    Will I be able to update only the Input CSS for a checbox-multi field?

    And will I lose my forms by uploading the zip for the beta?

    Thanks for your help and for the awesome plugin.

    http://ww.wp.xz.cn/plugins/si-contact-form/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Will I be able to update only the Input CSS for a checbox-multi field?
    yes
    the beta gives you more control of labels and (fields of each type)

    And will I lose my forms by uploading the zip for the beta?
    not if you follow the instructions.

    follow the instructions “How do I install it?” on this page
    http://www.fastsecurecontactform.com/beta

    Thread Starter cope916

    (@cope916)

    Will do, thank you for your fast reply!

    Thread Starter cope916

    (@cope916)

    after update I’m still having a bit of trouble. I would like to set up a multi check box like this

    name/tag
    -select option 1
    -select option 2
    -select option 3

    but it shows up like this

    name/tag
    -select option 1
    -select option 2
    -selcet option 3

    I’m having a hard time trying to just update the css on that name/tag even if I put a class in the label css. I don’t want to change all the labels just the ones for the checkbox multi

    I am not sure what you are trying to change exactly. Just make the name/tag bold?

    Thread Starter cope916

    (@cope916)

    I wish I could attach a screen shot on here.

    Basically I want to change the label of the checkbox multi without changing the rest of the input labels on the form or the inputs that follow them.

    When I put css in the label css area for my checkbox multi it applies the same stlyes to the inputs that follow.

    I even tried adding a div around the name for that field but it looks like it pulls that off.

    Undo any other special changes you tried and add this to the bottom of your style.css (or some themes have a extra custom css file or settings panelyou can put it in)

    label[for=”fscf_field1_5″] { font-weight:bold; }

    change the 1_5 to match the ID of that field
    the 1 is the form number, the 5 is the field number, view HTML source to determine that

    Thread Starter cope916

    (@cope916)

    I’ll try that and let you know how it works out.

    Thank you again for everything!

    Thread Starter cope916

    (@cope916)

    It worked thank you!
    My only question/concern would be does that number change? Like if I were to add another field or option would the original number I put into my css then reflect on a different field on the form?

    that is valid for that same form even if you add new fields or re-arrange them. But if you delete that field, well what you expect LOL

    Thread Starter cope916

    (@cope916)

    lol thanks!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Input Format’ is closed to new replies.