Hello,
Our plugin allows define only one “Pay Later” option, but you are needing two “Pay Later” options in your form (for “Pay by Check” and “Pay by Cash”), my recommendation is emulate this process with a common “radio buttons” control. Please, follow the steps below:
Insert a radio button field with the choices:
First choice:
Text: Pay with PayPal
Value: 1
Second choice:
Text: Pay by Check
Value: 0
Third choice:
Text: “Pay by Cash”
Value: 0
Insert an additional calculated field in the form that will be used as auxiliary. Select this new field through the attribute: “Request cost” in the form’s settings. If the current field with the price is for example the fieldname11, and the previous radio buttons field is the fieldname12, the equation associated to the auxiliary field would be: fieldname11*fieldname12
As the new field would be used as auxiliary, tick the checkbox: “Hide Field From Public Page”
Finally, select the option: “Don’t require any payment. Form is submitted skiping the PayPal page.” for the attribute: “A $0 amount to pay means” in the form’s settings.
and that’s all.
By the way, in this case the payment option is emulated with common fields, so, the option selected will be included in the notification emails as usual, but in other projects if you use the original payment options and you want include the option selected in the notification emails, you should include the tag: <%payment_option%>
More information in the following link:
http://cff.dwbooster.com/documentation#special-tags
Best regards.
Thanks for your directions. It does exactly what I wanted. I had went down the path you described, but had made made some errors because of lack of understanding of the form elements operation.
Thanks… Tom.
Hello @airstreamer,
It has been a pleasure. If you have any other question, do not hesitate in ask.
Best regards.