We would like our FaaS form to trigger only an AutoResponder email rather than the standard portal receipt from our WID form, right now in testing both receipts are generated. To do this I am trying to set the FaaS SendReceipt field to "false". Is this the correct approach to take to only send the AutoResponder Receipt?
I'm sure I am missing something obvious but I'm not able to get my FaaS code to work correctly and pass the SendReciept value. All the other fields are working correctly. Perhaps you can help spot the error.
Here is the BillingPhone field (this, like the others works great):
<input type="text" name="BillingPhone" class="blurrable firstToFocus" id="BillingPhone" value="206-388-4511" size="30" maxlength="255" /></div>
Here is the SendReceipt field:
<input type="text" name="sendreceipt" class="blurrable firstToFocus" id="sendreceipt" value="false" size="30" maxlength="255" /></div>
When I review the C&P Data detail for this transaction the SendReceipt field does not appear amongst all the others.
Thanks for any thoughts on places to look for my error.
I'm sure I am missing something obvious but I'm not able to get my FaaS code to work correctly and pass the SendReciept value. All the other fields are working correctly. Perhaps you can help spot the error.
Here is the BillingPhone field (this, like the others works great):
<input type="text" name="BillingPhone" class="blurrable firstToFocus" id="BillingPhone" value="206-388-4511" size="30" maxlength="255" /></div>
Here is the SendReceipt field:
<input type="text" name="sendreceipt" class="blurrable firstToFocus" id="sendreceipt" value="false" size="30" maxlength="255" /></div>
When I review the C&P Data detail for this transaction the SendReceipt field does not appear amongst all the others.
Thanks for any thoughts on places to look for my error.
Comment