orchardcms - Using orchard how to display content itmes & send email to user -


using orchard 1.6 i've setup 3 content parts, each viewable 3 separate forms, automatically navigate 1,2,3 user fills them out (by selecting booking option on main menu):

1) records name & phone number input fields 2) records equipment user has selected rent (from drop down , input fields) 3) confirmation should display user has entered on first 2  

so far im on part (3) want display user has chosen first 2 forms (i know stored content items) how can both of them display on confirmation page.

also when 'submit' button clicked on confirmation page send email owner. how can this? thank you

use rules module (workflow in 1.7+) send email when content item created.

to display data create simple little module displays latest 2 items created current user. or something. i've never used orchard forms i'm not sure if has better ways of accessing content have created it.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -