Hi
I'm working on an asp email form and it processes just fine. However, now I would like to change the values that I have for my fields to display something nices in the email.
For instance:
bodytxt = bodytxt & "Are you new to us?: " & new_yes & new_no & vbcrlf
I would like to have new_yes display in the received email as simply "Yes"...the same goes for new_no.
I experimented with no luck. Any help would be much appreciated.
Thanks,
Dan
I'm working on an asp email form and it processes just fine. However, now I would like to change the values that I have for my fields to display something nices in the email.
For instance:
bodytxt = bodytxt & "Are you new to us?: " & new_yes & new_no & vbcrlf
I would like to have new_yes display in the received email as simply "Yes"...the same goes for new_no.
I experimented with no luck. Any help would be much appreciated.
Thanks,
Dan