Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I've played around with the runway contact module. For some peculiar reason, the name and company fields are not processed and sent by mail from the module
Does anyone know how to correct this?
In Conctact.ascx.cs i found the following:
if (Page.IsValid) { umbraco.library.SendMail(tb_email.Text, yourEmail, subject, tb_msg.Text, false); bt_submit.Visible = false; lb_success.Visible = true; }
If i add tb_name to that string i get a compiler error :_(
Thanks in advance
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Runway form sends half the fields by mail
Hi
I've played around with the runway contact module. For some peculiar reason, the name and company fields are not processed and sent by mail from the module
Does anyone know how to correct this?
In Conctact.ascx.cs i found the following:
if (Page.IsValid) {
umbraco.library.SendMail(tb_email.Text, yourEmail, subject, tb_msg.Text, false);
bt_submit.Visible = false;
lb_success.Visible = true;
}
If i add tb_name to that string i get a compiler error :_(
Thanks in advance
is working on a reply...