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 :)
Try value="verstuur vraag" or of course you can make a dictionary item called SubmitButton and make it: value="@(library.GetDictionaryItem("SubmitButton"))"
change text of submit button
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
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.
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 :)
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!
hmm, my search for the label text of the submit button 'Submit Query' had no result. Strange!
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:
I already tried that:
<input type="submit" id="cultivcontactformsubmit" title="verstuur vraag" />
but the label keeps showing "Submit Query"
Try value="verstuur vraag" or of course you can make a dictionary item called SubmitButton and make it: value="@(library.GetDictionaryItem("SubmitButton"))"
yes, value="verstuur vraag" works.
Thanks a lot!
Anthony
is working on a reply...