I have a workflow in Contour where admin will need to approved for the registered member. And just underneath it i have another workflow where the member will get an email notifying him that his registration has been approved.
But here is the thing, i cant get the email to be sent to the user even if i used this syntax {member.email}, i also tried {record.email} but without success.
But shouldnt it be working with {record.Email} as well? I got it working on the other stage with {Email} but not {record.Email} or {member.Email}
I did also checked in the message field to add the syntax {record.FirstName} but still when i get the email in my inbox it doesnt retrieve the Caption First Name.
Am trying to get the user the possiblity to Login by using his email address which is the Username on the website after he receives his password when the admin Activate his account. For this am using the asp.net control like this,
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: An item with the same key has already been added.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
When the form has been Approved
Hi all,
I have a workflow in Contour where admin will need to approved for the registered member. And just underneath it i have another workflow where the member will get an email notifying him that his registration has been approved.
But here is the thing, i cant get the email to be sent to the user even if i used this syntax {member.email}, i also tried {record.email} but without success.
//Fuji
Comment author was deleted
Hi,
Are you running the latest version of Contour 1.1.9 ? Does sending the email work on other stages (like submitted) ?
Hi Tim,
Yes am running the latest version of contour 1.1.9 and it does work on the other stage (When the form has been Submitted).
Comment author was deleted
Does it work with both {member.email} and {record.email} on submitted?
Tim My fault!!! I forgot its case sensitive!! i got it working just by using {Email}......instead of {email}
Tim,
But shouldnt it be working with {record.Email} as well? I got it working on the other stage with {Email} but not {record.Email} or {member.Email}
I did also checked in the message field to add the syntax {record.FirstName} but still when i get the email in my inbox it doesnt retrieve the Caption First Name.
Any idea what might be the issue?
Hi Again,
Am trying to get the user the possiblity to Login by using his email address which is the Username on the website after he receives his password when the admin Activate his account. For this am using the asp.net control like this,
But am getting some errors, any advise?
Getting the error when trying to Login a Member
Server Error in '/' Application.
An item with the same key has already been added.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: An item with the same key has already been added.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
is working on a reply...