Inventory_Presser_WPForms
Contents
Description Description
Adds a smart tag that creates ADF XML for email bodies sent to CRMs.
Source Source
File: includes/integrations/class-wpforms.php
Expand full source code Collapse full source code View on Github
Methods Methods
- add_field_types — Adds our field type to the list of field types WPForms recognizes as valid.
- add_hooks — Adds hooks and registers a field type that power our WPForms integration.
- adf_vehicle_xml — Creates the vehicle piece of an ADF XML lead.
- extract_post_id_from_value — Given a submitted form value like "2020 Toyota Sienna LE, 10329A", find and return the vehicle's post ID.
- smart_tags_process — Process the Smart Tags when rendering entries.
- smart_tags_register — Register Smart Tags with the form builder.
- tags