A simple JSF form mail

Hello

Sorry if this is a very basic question. I have a simple JSF (with ADF BC) form that collects information and I store the values submitted in the bean support. I'm even able to show values for entry into one you page. I want just a pointer on how I can use this data in the bean of support to send this data.

I tried to import the files JavaMail.jar and activation.jar into my project and tried some examples of java programs that I found to do this simple task. But I'm not sure that I import the classes just to use it in a JSF program. For example. This program here... not sure if the oracle.jbo.Session is the right class to import the Session.
package view.beans;

import javax.mail.*;
import javax.mail.internet.*;
import java.util.*;

import oracle.jbo.Session;

public class javaMailer{
    public javaMailer() {
        
    }

    public void postMail( String recipients[ ], String subject, String message , String from) throws MessagingException
    {
        boolean debug = false;
    
         //Set the host smtp address
         Properties props = new Properties();
         props.put("mail.smtp.host", "smtp.jcom.net");
    
        // create some properties and get the default Session
        Session session = Session.getDefaultInstance(props, null);
        session.setDebug(debug);
    
        // create a message
        Message msg = new MimeMessage(session);
    
        // set the from and to address
        InternetAddress addressFrom = new InternetAddress(from);
        msg.setFrom(addressFrom);
    
        InternetAddress[] addressTo = new InternetAddress[recipients.length]; 
        for (int i = 0; i < recipients.length; i++)
        {
            addressTo[i] = new InternetAddress(recipients);
}
msg.setRecipients(Message.RecipientType.TO, addressTo);


// Optional : You can also set your custom headers in the Email if you Want
msg.addHeader("MyHeaderName", "myHeaderValue");

// Setting the Subject and Content Type
msg.setSubject(subject);
msg.setContent(message, "text/plain");
Transport.send(msg);
}

}


Thanks in advance for your time.

Edited by: Karthik on Nov 10, 2008 10:20 AM

Karthik,

oracle.jbo.Session is certainly not right. Try javax.mail.Session.

John

Tags: Java

