Copied to clipboard

Flag this post as spam?

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


  • Bill 81 posts 83 karma points
    Oct 14, 2010 @ 13:59
    Bill
    0

    What about the "Company" and "Phone" fields

    So yeah... I installed it and it works perfecty... the thing is that it asks the user to enter his phone and company but It doesn't send it to the email of the "admin". I modified the dictionary item RV-ContactForm.emailBody using  [Phone] and [Company] in the text but It was no use.

  • Bill 81 posts 83 karma points
    Oct 14, 2010 @ 14:18
    Bill
    1

    So... yeah. I fixed it...

    Download the source and at the end of the #region set email templates add these two lines:

    strEmailBody = strEmailBody.Replace("[Phone]", strPhone);
    strEmailBody = strEmailBody.Replace("[Company]", strCompany);

    ps: can someone make this a solution;

  • Eran 292 posts 436 karma points
    Oct 14, 2010 @ 14:30
    Eran
    0

    thanks bill, its a bug.. i will fix it and include it in the new version.

    Eran.

  • Eran 292 posts 436 karma points
    Oct 20, 2010 @ 04:32
    Eran
    0

    Hey bill, i uploaded new version with this bug fix. please mark my answer as solution.
    BTY, if you like this project please vote for it (in the project page at the top right corner).

    Thanks,

    Eran.

  • Bill 81 posts 83 karma points
    Oct 20, 2010 @ 11:02
    Bill
    0

    Thanks man. Your package is pretty good. It works perfectly! I also changed it and now it's also an order form!

     

    (too bad I can't rate... I don't have enough karma. And to think that I use umbraco since 2005...)

Please Sign in or register to post replies

Write your reply to:

Draft