Single page quote request turn partial

Chad B. shared this question 54 days ago
Answered

Is it possible to create a partial lead if they click the submit button on the single page quote request and there are errors?


Currently it doesn't build partials at all unless we use the WP checkout (multi step checkout).

Comments (4)

photo
1

No not currently, it only will create and push info over once the error is fixed on quote request page.

photo
1

I know, I'm asking if we can get that fixed. 

photo
1

Sorry I have your request in with developers.

photo
1

Chad,

This is not currently supported, and we will soon be redesigning the checkout process. With this in mind, we will not be changing the behavior of the existing checkout. One suggestion, which hasn't been tested, would be to try adding a hidden input to the page template with a name of wp_checkout and a value of 1. This could have unintended side effects, like using the WP checkout template instead of the non wp-checkout template.

<input type="hidden" name="wp_checkout" value="1">


Leave a Comment
 
Attach a file