Similar Questions

  • Use the Simple Contact form

    How can I access the comments sent in the «simple contact form» I get an email which reads:

    "Contact us" has a new form submission.

    Automated email http://www.edmundrice.org

    {_formsummary tag}

    Privacy
    Adobe Business Catalyst® is committed to protecting your privacy. You have received this email because you are a user of the Adobe Business Catalyst® system. If you want to stop receiving this e-mail please contact your system administrator.

    Adobe business Catalyst 2004-2015, all rights reserved® ©

    I guess that this should have a summary form. The tag does not work.

    If I click on the small cross (above the tag) I get a Web page:

    http://cbop2.BusinessCatalyst.com/utilities/BCToolboxPanel.aspx?ObjectID=18 & ObjectType = 200 01 & Tabs = 6

    who has a 'DATA' section and a message "no data available for this page.

    Can someone tell me what I am doing wrong?

    Form summary includes the form field values that the user has submitted through front end, it should work properly.

    Please let me know if you are still having the same problem.

    Thank you

    Sanjit

  • the simple contact form widget does not allow the user to submit. the lunch box turns red. What should I do?

    the simple contact form widget does not allow the user to submit. the lunch box turns red. What should I do?

    Hello

    You have used a form of e-mail field to create 'Appetite' section. This is the reason for which form registers an error as its not able to recognize an e-mail here entry.

    email form field is a required field for form of Muse. Please rename back to e-mail and also to create another field in form in the widget forum (go to the Option to form and enter a single-line text field) and it should work properly.

    Concerning

    Vivek

  • How can I remove the mailbox Muse on a simple contact form but still have a static email address in the code of the message will send to?

    In Muse, I use a simple contact form, but I have to be able to delete the "electronic mail" box and apply a static address in the code that would send the message to. I have static e-mail accounts do, I don't just have to be displayed in the Inbox. How can I change the php code in Dreamweaver to delete the mailbox, but have always contain the static email sends the message of? Basically, I don't need the email to visually display on my site to all that the user has no need to enter the email address.

    Hello

    You cannot remove field by Muse web form email address. You can try to incorporate forms of third party like jotform.

  • Problem with Simple Contact form fields do not come into the home.

    Hello

    The form of a Simple Contact on our site is not letting users enter their names and e-mail addresses.  The other fields for cell phone and Message are working well.

    I though this might be a problem with the hosting, but the site is hosted on Business Catalyst (badfishy.businesscatalyst.com).

    I created other test sites and insert the Simple Contact form which worked perfectly, so I'm not sure what I did to the main site to cause this problem.

    Any help would be appreciated muchly.

    See you soon

    Ben

    Hi Ben

    I checked the site and it seems that the frame of the accordion is extended to the covering page so 2 fields in form because of which fields are not active because they are behind the plot of the accordion.

    Please reduce the accordion framework such as the fields of the form are not behind the frame and then it should work.

    Thank you

    Sanjit

  • To access the information contained in the simple contact forms using javascript code

    I developed a page and you want to use information from a simple contact form that has changed so that the custom fields and one of the fields has used a widget of third party to provide a date picker.  I figured out how to change the button submit to go to my javascript, but may not know how to read the values in the fields in the form.  Does anyone know how to do?  PS - I did the form in Muse but exported the HTML to Dreamweaver to add javascript code.

    What you're trying to do is beyond the scope of Muse. Remember that any changes in Dreamweaver will be replaced again the next time that you open it in Muse.

  • Form Mail CGI

    I have applications on two sites where I use a mail form CGI - bin script to allow a user to enter contact information and send. It works fine, but I wonder if there is an easier method than what I am doing. I now have the e-mail info form directly on my server in domain and it then here to a private e-mail address.

    With the CGI form mail, is it possible to simply direct the form data to a private e-mail address, or should it go on the first domain server?

    Tom

    You can send it to any address you like. Some hosts, such as GoDaddy, require you to maintain a list of addresses, your forms can send to, to eliminate the potential problems of spam relay.

  • out of use form mail script

    I have a page of e-mail form which works fine. It is hosted by godaddy.

    The problem I have is when I received the email that all the fields are NOT in the same order that they are on the Web page.
    According to GoDaddy, they will be in alphabetical order.

    States of GoDaddy help page:
    NOTE: Don't forget that our form Mailing script sort alphabetically the names of your form elements when he composed the e-mail message. This is the order of precedence: uppercase, lowercase, numbers, letters.

    Here is my code to the page:

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    test form 2 < title > < /title >
    < style type = "text/css" >
    <!--
    . Style4 {make-size: 9px}
    {.style5}
    color: #FFFFFF;
    do-family: Verdana, Arial, Helvetica, without serif.
    make-weight: bold;
    }
    {.style6}
    do-size: 9px;
    Color: #666666;
    do-family: Verdana, Arial, Helvetica, without serif.
    make-weight: bold;
    }
    {.style12}
    do-family: Verdana, Arial, Helvetica, without serif.
    Color: #666666;
    }
    .style17 {do-size: 9px; do-family: Verdana, Arial, Helvetica, without serif ;}}
    {.style18}
    do-size: 9px;
    Color: #666666;
    }
    .style19 {make-weight: bold; do-family: Verdana, Arial, Helvetica, without serif ;}}
    .style20 {color: #666666}
    {.style22}
    do-size: 14px;
    do-family: Verdana, Arial, Helvetica, without serif.
    make-weight: bold;
    color: #0065B 2;
    }
    {.style24}
    Color: #FF0000;
    font size: 15px;
    do-family: Arial, Helvetica, without serif.
    }
    .style25 {do-size: 12px}
    .style27 {color: #000000}
    ->
    < / style >
    < / head >

    < body >
    < table width = "761" height = "907" border = "1" cellpadding = "3" >
    < b >
    < td width = "257" height = "65" > < table >
    < td width = "260" > < table >
    < td width = "210" > < table >
    < /tr >
    < b >
    < td height = "267" align = "right" > < table >
    < td > < table >
    < td > < table >
    < /tr >
    < b >
    < td align = "right" valign = "top" bgcolor = "c5deef" > < form action = "gdform.asp" method = "post" > "
    < p >
    < input type = "hidden" name = "subject" value = "Send form" / >
    < input type = "hidden" name = "redirect" value = "thankyou.html" / > "
    < br / >
    < span class = "style22" > < span class = "style27" > </span > your scenario for pricing Submit < br / >
    < span class = "style25" > and receive a < / span > < span class = "style24" > ANSWER QUICK </span > < / span > < br / >
    < /p >
    < class p = 'style5 style1' > < span class = "style4" >
    < label > < span class = "style20" > type of property
    < input type = "text" name = "property Type" id = "Property Type" / >
    < br / >
    Value of the property
    < input type = "text" name = "property value" id = "property value" / >
    < br / >
    Amount of the loan
    < input type = "text" name = "Loan amount" id = "Loan amount" / >
    < br / >
    LT(N)
    < input type = "text" name = "LTV" id = "LTV" / >
    < br / >
    in foreclosure
    < input type = "text" name = "in foreclosure" id = "in foreclosure" / >
    < br / >
    State
    < input type = "text" name = "State" id = "State" / >
    < br / >
    </span > < span class = "style27" > credit score
    </span >
    < input type = "text" name = "Credit score" id = "Credit score" / >
    < span class = "style20" > < br / >
    </span > < / label >
    </span > < / p >
    < table width = "234" >
    < b >
    < td bgcolor = "#FFCCFF" class = "style20" > < span class = "style17" >
    < label >
    < input type = "radio" name = "status" value = "120 days late mtg ' id = 'RadioGroup1_0' / >
    < strong > 120 < facilities > day late MTG < / label >
    </span > < table >
    < /tr >
    < b >
    < td bgcolor = "#FFCCFF" class = "style20" > < span class = "style17" >
    < label >
    < input type = "radio" name = "status" value = "NOD" id = "RadioGroup1_1" / >
    NOD < strong > < facilities > - < strong > N < facilities > < strong > view < facilities > f o D < strong > < facilities > class efault < / label >
    </span > < table >
    < /tr >
    < b >
    < td bgcolor = "#FFCCFF" class = "style20" > < span class = "style17" >
    < label >
    < input type = "radio" name = "status" value = "OUR" id = "RadioGroup1_2" / >
    < strong > OUR < facilities > - < strong > N < facilities > < strong > view < facilities > f o S < strong > < facilities > FTA - FORECLOSURE < strong > < / strong > < / label >
    </span > < table >
    < /tr >
    < /table >
    < span class = "style12" >
    < class label 'style4' = > date of foreclosure sale
    < input name = "Date2 foreclosure sale" type = "text", id = "sale foreclosure date2" size = "15" maxlength = "10" / >
    < / label >
    </span > < span class = "style20" > < br / >
    < label > < / label >
    </span >
    < class p = 'style5 style20 style1' > < span class = "style4" >
    < label > < br / >
    < / label >
    </span > < / p >
    < class p = "style6" > name of Broker:
    < input type = "text" name = "Name" / >
    < /p >
    < class p = "style6" >
    Phone < label > broker
    < input type = "text" name = "phone broker' id ="broker phone"/ >
    < / label >
    < /p >
    < class p = "style6" > email:
    < input type = "text" name = "email" / >
    < /p >
    < p align = "left" class = "style18" > < span class = 'style19' > comments:
    </span >
    < = cols 'comments' textarea name = "40" rows = "5" >
    type FORECLOSURE here info...
    < / textarea >
    < /p >
    < input type = "submit" name = "submit" value = "submit" / >
    < / form > < table >
    < td > < table >
    < td > < table >
    < /tr >
    < /table >
    < / body >
    < / html >


    and this is what I get when I receive the email:
    Credit: 520
    Foreclosure: June 1
    LTV: 50
    Name: joe
    Ready: 200
    Ownership: condo
    Broker: 1234567890
    Comments: type FORECLOSURE info here...
    E-mail: [email protected]
    in: Yes
    property: 300
    State: ca
    status: AMENDMENTS
    submit: submit

    I'll be in receipt of the e-mail on the blackberry so I really need them in the order I put then in on the page as it will be too difficult to make sense otherwise.

    Please help if you can.

    Thank you :-)

    > so I really need
    > them in the order I put then in the page

    suggestion use another script that allows you to set the agenda.

    suggestion two, using the godaddy script - rename names of form/ID field of
    These fields so they will come in any order you like, AFTER sorting by the
    script.

    3 - do not use spaces in the field names or ID.

    aa_my_first_field
    ba_the_name_i_want_second
    ca_broker_phone_i_want_third

    using two letters in the prefix allows you to insert a new field between
    existing fields later as bb_this_is_now_third

    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.Adobe.com/communities/experts/

  • Simple Flash form

    So, I gave up on the PHP forms as they always seem to be a headache (for me anyway).


    I used simple shapes in AS3 on other projects in the fields of text and when the Send button is hit, it includes text and launches the e-mail client.  My client needs a simple form.  Name, event, phone # and form free box of the message.

    I used the code below.  All trace instructions work however the phone # and events are omitted in the message.  The form has 4 fields of text entry with the correct name of the instance.  The e-mail is displayed.

    I also had a problem when the swf file works fine but once that I download it with the HTML file, it does not work.

    Any suggestion would be great.

    Thank you.


    CODE :

    send_btn.addEventListener (MouseEvent.CLICK, sendData);

    function sendData(evtObj:MouseEvent):void {}

    trace (name_text.text);

    trace (event_text.text);

    trace (phone_text.text);

    trace (message_text.text);

    var theEmail:URLRequest = new URLRequest ("mailto:[email protected]?") from = "+ "

    event_text. Text + phone_text. "Text +" & subject = sell my tickets & body = "+ message_text.text +" from:"(+name_text.text);"

    navigateToURL (theEmail, "_self");

    }

    must be an e-mail address.  Add the same and phone to your body variable.

  • a former mail message every time open at the start of my iMac

    2 years, when to pass on my iMac (average 2010), the mail application open automatically (without the indicator in the menu option) and also a former message itself open without any command.

    How can I stop this?

    (OS X El Capitan 10.11.6)

    Thank you.

    Check if the Mail application is in the login items list. Open system - users & groups - login items preferences. If the message is in the list, select it and press on "-" sign to prevent the mail to open the connection.

  • I can't get rid of extra spaces between my lines in this form mail script. Please advise?

    <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN".

    " http://www.w3.org/TR/html4/loose.DTD ">

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = ISO-8859-1 ">"

    contact.html < title > < /title >

    < style type = "text/css" >

    <!--

    {body

    background-image: url (contactpage.jpg);

    background-repeat: no-repeat;

    background-position: top center;

    }

    {.style2}

    do-size: 10px;

    do-family: Arial, Helvetica, without serif.

    }

    a: link {}

    text-decoration: none;

    }

    a: visited {}

    text-decoration: none;

    }

    a: hover {}

    text-decoration: underline;

    Color: #FF0000;

    }

    a: active {}

    text-decoration: none;

    text-align: center;

    do-size: 16px;

    }

    {.style3}

    do-family: Arial, Helvetica, without serif.

    text-align: justify;

    }

    {.style6}

    do-size: 12px;

    do-family: Arial, Helvetica, without serif.

    }

    {.style7}

    make-style: italic

    }

    {.style8}

    do-family: Arial, Helvetica, without serif.

    font size: 20px;

    }

    {.style11}

    Color: #000000;

    text-align: center;

    }

    {.style31}

    do-size: 12px;

    make-style: italic;

    do-family: Arial, Helvetica, without serif.

    text-align: left;

    }

    {.contactus}

    do-size: 12px;

    do-family: Arial, Helvetica, without serif.

    }

    {.bigtextfield}

    do-family: Arial, Helvetica, without serif.

    text-align: justify;

    Width: 100%;

    }

    {.littletextfield}

    do-family: Arial, Helvetica, without serif.

    text-align: justify;

    Width: 100%;

    }

    .style31 .style3 of entry {}

    text-align: center;

    font size: 20px;

    }

    {.centeredfontsize}

    do-family: Arial, Helvetica, without serif.

    do-size: 18px;

    text-align: center;

    }

    {.style111}

    Color: #000000

    }

    {.style32}

    do-family: Arial, Helvetica, without serif

    }

    {.style311}

    do-size: 12px;

    make-style: italic;

    do-family: Arial, Helvetica, without serif.

    }

    {.contactus1}

    do-size: 12px;

    do-family: Arial, Helvetica, without serif.

    }

    {.contactus1}

    do-size: 12px;

    do-family: Arial, Helvetica, without serif.

    }

    {.style312}

    do-size: 12px;

    make-style: italic;

    do-family: Arial, Helvetica, without serif.

    text-align: left;

    }

    {.style312}

    do-size: 12px;

    make-style: italic;

    do-family: Arial, Helvetica, without serif.

    text-align: left;

    }

    ->

    < / style >

    < script language = "JavaScript" type = "text/JavaScript" >

    <!--

    function MM_preloadImages() {//v3.0

    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();

    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)

    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}

    }

    ->

    < /script >

    < / head >

    < table width = "846" height = "250" border = "0" align = "center" cellpadding = "0" cellspacing = "0" >

    < b >

    < th width = "29" height = "53" valign = "top" scope = "col" > < /th >

    < th width = "58" valign = "top" scope = "col" > < /th >

    < th width = "77" valign = "top" scope = "col" > < /th >

    < th width = "682" valign = "top" scope = "col" > < /th >

    < /tr >

    < b >

    < e height = "329" valign = "top" scope = "col" > < /th >

    < td width = "58" height = "329" valign = "top" > < table width = "59" height = "307" border = "0" cellpadding = "0" cellspacing = "0" >

    < b >

    < td width = "59" height = "56" > < table >

    < /tr >

    < b >

    < height td = "251" valign = "top" style = "do-family:" Gill without ', 'Gill without MT', 'Myriad Pro', 'DejaVu without Condensed', Helvetica, Arial, without serif; " make-style: italic; "> < HR >

    < h6 align = "center" > < a href = "index.html" > home < /a > < / h6 >

    < h6 align = "center" > < / h6 >

    < h6 align = "center" > < a href = "aboutus.html" > about us < /a > < / h6 > "

    < h6 align = "center" > < / h6 >

    < h6 align = "center" > < a href = "services.html" > Services < /a > < / h6 >

    < h6 align = "center" > < / h6 >

    < h6 align = "center" > < a href = "portfolio.html" > portfolio < /a > < / h6 > ""

    < hr > < table >

    < /tr >

    < / table > < table >

    < th valign = "top" scope = "col" > < /th >

    < th valign = "top" scope = "col" > < form name = 'htmlform"method ="post"action ="html_form_send.php">

    < table width = "597" border = "0" cellpadding = "0" cellspacing = "0" >

    < b >

    < td align = "right" valign = "top" style = "font family:" Gill without ', 'Gill without MT', 'Myriad Pro', 'DejaVu without Condensed', Helvetica, Arial, without serif "> < h5 > < / h5 > < table >

    < td align = "center" valign = "top" > < h5 style = "font family:" Gill without ', 'Gill without MT', 'Myriad Pro', 'DejaVu without Condensed', Helvetica, Arial, without serif "> contact us for more information... < / h5 > < table >

    < /tr >

    < b >

    < td width = "187" align = "right" valign = "top" style = "font family:" Gill without ', 'Gill without MT', 'Myriad Pro', 'DejaVu without Condensed', Helvetica, Arial, without serif "> < h5 >

    < label for 'name' = > name: < / label >

    < / h5 > < table >

    < td width = "398" valign = "top" > < h5 >

    < input type = "text" name = "name" maxlength = "50" size = "50" >

    < / h5 > < table >

    < /tr >

    < b >

    < td align = "right" valign = "top" style = "font family:" Gill without ', 'Gill without MT', 'Myriad Pro', 'DejaVu without Condensed', Helvetica, Arial, without serif "" > < h5 > "

    < label for 'society' = > company: < / label >

    < / h5 > < table >

    < td valign = "top" > < h5 >

    < input type = "text" name = "company" maxlength = "50" size = "50" >

    < / h5 > < table >

    < /tr >

    < b >

    < td align = "right" valign = "top" style = "font family:" Gill without ', 'Gill without MT', 'Myriad Pro', 'DejaVu without Condensed', Helvetica, Arial, without serif "> < h5 >

    < label for 'email' = > E-mail address: < / label >

    < / h5 > < table >

    < td valign = "top" > < h5 >

    < input type = "text" name = "email" maxlength = "50" size = "50" >

    < / h5 > < table >

    < /tr >

    < b >

    < td align = "right" valign = "top" style = "font family:" Gill without ', 'Gill without MT', 'Myriad Pro', 'DejaVu without Condensed', Helvetica, Arial, without serif "> < h5 >

    < label for = 'phone' > phone number: < / label >

    < / h5 > < table >

    < td valign = "top" > < h5 >

    < input type = "text" name = "phone" maxlength = "50" size = "50" >

    < / h5 > < table >

    < /tr >

    < b >

    < td align = "right" valign = "top" style = "font family:" Gill without ', 'Gill without MT', 'Myriad Pro', 'DejaVu without Condensed', Helvetica, Arial, without serif "> < h5 >

    < label for 'comments' = > what can we < br >

    do for you? : < / label >

    < / h5 > < table >

    < td valign = "top" > < h5 >

    < name textarea = "comments" maxlength = "1000" cols = "48" rows = "6" > < / textarea >

    < / h5 > < table >

    < /tr >

    < b >

    < td height = "110" align = "center" > < h6 >

    < input type = "submit" value = "Submit" >

    < / h6 > < table >

    < height td = "110" align = "center" valign = "top" style = "font family:" Gill without ', 'Gill without MT', 'Myriad Pro', 'DejaVu without Condensed', Helvetica, Arial, without serif "> < p > contact us quickly: < /p >

    < h3 > phone: 704-544-0295 < / h3 >

    < p > E-mail: < a href = "mailto: " [email protected] "> [email protected] < /a > < /p > < table > "

    < /tr >

    < /table >

    < / form > < /th >

    < /tr >

    < /table >

    < body / > < / html >

    I just realized that you do not receive my answers if I do not post them directly on the forum.

    Unfortunately, you're well above my pay grade... I'm more or less an amateur in Dreamweaver. I thought (probably wrongly) that there is a "quick fix" to the shape that I already have, but because you sent the startup code, I placed and worked with her a little.

    It seems fairly easy to work, and I'll try to spend time in the coming days to learn a little before I try to do something more.

    Thank you very much and very much appreciated...

  • Adobe electronic forms/mail Muse

    I need to have a page where I can have people e-mail to specific people. So it must be a field where the customer can type in the email, they want to send to. With the forms built in you this is impossible because you can only set it up like that and the user cannot change this.

    That's what I need now.

    At the end of the day, that's what I'm aiming for...

    I have a HTML email with a correct layout I want customers to send email to. Once I got this email from a site of muse, I want to see the email with my layout. I try to make it easy for customers to email my page of muse instead of having to do all that copying and pasting an html layout in it e-mail client. It is has not at all computer savvy. Help, please. Maybe there's another root I have to take?

    This is not possible with only Muse.  You can look at third-party services like JotForms, and WuForms with widgets for Muse.

  • php error simple contact form

    I just replaced a form adobe formscentral with the simple form of muse. This isn't working, receive a server php error when submitting. How can I fix? I am hosting via Amazon Route53.


    Question is here: CONTACT

    Hello

    I was able to submit the form, please let me know if you still experience the problem.

    Concerning

    Sonam

  • Number of simple Web form in a composite Web form

    Hi all

    Is there a limitation on the number of simple forms that we can have a composite online form?

    We have about 8 simple webforms in a Web Form Composters, does not open in Smartview.

    Thank you

    Nabin

    Hello

    I think I may have a solution for you. I reduced the problem in my composite form down to a simple form. I renamed that are formed and removed all special characters (for me I had to remove the character &). After this change the composite form which previously would not planning open now works correctly.

    I would like to know if it works.

    Husbands

    www.Goalgetters.com

  • Form mail (php) script on my site is not working properly

    Hello good people.

    I designed my website using Adobe Fireworks recently, it has exported to Adobe Dreamweaver, finished and uploaded from there, and it is currently live on the internet. However, I have a number of important questions that I need help to solve. Please any help to solve these problems would be greatly appreciated. I don't know if I can post a link to the site here, but the site is (w w w. kenapexvision. c o m). I list these questions below.

    1. I used a php mail form (formmail.php) script, but currently my site does not deliver messages of the 'message' field and the 'phone number' field in other words, when a visitor sends me an email from the contact form on the site, I him had not received the info on fields 'phone number' and a 'message '. Why this is happening and how to fix?

    2. I would like messages sent from my contact form to provide to these 2 two addresses (kenapexvision @ gmail. com) and (info @ kenapexvision. com) how do I actually do that?

    3. I also used a widget gallery called Gallery (thickbox) widget - for creating a portfolio gallery, for display and navigation between photos in your gallery, but on the site, it reacts as expected. It opens an image in its entirety and does not present the navigation to allow movement between the images. I heard someone say that the widget has been abandoned, please what can I do to make this work well on site or there at - it a new/better one that I can use to give me the same functionality because I really need this Gallery feature.

    4 - How can I change or transform my dynamic site site and/or blog above (do change content periodically) without having to completely ignore all current content on the site?

    For now, these are the questions, I am confronted with and would be very happy if someone could find time out of their schedule to help or advice me what to do about these.

    Once more, thank you very much in anticipation.

    Thank you @Ben for your reply, I recently realized what was the problem with the "formmail.php" a few lines of code were absent on this issue. I had to cross with care and then corrected.

    $name = addslashes($_POST['name']);

    $email = addslashes($_POST['email']);

    $comments = addslashes($_POST['message']);... I've changed the comment "on this"message"line because I name the field"message"message while adding in the form

    Also, I had to make a new line of code for the phone number, that is to say

    $number = addslashes($_POST['number']);

    Regarding issues related to the 3rd and 4th, I prefer to begin by the 4th issue here and ask the 3rd in a new thread. what I can?

    4 - How can I change or transform my dynamic site site and/or blog above (do change content periodically) without having to throw completely all the content currently on the site? for Eg. I love my main "Page Web" (buttons) that took me days to create in Fireworks and export in DW. Also, I like my 'Top busiest header', 'Logo', "The lower panel" (Top Navigation) and can be the 'Footer '. Every other content display can be replaced easily.

    For the moment, I installed "Wordpress" on the site of my control panel, in the directory (www. kenapexvision. com/blog) but have not determined what the next step.

    Thank you once again.

