Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • MartinB 411 posts 512 karma points
    Jun 05, 2010 @ 01:13
    MartinB
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft