Zadejte hledaný výraz...

Jak přidat řádek pro Jméno o Kontaktního formuláře

ideasro
verified
rating uzivatele
(19 hodnocení)
4. 12. 2013 17:55:25
Dobrý den, u mé šablony jsou na stránce Kontaktního formuláře 3 pole - pro adresu, telefon a email.
Tyto pole jdou upravovat z administrace šablony.
Ovšem snažil jsem se tam přidat ještě jedno pole nad to pro jméno. V nastavení šablony se mi pole přidalo, akorát jak ho vyplním na stránce s kontaktním formulářem se nezobrazí.
Upravoval jsem soubory - template-contact.php a functions.options.php
Úprava v souboru template-contact.php
Přidal jsem řádky s contact_name
if ( $no_details == true && $no_the_content == false ) {
the_content();
} ?>
if ( $some_details == true && $no_the_content == false ) { ?>
Úprava v souboru functions.options.php
Přidal jsem řádky s contact_name
// Contact Options
$of_options[] = array( "name" => "Contact Settings",
"type" => "heading");
$of_options[] = array( "name" => "Contact Name and Surname",
"desc" => "Enter your Name and Surname",
"id" => "contact_namer",
"std" => "",
"type" => "text");
$of_options[] = array( "name" => "Contact Form Email",
"desc" => "Enter the email address you would like the contact form to send emails to",
"id" => "contact_email",
"std" => "",
"type" => "text");
$of_options[] = array( "name" => "Street Address",
"desc" => "To be display in contact details list",
"id" => "street_address",
"std" => "",
"type" => "text");
$of_options[] = array( "name" => "Phone Number",
"desc" => "To be display in contact details list",
"id" => "phone_number",
"std" => "",
"type" => "text");
$of_options[] = array( "name" => "Email Address",
"desc" => "To be display in contact details list",
"id" => "email_address",
"std" => "",
"type" => "text");
$of_options[] = array( "name" => 'Display Google Map On Contact Page',
"desc" => 'Tick to display',
"id" => "map_address",
"std" => "1",
"type" => "checkbox");
$of_options[] = array( "name" => "Google Map Address",
"desc" => "",
"id" => "gmap-address",
"std" => "",
"type" => "text");
$of_options[] = array( "name" => "Google Map Marker Content",
"desc" => "",
"id" => "gmap-content",
"std" => "

Organic Shop

1 Main Road, London, UK

",
"type" => "textarea");
Ptám se, co je potřeba ještě doplnit případně opravit aby se mi tam zobrazil samotný řádek pro jméno. Děkuji
4. 12. 2013 17:55:25
https://webtrh.cz/diskuse/jak-pridat-radek-pro-jmeno-o-kontaktniho-formulare#reply973194
Roman Ernst
verified
rating uzivatele
(24 hodnocení)
4. 12. 2013 18:59:11
Překlep contact_nameR -To R
4. 12. 2013 18:59:11
https://webtrh.cz/diskuse/jak-pridat-radek-pro-jmeno-o-kontaktniho-formulare#reply973193
ideasro
verified
rating uzivatele
(19 hodnocení)
4. 12. 2013 19:17:39
Opravil jsem ale nepomohlo
4. 12. 2013 19:17:39
https://webtrh.cz/diskuse/jak-pridat-radek-pro-jmeno-o-kontaktniho-formulare#reply973192
Pro odpověď se přihlašte.
Přihlásit