1.2.5 dev - Email Contact Form - Submit Label
1.2.5 dev - Email Contact Form - Submit Label
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......
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
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
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
Thx for the hint Ben, I'll check it out, but strange cos in previous versions they were there... Anyway, Ill give it a lookBen 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.
Cheers
1.3 out, testing, testing...
Sponsoring 4 phpwcms Blog and Usermanagement
Sponsoring 4 phpwcms Blog and Usermanagement
Answer posted here (also updated code for french language file)
http://www.phpwcms.de/forum/viewtopic.p ... highlight=
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)');