New Pricing Field Type - Pass total to the Total Field Type - How?

I have created a Custom Field Type that generates a price. I need to pass that to the Total Field so that it can be picked up for Credit Card processing.

I can’t find any doc on how to do that.

Thanks

You’ll need to use the JS based gform_product_total filter to include the value in the live total.

The PHP based gform_product_info filter will also need to be used to include the field in the order details used by payment add-ons and the order summary table output by the {all_fields} merge tag and on the entry details page.

Thanks for your quick and informative response.

One last question: What is the filter that can replace defining render, validation, submission, and admin-pre_render filters? There is one, isn’t there?

Yes there is!

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.