Danny van Kooten
Danny van Kooten
[Pikaday](https://github.com/dbushell/Pikaday) looks very neat for this, and has no further dependencies.
On a sidenote, Pikaday does require [Moment.js](http://momentjs.com/), an additional 12.4kb dependency when custom date formats are required. We could only load this when the field has some kind of `data-format`...
Hi @cdillon, Apologies for the late reply. That is exactly what I had in mind. The specific action for `mc4wp` doesn't even really need to be there, but it does...
@cdillon above commit will register the integration with Strong Testimonials and output the checkbox using the `wpmtst_mc4wp` hook. The trouble is that this requires users to both enable & configure...
 Example of the settings page.
There's a "field guesser" class which other dynamic form integrations depend on, which will find the email & name fields in any given array using a pretty dumb algorithm which...
Hi @cdillon, that makes sense although the field mapping is somewhat complicated right now as MailChimp for WordPress allows to subscribe to multiple MailChimp lists at once. Right now we...
Hey, sorry for being a little absent here, my daughter was born a few months ago so that left me with a huge backlog to work through. Sorry. The strong-testimonials...
Hey @brucelawson, Thank you for the heads up! I'm a little hesistant to wrap every input field in label because of the styling implications that would have in many themes,...
Merged #642 which improves the default form content. This does not yet wrap the input field for generated HTML through the field helper though.