Nerdyform

Developer

KeesTM

3rd Party (Free)

3 downloads (last 90 days)

Download v1.0

EE Version Support

  • ExpressionEngine 2

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Module

Tags

Forms for hackers. Allows full EE template parsing in your email templates. Configured via template tags.

All options are set via template tags and in config.php. You can use normal EE templates for your e-mails. You can use template tags, embeds, conditionals, compile inline CSS, add attachments. For testing you override the “from” and “to” for all the e-mails in your config.php. The original “to” and “from” are then shown in the subject line.

Basic usage

{exp:nerdyform:form
email:notify:template="email/new-contact-request"
email:notify:to="webmaster@example.com"
email:notify:from="website@example.com"
email:notify:reply_to="{:email}"
email:notify:subject="Contact request from {:name}"
}
Name: <input name="name" />
Email: <input name="email" />
Question: <textarea name="question"></textarea>
{/exp:nerdyform:form}

<h4>In email/new-contact-request:</h4>
{embed="email/.header"}
New contact request:
Name: {:name}
Email: {:email}
Question: {:question}
{embed="email/.footer"}

Documentation

Additional documentation: http://www.kees-tm.nl/nerdyform

Download Nerdyform

EE Support Downloads Add-On Version Release Date
Not Specified Download 1.0 Sep 11, 2012

Nerdyform Links

This entry was created September 13, 2012, 10:46 am.
This entry was last updated June 4, 2013, 12:07 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

steeben 09.05.13

steeben
Rating - {addon_rating_average}

Couldn’t get the basic usage example to work.  Using ExpressionEngine 2.6.x