Zimac Ghost Theme
CtrlK
  • General setting
    • How to set up Header ?
    • How to set up Footer ?
    • Routes Settings
    • Page/Tag Feature Image Priority
  • Homepage
    • Popular Tags
    • Newest Post
    • Feature Posts
    • Latest Posts
    • Customize Homepage Layout
  • Post Settings
  • Tags Page Settings
  • All Posts Page Settings
  • Membership and Subscriptions
    • Create Membership page
    • Create Tiers and show on membership page
    • Create Account Page
  • Contact Us Form Settings
    • Getting started
    • Restyle Contact Form
    • Advance Contact Form Settings
      • Section Layout Settings
      • Input Settings
      • Selection Box Settings
      • Horizontal Checkbox Settings
      • Vertical Checkbox Settings
      • Textarea Settings
      • Submit Button Settings
  • Search Options
  • Comment
  • Support
Powered by GitBook
On this page
  1. Contact Us Form Settings
  2. Advance Contact Form Settings

Submit Button Settings

Label Setting

You can easily customize the label of input, you can change it in this line of code:

```handlebars
<input type="submit" value="Submit" class="inline-block min-w-[127px] px-[13px] py-[6px] rounded-[6px] cursor-pointer transform hover:scale-[0.95] duration-300 will-change-transform">
```

You can chance the value of the input tag to change the text on the Submit button

PreviousTextarea SettingsNextSearch Options

Last updated 2 years ago