Maybe you are looking for

  • I have 13 plugins that are DISABLED - how to remove? Why are they anyway?

    In the Add-ons Manager I see that I have 13 plugins that are DISABLED. 2 of them are Java vulnerability. How can I remove them? Why are they anyway? They are 3 codes out of the app I have on my system?

  • Satellite L300D-13s - how to create a Bootable USB Flash for Vista Recovery drive?

    Hello Has anyone ever created a Bootable USB Flash of their Vista HARD disk recovery drive? If Yes can you help me create mine? I know that you can do for the new OS and that Toshiba provides a tool for this. Thank you

  • Actplot errors!

    Hello, I had a problem with an actplot error. I tried to split the track in 2 tables but the error in the Actplot property. You have ideas, what is the cause? Thank you

  • Rare stuff...

    Hello world. Sorry for my bad English I m, still learning xD. Well, my question is this. I buy an E250, but is a second version (in the back, said "model: e250 v2") Research in the internet, I see a video of the v2 sansa, but it's diferent. First: th

  • BlackBerry smartphones 'Advanced Options' lack of OPTIONS. HELP PLZ

    By clicking on the home screen Options, does not show the menu 'advanced options' item. He has been there nut has now disappeared. "It was" the last menu item in the option, but now the last of them is "third-party Applications. In order under Option