Guest Andy Haggard Report post Posted 08/05/2003 04:39 AM Hello, I would like to change the email subject line and name but when I change it in the VM screen, it will not save. It seems to be just pulling it from a file. Can I change this? Thanks Share this post Link to post
SupportTeam Report post Posted 08/05/2003 04:54 AM Which version VM Manager are you using right now? I've tried with the current one (5.0.1017) and it seems to work OK - file attached. VgVmMgr_5.0.1017.zip Share this post Link to post
Guest Andy Haggard Report post Posted 08/05/2003 06:01 AM That was the problem. Working now. Thanks. I want to add a result variable to the subject line called "4DigitCode". I want it to display the 4 digits when I receive it on my cell phone as a text message. How can I do this? Share this post Link to post
SupportTeam Report post Posted 08/05/2003 06:55 AM Just add the relevant Result Variables to that Subject line... If all 4 digits are captured in module "Get4Digits" then the Result Variable to add to the line would be: $RV[Get4Digits] and if 3 digits are captured in one module and 1 in another (which from memory is what I think you are doing.) then you want to add something like this: $RV[AskForFirstDigit]$RV[/$RV[Get3Digits] Share this post Link to post