Loading
Salesforce now sends email only from verified domains. Read More
Market to Your Customers with Account Engagement
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          Change Submit Button Image in Forms That Use Layout Templates

          Change Submit Button Image in Forms That Use Layout Templates

          When you use a custom layout template with forms and landing pages, you can insert an image for the submit button. Add custom CSS to the layout template that’s associated with either the form or the landing page it’s embedded on.

          Required Editions

          User Permissions Needed
          To edit a form: Account Engagement Administrator or Marketing role
          1. Open the Forms page.
            • In Account Engagement, select Marketing | Forms | Forms.
            • In the Lightning app, select Content | Forms.
          2. Open the form you want to edit, and click Edit form.
          3. On the Look and Feel tab, remove the text in the Submit Button field.
            To display text on top of the image, leave or edit the text in the field.
          4. Save your form.
          5. Open the layout template that’s associated with the form or landing page, and edit it.
          6. On the Layout tab, paste this code inside the <head> tag.
            <style type="text/css">
              form.form p.submit input {
              margin: 0;
              padding: 0;
              text-align: right;
              border: none;
              background: url(https://www.example.com/example.gif) no-repeat left top;
              width:100px;
              height:100px;
              cursor: pointer; }
            </style>
          7. Replace the example URL with the URL of the image that you want to use.
          8. Edit width and height attributes to match the image’s size.
          9. Save your layout template.
           
          Loading
          Salesforce Help | Article