Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
MODx Web Development - Second Edition

You're reading from  MODx Web Development - Second Edition

Product type Book
Published in Feb 2011
Publisher Packt
ISBN-13 9781849513487
Pages 288 pages
Edition 1st Edition
Languages
Toc

Table of Contents (19) Chapters close

Credits
About the Author
About the Reviewers
1. www.PacktPub.com
2. Preface
1. What is MODx? 2. Getting Started 3. MODx Basics 4. Templating 5. Authentication and Authorization 6. Content Aggregation 7. Creating Lists 8. Snippets 9. PHx 10. Simple Recipes 11. Creating Snippets 12. SEO, Deployment, and Security 13. Plugins and Modules 14. MODx Revolution

E-mailing from forms


In this section, we will discuss how to create HTML forms in MODx that can send mail to the moderator of the site. Such forms are often used as enquiry forms or feedback forms. When a user enters some information, the moderator receives an e-mail with the details. In MODx, you can achieve this by using the eForm snippet. eForm can also validate the form before sending out the e-mail. The eForm snippet comes bundled with MODx and hence you don't have to install it.

To start using eForm, let us create a resource with the following details.

Field Name

Field Value

Title

Enquiry Form

Uses template

Learning MODx default template

Document content

[!eForm? &formid=`EnquiryForm` &subject=`[+subject+]` &to=`youremailid` &tpl=`EnquiryForm` &gotoid=`1` !]

Now, create a chunk with the name EnquiryForm, and with the following content.

<p class="error">[+validationmessage+]</p>
<form id="EnquiryForm"
method="post" action="[~[*id*]~]" >
&lt...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}