Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 669 Bytes

File metadata and controls

28 lines (20 loc) · 669 Bytes

Gingr Form Modifier

GingrApp is a CRM for pet kenneling industry: https://gingrapp.com

While the app itself is comprehensive their form building tool is basic. This is a utility to add UTM parameters and placeholder texts to GingrApp lead forms.

Usage

Most basic usage adds GingerApp's generic demo from by calling addGingr();

Most commom usage for paying customers:

addGingr('YourGingerID');

Send user to a thank you page after submit:

addGingr('demo', 'https://x.com');

Load a specific lead form:

addGingr('YourGingerID', '', 'desired_form');

See the included HTML for a working example.

Cheers