I'd like to implement email templates in SharePoint 2010 and found this great video tutorial on how to implement it using SharePoint Designer:
http://www.youtube.com/watch?v=B6ifiMNt_cg
Basically, I need exactly what is shown in that video, so I'm trying to re-do the steps in the video, which is based on SharePoint 2007, into our SharePoint 2010 environment.
The part where I get stuck is the "send email" workflow form. In the video, the author is editing the send email workflow form as an .ASPX. As such, he is able to drag a list (the email templates list) on to it and make a webpart connection.
I noticed though that in SharePoint2010, following these exact steps leads to the creation of an Infopath form for the "send email" workflow step. And on this infopath form, I can't drag the email templates list or make a webpart connection.
So my question is...in SharePoint 2010, can I use an .aspx instead of the default infopath form for a workflow step? I can't use Visual Studio or custom coding, I'm limited to basic configuration and SharePoint designer.