Copied to clipboard

Flag this post as spam?

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


  • Anthony Candaele 1197 posts 2049 karma points
    Oct 15, 2012 @ 15:57
    Anthony Candaele
    0

    Is there a place where I can change the text of the submit button on the Cultiv Razor Contact Form?

    thanks for your help,

    Anthony

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Oct 15, 2012 @ 15:59
    Sebastiaan Janssen
    1

    I should take this package down, it's overly complicated :-( 

    Anyway, search for the text and replace it, I really can't remember. Might be a dictionary item, so in that case just search for a submit button.

  • Anthony Candaele 1197 posts 2049 karma points
    Oct 15, 2012 @ 16:04
    Anthony Candaele
    0

    Thanks Sebastiaan,

    I just installed the package on a Umbraco 4.9.0 . I think it's a very good package if you need a simple contact form. I got it up in literaly minutes. So don't be so negative on your own package, it's a good solution :)

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Oct 15, 2012 @ 16:07
    Sebastiaan Janssen
    0

    Yeah true, if you don't need to change it then it's fine.

    I thought I was doing some very clever things to make it flexible, but as soon as I had to work with it myself last year it was pretty difficult! ;-)

    Anyway, glad it's working for you!

  • Anthony Candaele 1197 posts 2049 karma points
    Oct 16, 2012 @ 08:27
    Anthony Candaele
    0

    hmm, my search for the label text of the submit button 'Submit Query' had no result. Strange!

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Oct 16, 2012 @ 09:27
    Sebastiaan Janssen
    1

    It's because that's the default text your browser gives it. I didn't put any text in the submit button, add it here:

    <input type="submit" id="cultivcontactformsubmit" />
  • Anthony Candaele 1197 posts 2049 karma points
    Oct 16, 2012 @ 09:33
    Anthony Candaele
    0

    I already tried that:

     <input type="submit" id="cultivcontactformsubmit" title="verstuur vraag" />

    but the label keeps showing "Submit Query"

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Oct 16, 2012 @ 10:06
    Sebastiaan Janssen
    1

     Try value="verstuur vraag" or of course you can make a dictionary item called SubmitButton and make it: value="@(library.GetDictionaryItem("SubmitButton"))" 

  • Anthony Candaele 1197 posts 2049 karma points
    Oct 16, 2012 @ 10:09
    Anthony Candaele
    0

    yes, value="verstuur vraag" works. 

    Thanks a lot!

    Anthony

Please Sign in or register to post replies

Write your reply to:

Draft