Help with sending initialization of a contact form

Hi guys.

Basically, I created a standard webpage (s) HTML in Dreamweaver (this form is an HTML file, not a PHP file). I have a form here (at the footer of all my Web pages), and it looks like this:

< div id = "form" >

< do action = "PHP/contact - send.php" id = "contact form" name = "Form1" method = "post" >

< fieldset >

< p >

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

< input id = "name" type = "text" value = "Under construction" name = "Name" / >

< /p >

< p >

< label for 'email' = > Email < / label >

< input id = "email" type = "text" value = "Under construction" name = "Email" / >

< /p >

< div class = "cl" > <!--> < / div >

< p >

< label for 'message' = > Message < / label >

< textarea id = cols "message" = "10" lines = '10' name = 'message' > < / textarea >

< /p >

< p > < input class = "sumbit_button" type = "submit" name = "submit" value = "" id = "submit" / > < / p > "

< / fieldset >

< / make >

< / div >

I have this form of style and added Jquery validation that works very well.

All I want to do isinitialize this form to send mail (I transferred my website, and the form doesn't work)... I have indicated the path to PHP (PHP/contact - send.php) in the form (and Yes, I put the PHP for the file in the directory on my Web site... lol), and yet, the form does not work. Very frustrating... Especially after that I tried a lot of different codes PHP, and none of them work... Can anyone help me please with a simple PHP code that I can stick in my file "contact - send.php" and a link to the form in the file 'index.html '? Also, if possible

a pop-up message that shows when the form is sent (not on a new page, just a simple Javascript alert).

I use 000webhost and one free domain (. co.cc).

Also, I would like to have a search bar on my site... which has been called, I just want to know how I can code to do work and display the results.

Thanks for your help guys.

I guess that means that I can get the form working on an HTML file and bind it simply the file containing PHP code in action "form"?

In other words, I don't need to have my concept of form on a PHP file to make it work?

Fix.

Also, I prefer not having the user redirected to a new page when the form is submitted. I simply use a popup warning message? ("your message has been sent, click OK to continue)

Most of the scripts provide variables to redirect to a page success.html or display error & success messages in the script.

I don't prefer client-side 'alert boxes' because they does not appear if JavaScript is disabled in the browser.

Also as I said before, I already have the form style and added validation... If one of these links allow for me to just use the PHP code (change the fields as 'name' and 'email') without having to use their validation as well?

Yes, you could use your present form with all the fields names exactly match those in the script.

As above, validation on the client side only works if JavaScript is enabled in browsers.

PHP validation (server side) is much more reliable.

Related links to a discussion earlier:

PHP code (note the variables):

http://forums.Adobe.com/message/3970070#3970070

HTML form: (note the names of form fields)

http://forums.Adobe.com/message/3970073#3970073

Nancy O.

ALT-Web Design & Publishing

Web | Graphics | Print | Media specialists

http://ALT-Web.com/

http://Twitter.com/ALTWEB

Tags: Dreamweaver

Similar Questions

  • How to grant access to secure with sending a 1 2 areas form

    How to grant access to secure with sending a 1 2 areas form? For any help or suggestion would be appreciated.

    If you change the zone-1 ID in the form action, it will return to the page and a default logon you connected. You have access to all areas will be saved in. Technically, you can connect even with no associate also area long have you a username and password.

  • Updated my nameservers with GoDaddy and now the Contact form (Muse) does not work. Is there a solution?

    He worked while the site was hosted on Adobe Business Catalyst, but when I updated to direct to my domain on GoDaddy:

    Nameserver 1: NS1.worldsecuresystems.com

    Nameserver 2: ns2.worldsecuresystems.com

    Nameserver 3: NS3.worldsecuresystems.com

    Contact form is no longer the contact sent me. How can I fix it?

    Thank you!

    Thanks Maurice! I changed the address of electronic mail of domain GoDaddy ([email protected]) to my Time Warner email address ([email protected]) and it seems to work.

  • Help with sending email Windows Live Mail error ID: 0x80070057__

    Hello

    I use Windows 7 and Windows Live Mail 2011 on my computer.

    I can receive emails, but I can't send them. Which is painful enough when you need to communicate with your customers.
    When I send an email, I get this error message and have no idea how to fix this.

    An unknown error has occurred.

    Server: 'smtp.telus.net '.
    Windows Live Mail error ID: 0 x 80070057
    Protocol: SMTP
    Port: 25
    Secure (SSL): No.

    PS... I'm super not savy with tech talk

    Please please please help!

    Post your question in the Windows Live Mail PortalSolution Center. Brian Tillman [MVP-Outlook]
    --------------------------------
    https://MVP.support.Microsoft.com/profile/Brian.Tillman
    If a response may help, please vote it as useful. If a response to the problem, please mark it as an answer.

  • Need help with adding a prefix to a form Acrobat text field

    I'm competent enough with Acrobat forms, but not so much with javascript...

    I need to make a custom format for a text field where he adds a prefix.

    example: 12345 user, I need to display in the form of '2011-2012-12345 ".

    12345 could be any number of characters, but the 2011 - 2012 - "is fixed... any javascript help would be greatly appreciated!

    Add to that the custom of your domain format script:

    If (event.value! = "" ") event.value = ' 2011-2012-" + event.value; "."

  • Need help with sending Email with LabWindows 8.5 or 9

    Hello

    I try to send an email to attach files by using InetSendMail function and prospects activeX and always having unsuccessfully excel thereon.

    I'm still a student so I don't have much time to research these functions, if im asking for an example of code to work for this problem.

    Thank you're help in advance...

    I also tried to change the examples in the package

    Hello

    See using system and functions of LaunchExecutable (Ex).

    He explains how to make command-line calls in CVI.

    You will probably have to build the appropriate using sprintf, Fmt, etc., depending on your needs command line string.

  • Need help with the calculation on the invoice form

    I've never used Adobe Acrobat and know nothing about JavaScript.  I am creating a form of invoice.  I have it almost complete but can't do 2 things resolved.

    1. If a line on the invoice is not used, I need the amount column empty, not 0.00.

    2. I need to add 2 totals (parts and labor) and calculate the sales tax on the total of these 2 items.

    Everything I read is way over my head. I'm an accountant, not a programmer!

    Thank you

    # 1, you can configure a custom JavaScript validate it is simply:

    // Custom Validate JavaScript
    if (+event.value === 0) event.value = "";
    

    # 2, use the simplified notation next to the calculation field:

    Parts * work * 0.085

    Replace 0.085 with tax rate that you use

  • need help with sending e-mail s

    Hello

    I wrote a procedure to send an e-mail notification to third parties. (unless org). How to update successfully. When I run this procedure... I get an e-mail like that...! Each thing to come in the line object only. Please advise... !!
    test From: [email protected]: 15-DEC-2011 02:06:29To: 
    [email protected] Hi Rekha
    
    test -- subject
    Hi Rekha -- body
    CREATE OR REPLACE
    PROCEDURE xxgw_email_notf(p_mail_subject IN VARCHAR2,
                              p_mail_bdy  IN VARCHAR2,
                              p_mail_body in varchar2,
                              p_from_email in varchar2,
                              p_to_email in varchar2) 
    is
    L_MAILHOST varchar2(64) := 'something.local';  -- for security purpose I have given like this.
    L_FROM varchar2(64) := P_FROM_EMAIL; 
    l_to VARCHAR2(64) := p_to_email; 
    l_mail_conn UTL_SMTP.connection;
    --l_subject           VARCHAR2(100);
    begin
    l_mail_conn := UTL_SMTP.open_connection(l_mailhost, 25);
    UTL_SMTP.helo(l_mail_conn, l_mailhost);
    UTL_SMTP.mail(l_mail_conn, l_from);
    UTL_SMTP.RCPT(L_MAIL_CONN, L_TO);
    --UTL_SMTP.data(L_MAIL_CONN,'Hi Testing');
    --UTL_SMTP.DATA(L_MAIL_CONN,'Sahithya Just test now');
    UTL_SMTP.OPEN_DATA(L_MAIL_CONN);
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, 'Subject: '||P_MAIL_SUBJECT||CHR(13));
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, 'From: '||P_FROM_EMAIL||CHR(13) );
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, 'Date: ' || TO_CHAR(sysdate, 'DD-MON-YYYY HH24:MI:SS')|| Chr(13));
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, 'To: '||P_TO_EMAIL||CHR(13) );
    --UTL_SMTP.WRITE_DATA(L_MAIL_CONN, ''||CHR(13));
    UTL_SMTP.WRITE_DATA(L_MAIL_CONN, P_MAIL_BDY||CHR(13) );
    UTL_SMTP.write_data(l_mail_conn, p_mail_body||Chr(13) );
    UTL_SMTP.close_data(l_mail_conn);
    UTL_SMTP.quit(l_mail_conn);
    
    EXCEPTION
    WHEN utl_smtp.PERMANENT_ERROR THEN
    fnd_file.put_line(fnd_file.log,'Permanent Server Error');
    dbms_output.put_line('Permanent Server Error');
    
    WHEN UTL_SMTP.TRANSIENT_ERROR THEN
    fnd_file.put_line(fnd_file.log,'Transient Server Error');
    dbms_output.put_line('Transient Server Error');
    
    WHEN UTL_SMTP.INVALID_OPERATION THEN
    FND_FILE.PUT_LINE(FND_FILE.log,'Operation is invalid');
    DBMS_OUTPUT.PUT_LINE('Operation is invalid');
    end xxgw_email_notf;
    Please advise me where I have error... !!!

    Concerning
    His


    It works in 10g DB

    DECLARE
    v_From VARCHAR2 (80): = "[email protected]";
    v_Recipient VARCHAR2 (120): = "[email protected]";
    v_Subject VARCHAR2 (80): = 'test subject 2';
    v_Mail_Host VARCHAR2 (30): = 10. ??? " ; -The IP Address of the mail server
    v_Mail_Conn utl_smtp. Connection;
    CRLF VARCHAR2 (2): = Chr (13) | Chr (10);
    v_dt VARCHAR2 (30): = to_char (sysdate, ' Dy, DD month YYYY hh24:mi:ss');
    BEGIN
    v_Mail_Conn: = utl_smtp. Open_Connection (v_Mail_Host, 25);
    UTL_SMTP. HELO (v_Mail_Conn, v_Mail_Host);
    UTL_SMTP. Mail (v_Mail_Conn, v_From);
    UTL_SMTP. RCPT (v_Mail_Conn, v_Recipient);
    UTL_SMTP. Data (v_Mail_Conn,
    ' Date: ' | v_dt | CRLF.
    ' De : ' || v_From | CRLF.
    "Subject: ' |" v_Subject | CRLF.
    ' De : ' || v_Recipient | CRLF.
    CRLF.
    "some text" | CRLF.     -Body of the message
    "more text of the message. CRLF
    );
    UTL_SMTP. Quit (v_mail_conn);
    EXCEPTION
    WHEN utl_smtp. Transient_Error or utl_smtp. Permanent_Error then
    raise_application_error (-20000, "cannot send an email: ' |") SQLERRM);
    END;
    /

    Thanks & best regards,
    Human

  • Detailed Contact form send an e-mail on the desktop but not Mobile

    I have a Contact form detailed on my Desktop and Mobile versions of my site. The form sends end from the office, but the same shape are not sent from the mobile website. The enamel used is linked to my domain name. Any idea on what I'm missing?

    Thanks in advance.

    You are right. That would have helped completely. I sort of fixed this problem.

    I created the form this time, starting with the standard and added contact form widget additional fields, I thought that I needed the form detailed for widget and now it works. Strange.

  • Contact form suggestions send via my email

    When clients send emails via the contact form on the website of my clients my client receives emails from my email.

    I've attached a screenshot of what looks like the question.

    IMG_0353.PNG

    the auto site is linked to your account lersun93 Skyand this is how Adobe BC is implemented.

    • You can change the widget = no
    • Can you build a few custom widget that allows you to hide (or use a different email) = maybe... the code is easy, but laws change from one country to the other about it because of spammers.

    workaround solution simple = define an Adobe ID for your customer with their email that they like and then use that id to download site... allow up to a week for the dns of transfer if the domain name has been around for a while.

  • reCAPTCHA does not send emails to the address form

    I installed a simple form for people to subscribe to a newsletter, I've included reCAPTCHA. I went to Google and got codes inserted in the form. The e-mail address that is to receive the information from the form is part of my field. I tried several times and with several email addresses, but I still have not received a single email yet. Can someone help me or if anyone else has had this same problem.

    Hello

    Please visit this link

    Diagnostics Muse PHP

    It seems that your server is not configured correctly, contact your host and let them know about the SQL configuration problem

    only they can fix. You can get additional help with this article

    Troubleshooting Muse form used on the servers of third party Widgets

    Let me know if you have any question.

  • Request contact form case management process

    Users of gDay BC

    I have a client who wishes to use BC e-mail that way BC intends it to be used. However, I don't have a good explanation of how this is done.

    For example, when a client sends a request for contact form, my customer receives a notification of workflow, which then opens the secured link that takes him directly in the case.

    It then uses the response of BC from inside this case area. Then the original customer receives the email responded with a chance to "answer above this line" and start a thread of emails. After that the customer does not respond, the following e-mails occur only in e-mail and without CB customers. Is this normal? I thought all emails would be kept in the database, and a wire will be held which is officially in British Colombia.

    Can someone point me to a page that explains the process that intends to make of the BC system to the customer?

    see you soon

    Darryl

    GDay Mario and Liam

    I read on the TSA in the knowledgbase BC now, and I see that it has to be configured. I've been wrongly feel that emails from data collected have been setup by default, then he thought mysterious that they were not the fact.

    Thanks for that I see that he needs to be put in place, so I'm going to jump in, I'm eager to get this permit.

    see you soon

    Darryl

  • Contact form set out

    Hello

    Y at - there someone who can help me with the presentation of my contact form? I can't get an out lay equipped...

    You can find the form here: http://www.verdoncklaarne.be/contact.html

    As you can see, the boxes are not placed after the label and the boxes are not yet visible to all the...

    Thanks in advance!

    Friend,

    Ruth

    Here's everything that you really need for shape:




    Of more this css:

  • Need help with tranfering Acrobat 2008 license.

    Hello

    I need help in the transfer of the license of Acrobat 2008 from one company to the other. The license has been purchased in 2008 and after acquiring the license is not transferred. We want to transfer the license and save it under the name of our Organization. Please help with the procedure and the contact details of this process.

    Thank you

    Santosh KN

    http://helpx.Adobe.com/x-productkb/policy-pricing/transfer-product-license.html

  • Contact form: Thanks but no thanks, BC

    I have a contact form that I created from scratch using widgets in Muse. The biggest disappointment is that it is not an option for the boxes, and to my knowledge, this isn't a feature that was available.

    Here is the form, now, you must enter an "x" in the field personalized, which is more than likely, encouraging the 90% of people do not fill out this form. http://www.urbanedgeliving.com/leasing-contact.html

    I signed in British Colombia and has seen that there is an option to add a Web form, but it seems to be a lot of code involved, and I know not how I would integrate this code with my already beautifully appointed contact form (i.e. I am using Muse because I'm not very good with the code and will not waste his time with HTML all day).

    I wonder if there are any suggestions on how I can integrate a bit without pain a box without having to abandon the form I created in Muse. Thoughts appreciated.

    Hello

    With Adobe Muse CC 20141, reCaptcha and checkbox field can be added to forms.

    Please install our latest update to try out these new features.

    Release notes | Adobe Muse CC

    Thank you

    Sanjit

Maybe you are looking for

  • Install a touchscreen on the terminal.

    Hello I have a touch screen with windows CE6.0 software. When I logg as administrator on my terminal and find the software. I click on the software, but there is no response. Is sorry knows how can I install the software for/on my HP T5550 terminal t

  • Disappearance of pointer on Windows 8 ASUS Touch screen laptop computer

    I am facing the same problem of pointer endangered. I tried two or three the option, and it still does not. Even if I restart my laptop it is always the same. I use Windows 8 on the touchscreen ASUS computer laptop since December and I only asked Mic

  • APEX 5 - bad position for standard report view break column

    Helloin the standard report, if I put in the set break-shaped section, the first column as a column break and style of "repetition position break."the first position 'closed' break is inserted after the headers, the following text is in the right pla

  • Form since InDesign elements does not not in Acrobat

    If this started as a seemingly complex a big form problem in InDesign and problems when convert them to PDF and read in Acrobat. But as I repeatedly simplified things I was trying to do, in order to get to the root of the problem, I came to the concl

  • Need Adobe XI. DC does not work with the plugins I use.

    I'm on a Mac and I need Acrobat XI as DC does not work with the plugins that I use at work. We have a subscription to the CC. I downloaded the software XI from here: https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html but it asks for a serial n