21. marts 2007 - 13:05Der er
9 kommentarer og 2 løsninger
fjerne 2 felter fra formular
har ingen ide om PHP
hvordan fjerner jeg de 2 dropdowns i nedenstående og sætter et "fast" subject på mailen?
/////////////////////////////////// // DO NOT MESS WITH THESE TWO LINES $subject_array = array(); $recipient_array = array(); /////////////////////////////////// // <----- BEGIN CONFIG -----> // Edit only what's between the quotation marks in the below lines. // These will be the subjects that your users can choose from // You can have as many as you want. // Each one must be set up like so: // $subject_array[] = "What You Want This Choice To Be"; // Make sure to remove empty ones that you aren't using. Just delete the entire line.
// Edit only what's between the quotation marks in the below lines. // These lines contain the various people that can be contacted via your form. // You can have as many as you want. // Each one must be set up like so: // $recipient_array["UNIQUE Short Name"] = "email@email.com"; // The "UNIQUE Short Name" will be shown in the select box. // This allows the actual email address to be hidden from the user. // Make sure to remove empty ones that you aren't using. Just delete the entire line.
Denne side indeholder artikler med forskellige perspektiver på Identity & Access Management i private og offentlige organisationer. Artiklerne behandler aktuelle IAM-emner og leveres af producenter, rådgivere og implementeringspartnere.
/////////////////////////////////// // DO NOT MESS WITH THESE TWO LINES $subject_array = array(); $recipient_array = array(); /////////////////////////////////// // <----- BEGIN CONFIG -----> // Edit only what's between the quotation marks in the below lines. // These will be the subjects that your users can choose from // You can have as many as you want. // Each one must be set up like so: // $subject_array[] = "What You Want This Choice To Be"; // Make sure to remove empty ones that you aren't using. Just delete the entire line.
// Edit only what's between the quotation marks in the below lines. // These lines contain the various people that can be contacted via your form. // You can have as many as you want. // Each one must be set up like so: // $recipient_array["UNIQUE Short Name"] = "email@email.com"; // The "UNIQUE Short Name" will be shown in the select box. // This allows the actual email address to be hidden from the user. // Make sure to remove empty ones that you aren't using. Just delete the entire line.
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.