R
Rani
hi guys I need to send an email from a form
the form is collecting data from a user and then submits it to us.
I would like the email to appear in the following format
Name:
Email:
Etc.
all I was able to do so far is:
strBody = "Name :" & strname & " Email :" & StrEmail
etc.
any idea ?
the form is collecting data from a user and then submits it to us.
I would like the email to appear in the following format
Name:
Email:
Etc.
all I was able to do so far is:
strBody = "Name :" & strname & " Email :" & StrEmail
etc.
any idea ?
