Create an online quote or invoice request form using Contact Form 7. Every form entry then automatically creates a quote/invoice in the Sliced Invoice …
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.
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_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:
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.
Other Fields:
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.)
<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>
/wp-content/plugins/
directoryFor all support issues please open a Support Ticket on our website.