Can you target the confirmation message of a certain form, such as only change the css for confirmation message for Form ID 11?
I need to change the margins on the confirmation message, but don't want it to affect all the other forms I have.
Can you target the confirmation message of a certain form, such as only change the css for confirmation message for Form ID 11?
I need to change the margins on the confirmation message, but don't want it to affect all the other forms I have.
You can't currently but a unique class name was added for just this scenario in the new 1.6 version. You can download the 1.6 beta from the downloads page if you want to play with it. The final 1.6 should be out within the next week or so if all goes well.
Currently, you could wrap the entire form in a uniquely-named div in the post editor and then target the confirmation message via inheritance from that div if you wanted.
Wrapping it in a div and targeting that way worked. Thank you.
Sure man, my pleasure. We're here to help.