Bastian205 Posted April 12, 2007 Report Share Posted April 12, 2007 Hi. Ich möchte in account_edit die Eingabe von der Telefonnummer freiwillig machen. also dieses sternchnen für "erforderliche Eingabe" löschen. aber ich komme in account_edit nicht recht weiter. das hier ist der quelltext: {config_load file="$language/lang_$language.conf" section="account_edit"} {#heading_account#} {$FORM_ACTION} {if $error!=''} {$error} {/if} {#title_personal#} {#text_must#} {if $csID} {#csID#} {$csID} {/if} {if $gender=='1'} {#text_gender#} {$INPUT_MALE} {$INPUT_FEMALE} {/if} {#text_firstname#} {$INPUT_FIRSTNAME} {#text_lastname#} {$INPUT_LASTNAME} {if $birthdate=='1'} {#text_birthdate#} {$INPUT_DOB} {/if} {#text_email#} {$INPUT_EMAIL} {#text_tel#} {$INPUT_TEL} {#text_fax#} {$INPUT_FAX} {if $vat=='1'} {#text_ustid#} {$INPUT_VAT} {/if} {$BUTTON_BACK} {$BUTTON_SUBMIT} {$FORM_END} Vielen Dank Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.