Sliced Invoices & Contact Form 7

plugin banner

Create an online quote request form using Contact Form 7. Every form entry then automatically creates a quote in the Sliced Invoices plugin.

Author:Sliced Invoices (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.0
Plugin version:1.1.3
Added to WordPress repository:01-02-2016
Last updated:27-05-2022
Rating, %:76
Rated by:4
Plugin URI:https://wordpress.org/plugins/sliced-invoices...
Total downloads:6 926
Active installs:200+
plugin download
Click to start download

Imagine having a form on your website that allows your visitors to basically create their own quotes for you!

All you need to do once they have submitted the form is read the description of work they require and then set your pricing. All of their client data has already been captured and added to the quote.

Requirements

Initial Setup

Once you have both plugins installed and activated, you simply need to create your Quote or Invoice Request form that contains the following fields:

Required Fields

  • sliced_client_name – the Client Name
  • sliced_client_email – the Client Email
  • sliced_title – becomes the Quote/Invoice title
  • sliced_quote_or_invoice – should be “quote” to create a quote, or “invoice” to create an invoice. For example:

    [hidden sliced_quote_or_invoice “invoice”]

If sliced_quote_or_invoice is not included in the form, then “quote” will be assumed by default.

Optional Fields

You can also add the following optional fields that will map to other Sliced Invoices fields for the quote:

  • sliced_client_business – the Client Business Name – recommended
  • sliced_client_address – the Client Address
  • sliced_client_extra – the Client Extra Info field
  • sliced_description – becomes the Quote/Invoice description – recommended

Line Items:

For line items, you can use the following tags. Just replace {X} with a number. For example sliced_line_item_1_title, sliced_line_item_2_title, etc.

  • sliced_line_item_{X}_qty – the quantity for line item #{X}
  • sliced_line_item_{X}_title – the title for line item #{X}
  • sliced_line_item_{X}_desc – the description for line item #{X}
  • sliced_line_item_{X}_amt – the amount for line item #{X}

Other Fields:

  • sliced_invoice_status – allows you to set the status of the invoice (unpaid, paid, etc.). Default is ‘draft’.
  • sliced_quote_status – allows you to set the status of the quote (accepted, declined, etc.). Default is ‘draft’.

NOTE: the names of the fields must match exactly as shown

See below for an example form.

You can also set up confirmations and notifications as per normal in the Contact Form 7 form settings. However if you want to send the quote or invoice automatically, add the following tag to your form:

[hidden sliced_quote_send "true"]

(for quotes)

or

[hidden sliced_invoice_send "true"]

(for invoices)

With the form setup and the fields mapped, you simply need to add the form shortcode to one of your pages. When a client fills in your Quote Request form, a new quote will automatically be created with all of their details added to the quote.

You then need to simply add the line items and pricing to the quote and send to the client.

If the email address that the client fills in is not already linked to a client, the plugin will automatically create a new client with this email. (Don’t worry, if the email address provided matches an existing client/user, it will not be modified for security reasons.)

An example form:

<p>Your Name (required)<br />
    [text* sliced_client_name] </p>

<p>Your Email (required)<br />
    [email* sliced_client_email] </p>

<p>Website (required)<br />
    [url* sliced_client_website] </p>

<p>Business Name (required)<br />
    [text* sliced_client_business] </p>

<p>Address<br />
    [textarea sliced_client_address] </p>

<p>Any extra Business info<br />
    [textarea sliced_client_extra] </p>

<p>Overview of work required (required)<br />
    [text* sliced_title] </p>

<p>Description of work required (required)<br />
    [textarea* sliced_description] </p>

<p>[submit "Send"]</p>

Screenshots
FAQ
ChangeLog