Hello,
I have a form with a field like this:
<input id="SendReceipt" type="hidden" name="SendReceipt" value="false" />
Despite this setting, an automatic receipt is still being sent. We do not want this. (I created my own receipt, in PHP, using the postback form data, which does what we need.) Removing the WID field causes an error because evidently this is a required field.
But why, if you can set the SendReceipt value to "false", do you have to send a WID number and create a check-out page? This makes no sense. We don't need a checkout page, we don't need the generated receipt, but evidently there's no way to turn this off.
What do I need to do to disable the mailing of the receipt by C&P - and not have to create a checkout page? This is urgent as we go live on Monday with the form and it's still not working.
Thanks!
Lew
I have a form with a field like this:
<input id="SendReceipt" type="hidden" name="SendReceipt" value="false" />
Despite this setting, an automatic receipt is still being sent. We do not want this. (I created my own receipt, in PHP, using the postback form data, which does what we need.) Removing the WID field causes an error because evidently this is a required field.
But why, if you can set the SendReceipt value to "false", do you have to send a WID number and create a check-out page? This makes no sense. We don't need a checkout page, we don't need the generated receipt, but evidently there's no way to turn this off.
What do I need to do to disable the mailing of the receipt by C&P - and not have to create a checkout page? This is urgent as we go live on Monday with the form and it's still not working.
Thanks!
Lew
Comment