projectsimply/ps-forms

There is no license information available for the latest version (dev-master) of this package.

A very simply development platform for quick n simple ajax forms (not production ready as of yet, so be careful!)

Maintainers

Package info

github.com/ProjectSimply/ps-forms

Type:wordpress-plugin

pkg:composer/projectsimply/ps-forms

Statistics

Installs: 47

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2017-08-03 13:06 UTC

This package is not auto-updated.

Last update: 2026-04-29 16:12:56 UTC


README

A very simply development platform for quick n simple ajax forms

Mailchimp Integration

  1. Add your mailchimp api-key in the ps-forms wordpress admin area (Settings --> PS Forms)
  2. Add your mailchimp list-id for the list you'd like to collect the data as a hidden input field with the following: name='ps-mailchimp-list-id' (The list-id is found in the Mailchimp admin area on the 'Lists' page, under 'Settings --> List name and defaults')
  3. On each input that you'd like to collect data for, add a 'data-ps-mc-tag' attribute (i.e. data-ps-mc-tag="FNAME"). The value of this attribute needs to match the merge tag in mailchimp (under the 'Settings --> List fields and |MERGE| tags' menu item on your list)