• Resolved akmiecik

    (@akmiecik)


    Feb 23, 2021: Does this plugin still work? I have tried quite a few things but

    <ol>
    	<li>no invoice is created</li>
    	<li>customer does not get the invoice</li>
    	<li>WP Admin does get email</li>
    </ol>

    Here’s the latest code for Form and email I have tried. I have tried putting the line items in the form preceded by [text*.

    Here is the form:

    <p>Your Name (required)<br />
        [text* sliced_client_name] </p>
    
    <p>Business Name (required)<br />
        [text* sliced_client_business] </p>
    
    <p>Your Email (required)<br />
        [email* sliced_client_email] </p>
    
    [hidden sliced_quote_or_invoice “invoice”]
    [hidden sliced_invoice_send "true"]
    
    <p>[submit "Send"]</p>

    Here are email settings.

    
    <p>Your Name (required)<br />
        [sliced_client_name] </p>
    
    <p>Your Email (required)<br />
        [sliced_client_email] </p>
    
    <p>Website (required)<br />
        [sliced_client_website] </p>
    
    <p>Business Name (required)<br />
        [sliced_client_business] </p>
    
    <p>Address<br />
        [sliced_client_address] </p>
    
    [sliced_line_item_{1}_qty "1"]
    [sliced_line_item_{1}_title "Annual Subscription"]
    [sliced_line_item_{1}_desc "Asphalt Unlimited, LLC consulting services and access to The Asphalt App"]
    [sliced_line_item_{1}_amt "$5000"]

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Does plugin still work’ is closed to new replies.