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!)
Package info
github.com/ProjectSimply/ps-forms
Type:wordpress-plugin
pkg:composer/projectsimply/ps-forms
dev-master
2017-08-03 13:06 UTC
Requires
- php: >=5.4.0
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
- Add your mailchimp api-key in the ps-forms wordpress admin area (Settings --> PS Forms)
- 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')
- 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)