Page 1 of 1
1.2.5 dev - Email Contact Form - Submit Label
Posted: Thu 1. Sep 2005, 01:16
by jsw_nz
Just wanted to report that the all labels for submit buttons in the email contact form (contentpart) default to 'Submit Query'....I want to change this label to 'Submit News Article', but cannot. Anybody expereince this same problem...any workarounds. Likely would require to go in and edit appropriate backend script......
Posted: Thu 8. Sep 2005, 16:12
by Kosse
More or less same here, I can't see the "type" fields...
only: e-mail, and 5 others I miss text and so on...
look:
But I check on other sites (where I see text, multiline and so on), the annoying thing is that I don't see what it is... it works though but I have to count the options "blindly"...

funny
Cheers
Posted: Fri 9. Sep 2005, 01:08
by Ben
@jsw_nz - change the text in the multi-line textbox for "value" to be "Submit News Article"
@Kosse - is seems like the values may be missing from the language file that are supposed to populate the dropdown.
Posted: Fri 9. Sep 2005, 10:05
by Kosse
Ben wrote:@jsw_nz - change the text in the multi-line textbox for "value" to be "Submit News Article"
@Kosse - is seems like the values may be missing from the language file that are supposed to populate the dropdown.
Thx for the hint Ben, I'll check it out, but strange cos in previous versions they were there... Anyway, Ill give it a look
Cheers
Posted: Mon 12. Sep 2005, 14:57
by najbo
Answer posted here (also updated code for french language file)
http://www.phpwcms.de/forum/viewtopic.p ... highlight=
najbo wrote:
Here are the correct parameters for be_cnt_field value :
$BL['be_cnt_field'] = array("text"=>'texte', "email"=>'email', "textarea"=>'texte (multi-lignes)',
"hidden"=>'caché', "password"=>'mot de passe', "select"=>'sélectionner le menu',
"list"=>'menu de la liste', "checkbox"=>'checkbox', "radio"=>'bouton radio',
"upload"=>'upload fichier', "submit"=>'bouton d\'envoi', "reset"=>'bouton reset',
"break"=>'séparateur', "breaktext"=>'séparateur (texte)', "special"=>'texte (spécial)');
Posted: Fri 16. Sep 2005, 13:37
by jsw_nz
Thanks Ben for the pointer.
Going to ask Pappnase to include this tip on docu site.
