Hi All,
Any help?
I have a Member profile update page. My client asked me if after updating their member profile it needs to have a Member Update Notification through their email addresses.
I have tested updating a member profile, it successfully updated the profile but I haven't receive any notifications through my email that I have updated it.
The action for the member profile update is just "/MemberProcess.aspx".
<form id="crm-update" name="catupdatedetailsformform85124" method="post" enctype="multipart/form-data" onSubmit="return checkWholeForm85124(this);" action="/MemberProcess.aspx">
Is there any way I can achieve this to notify a member once he/she updated the member profile through their email address ?
Thanks,
Hello,
Maybe you could modify the webform confirmation page (&PageID=/Results.htm) to a custom one where you have another form that autosubmits and sends an e-mail out
(http://forums.adobe.com/docs/DOC-2363, the part covering "Setting up a form to email using Web Forms")
Kind Regards,
Alex