How To Customize Form Submit Button?

Hi @unwritetherules,

Have you followed all the steps listed here? https://help.activecampaign.com/hc/en-us/articles/115000857744-How-do-I-customize-my-form-s-submit-button-

Thanks!

I have the same problem, this web page does not explain why it only shows in the editor and not when live on website.

I’ve managed to get this working after a great deal of fiddling around… You need to put the style AT THE END of your <style> tag (before the closing</style> tag).

Make sure you are targeting the element like so:

#_form_1_ ._submit:hover { enter-your-css: here !important ; }

Adding the !important flag prioritises this style over others.

1 Like