Friday, January 25, 2013 Creating a mailing list signup form with MODX and FormItBuilder
Here's an example of how you can use the FormItBuilder package for MODX to implement a simple mailing list signup form.
Firstly, in MODX Manager download and install FormItBuilder (System > Package Management).
Now, create a Snippet containing the following script.
You'll need to add the email address to which you would like signup forms sent by amending setEmailToAddress().
Finally, add the following code to your template to implement the form.
[[!MY_MailingListForm? &outputType=`dynamic`]]
Tags
Comments
Friday, April 19, 2013 Gary Constable
Well done, very good post!
