Send HTML Mail Extension 1.0 Beta 4 Support Product Page
This topic was archived
HTML Email Beta4
Asked 30 Dec 2001 22:01:49
1
has this question
30 Dec 2001 22:01:49 john conway posted:
HTML Email Beta4 queryI am using the above on my website, and it works brilliantly, however, I'm having difficulty getting it to work with Dynamic checkboxes - is this a limitation with the present version or am I missing something?
The HTML formatted email generated works fine with inserting recordset fields, but will not recognise the dynamic check boxes.
I would be grateful for any assistance
Thanks
John.
Replies
Replied 24 Jan 2002 20:56:10
24 Jan 2002 20:56:10 Lewis Smith replied:
Can you tell me how to prepare the ASP page that is used for the layout? I would appreciate your help, or if you know of a tutorial on this extension somewhere.
Thank You
Lewis Smith
Thank You
Lewis Smith
Replied 25 Jan 2002 09:26:15
25 Jan 2002 09:26:15 john conway replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Can you tell me how to prepare the ASP page that is used for the layout? I would appreciate your help, or if you know of a tutorial on this extension somewhere.
Thank You
Lewis Smith
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi Lewis,
To prepare the ASP page for the Email, all you need to do is set your recordsets as if you were just coding for a standard dynamic page. i.e. Create your RS, connection to ODBC etc.. Give the file a name i.e. 'EmailTemplate.asp' I have configured the email to be sent when the 'Thank you' page is activated.
To do this you just create a 'Thank you' page with an ASP extension ('Thankyou.asp') then place the Email extension on the thankyou page and set to 'send on page load' in the extension menu tabs. Set to CDO if you are using Colaborative Data Object on your server to send the email. Once all is complete the extension will generate an external include file called 'inc_EmailTemplate.asp'. Load the 'Thankyou' and 'inc_EmailTemplate' files to the server, and that should work.
By the way I managed to sort my problem on the checkbox issue.
Good luck
John.
Can you tell me how to prepare the ASP page that is used for the layout? I would appreciate your help, or if you know of a tutorial on this extension somewhere.
Thank You
Lewis Smith
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Hi Lewis,
To prepare the ASP page for the Email, all you need to do is set your recordsets as if you were just coding for a standard dynamic page. i.e. Create your RS, connection to ODBC etc.. Give the file a name i.e. 'EmailTemplate.asp' I have configured the email to be sent when the 'Thank you' page is activated.
To do this you just create a 'Thank you' page with an ASP extension ('Thankyou.asp') then place the Email extension on the thankyou page and set to 'send on page load' in the extension menu tabs. Set to CDO if you are using Colaborative Data Object on your server to send the email. Once all is complete the extension will generate an external include file called 'inc_EmailTemplate.asp'. Load the 'Thankyou' and 'inc_EmailTemplate' files to the server, and that should work.
By the way I managed to sort my problem on the checkbox issue.
Good luck
John.
Replied 25 Jan 2002 17:29:06
25 Jan 2002 17:29:06 Lewis Smith replied:
Thanks John, your info is a big help.
Lewis Smith
Lewis Smith