📓
Ireca Rental WordPress Theme
  • Global
    • Install Ireca Theme
    • Update Theme
      • Auto Update
      • Manual Update
    • Support Theme
  • Basic
    • Theme Options
      • Typography
      • Header
      • Footer
      • Archive/Category Template
      • Product Detail Template
      • Blog
      • Email Sender
      • Google API Settings
      • Layout Global
      • Woocommerce Layout
    • Update Header
    • Update Footer
    • Mail Chimp
    • Contact Form
    • Icon Font
    • Translation
    • Post/Page Settings
    • Multiple Languages
  • Main Features
    • READ THE FIRST
    • Manage Product
    • Manage Category
    • Manage Type
    • Manage Location
    • Manage ID Vehicle
    • Manage Deposit
    • Manage insurance
    • Manage Custom Taxonomy
    • Booking Form
    • Request Booking Form
    • Manage Booking
    • Check Available Vehicle
    • Create Manual a Booking
    • Custom Checkout Fields
    • Shortcodes
    • Create a Shop
    • Setup WooCommerce
    • Customize Template
Powered by GitBook
On this page

Was this helpful?

  1. Basic

Contact Form

PreviousMail ChimpNextIcon Font

Last updated 6 months ago

Was this helpful?

1: Contact Form

Front Admin Menu click Contact >> Add New and insert code

<div class="ireca_contact"> <label>[text*  your-name placeholder "your-name"] </label> <label>[email* your-email placeholder "email@company.com"] </label> <label>[text your-subject placeholder "your-subject"] </label> <label>[textarea your-message placeholder "Your Message"] </label> [submit "Send"] </div>

At Frontend:

2: Get in touch Form

Front Admin Menu click Contact >> Add New and insert code

<div class="ireca_get_in_touch"> <h3 class="title">Get in touch</h3> <div class="fields"> <label>[text*  your-name placeholder "your-name"] </label> <label>[email* your-email placeholder "email@company.com"] </label> <label>[text your-subject placeholder "your-subject"] </label> <label>[textarea your-message placeholder "Your Message"] </label> [submit "Send"] </div> </div>

At Frontend:

3: Contact Form 7 : For Request Booking

Form Tab:

Mail Tab: Message Body

From: [your-name] <[your-email]> Subject: Request Booking Vehicle Message Body: Product Link: [_post_url] Name: [your-name] Email: [your-email] Phone Number: [your-number] Address: [your-address] Pick up location: [your-pickup-location] Drop-off location: [your-pickoff-location] Pick up date: [your-pick-up-date] Drop-off date: [your-pick-off-date] Extra Service: [extra-resource-value]

Mail Tab: Mail 2 - Message Body

Message Body: Product Link: [_post_url] Name: [your-name] Email: [your-email] Phone Number: [your-number] Address: [your-address] Pick up location: [your-pickup-location] Drop-off location: [your-pickoff-location] Pick up date: [your-pick-up-date] Drop-off date: [your-pick-off-date] Extra Service: [extra-resource-value]