Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    Not at present, but each form has a class based on its form ID. Just look at the code generated and you’ll find your answer.

    Thread Starter whuggett

    (@whuggett)

    When I look at the published code it looks like a class is set for “.salesforce_w2l_lead_1”. I assume this is the styling for Form ID 1?

    In the CSS can I create others like “.salesforce_w2l_lead_#” depending on the Form ID # I want to style?

    I tried adding the _1 to the existing “.salesforce_w2l_lead” in my customs.css file just to distinguish what I’ve already setup for Form ID 1, but it doesn’t seem to recognize that.

    How do I properly assign a class based on the Form ID?

    Thanks.

    Plugin Author Nick Ciske

    (@nickciske)

    Classes use a dot: .salesforce_w2l_lead

    IDs use a hash: #salesforce_w2l_lead_1

    Thread Starter whuggett

    (@whuggett)

    Ah yes. Awesome, works!

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

The topic ‘Multiple Forms / Different Styles’ is closed to new replies.