This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Skrumpt Lead Form

Description

Skrumpt Lead Form is a plugin developed by Skrumpt CRM that helps you to collect all the leads coming from your visitor of your site. All the leads that has been submitted will automatically added to your Skrumpt account leads.

Skrumpt Lead Form Features

  • Render a lead form in your site
  • You can use shortcode to easily add it in your wordpress site
  • Skrumpt Lead Form setting is added automatically in your wordpress plugin

PS: You’ll be prompted to get an skrumpt.com API key to make this plugin works.

Screenshots

Installation

Upload the Skrumpt Lead Form plugin to your website, activate it, and then enter your Skrumpt API key provided by Skrumpt CRM. Put the the shortcode [skrumpt_lead_form] any where in your wordpress post/page, this creates a modal. To trigger the modal you need to have an input text and a button.

  • You need to have an input text with an ID skrumpt_input (This input text handles the postcode)
  • You need to have a button with an ID skrumpt_search (This button handle the submission of the postcode that the user entered)

if you have multiple postcode search you can use Class instead of ID

IMPORTANT: Without these elements, there is no trigger for form modal to show up.

FAQ

Where can I get the Skrumpt API Key?

Go to Skrumpt CRM https://crm.skrumpt.com/account and click Generate New API Key

I can’t see Generate New API Key

Only Investors Account are allowed to generate an API Key

How do I add campaigns?

You need to login to Skrumpt CRM website to add new campaigns.

How do I use different campaigns if I have different form in each page?

Our shortcode allows you to add a parameter to use a campaign. Please keep in mind that the campaign you set in Skrumpt Lead Form setting will be overriden by the campaign in shortcode.

e.g. [skrumpt_lead_form campaign=444] where the 444 is the campaign ID in your Skrumpt account.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Skrumpt Lead Form” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Skrumpt Lead Form” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Initial Version