Form Help button send please

The following code worked on another server.  I need to redirect to the new server, but for the life of me I can't understand it.  Can someone tell me how to do what you please?

" < form name = method ="POST"action ="form"" http://www.example.com/action, php onsubmit ='document.form.masterPage.value = document.location.href; >

When you have a form, the form must point to something so that the action of pushing a button on the page has the Web site to do something.

Well enough to show the form. In my case, 'this' is a php page that does most of the actual work. I don't think it's a good idea to put a 'mailto' on a Web site, because it invites spam. This would announce his e-mail address to all spammers robots in the world. I don't do it for me and I won't for a customer.

So, in my case, 'this' is a php call.

Here, your question should probably migrate to php help section, but I'll offer a solution:

<>

mail ("[email protected]", $subject, $message, $from);

?>

In php, the 'mail' command will tell a server (which can send an email) to send an e-mail to the address, as well as the text that you put in place for the subject of the e-mail, the text of the message and the text from the form to the name or the address email of the person who fills out your form.

The php call "doubts" treats the information of the form on a computer and you use php to analyze that the display for the information you need on your form. You can also have check php for the validity of the form or spaces where you don't want and stop the script if the visitor has not filed form:

If (! $visitormail == "" & (!)) strstr($visitormail,"@") | ! strstr($visitormail,".")))

{

ECHO '.

Use Back - enter a valid e-mail

\n » ;

$badinput ="

Your message has NOT been submitted.

\n » ;

echo $badinput;

Die ("Go back!");

}

If (($Visitor) Empty | empty ($visitormail): ($visitorphone) empty | empty ($notes)) {}

ECHO '.

Use your Back button - fill in all the fields, no message has been sent.

\n » ;

Die ("use back!");

}

The first "If" statement checks something approaching an email real address, the second checks for empty fields that are required.

That should help you get started.

Tags: Dreamweaver

Similar Questions

  • a form two buttons send to different URLS

    I have a confirmation page to two buttons will be sent to the payment page, the other needs to access anthers URL and I'm totally stuck on how to do it. I've added comments where the button should sit and where to go,

    That's what I

    the script

    <? PHP

    $editFormAction = $_SERVER ['PHP_SELF'];

    If (isset {}

    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);

    }

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == "form1")) {}

    $insertSQL = sprintf ("INSERT INTO beaubeau_orders (OrderID, CustomerID, OrderDate, shipping, Discount, tax, Total, TransactResult, imx) VALUES (%s, %s %s, %s, %s, %s, %s, %s, %s)", ")

    GetSQLValueString ($_POST ["OrderID"], "text").

    GetSQLValueString ($_POST ["CustomerID"], "int").

    GetSQLValueString ($_POST ["OrderDate"], "date").

    GetSQLValueString ($_POST ['shipping'], "double").

    GetSQLValueString ($_POST ['Discount'], "double").

    GetSQLValueString ($_POST ["tax"], "double").

    GetSQLValueString ($_POST ['XC_Amount'], "double").

    GetSQLValueString ($_POST ['TransactResult'], "text").

    GetSQLValueString ($_POST ["'imx"], "int"));

    @mysql_select_db ($database_beauSS15, $beauSS15);

    $Result1 = mysql_query ($insertSQL, $beauSS15) or die (mysql_error ());

    }

    X Cart

    $useSessions = false;

    $XCName = "beaubeau;

    $XCTimeout = 1;

    $XC_ColNames = array ("StockID", "ProductID", "Size", "Quantity", 'Name', 'Price', 'Stock', 'Total');

    $XC_ComputedCols = array ("","","","","", "", "","Price");

    require_once('XCInc/XCart.inc');

    $colname_rsCustomer = "1";

    If (isset($_SESSION['MM_UserAuthorization'])) {}

    $colname_rsCustomer = $_SESSION ["MM_UserAuthorization"];

    }

    @mysql_select_db ($database_beauSS15, $beauSS15);

    $query_rsCustomer = sprintf ("SELECT * FROM beaubeau_customers WHERE the beaubeau_customers.") (CustomerID = %s", GetSQLValueString ($colname_rsCustomer,"int"));

    $rsCustomer = mysql_query ($query_rsCustomer, $beauSS15) or die (mysql_error ());

    $row_rsCustomer = mysql_fetch_assoc ($rsCustomer);

    $totalRows_rsCustomer = mysql_num_rows ($rsCustomer);

    to pass URL parameters

    If (! session_id()) session_start();

    If (isset($_SESSION["x_urlstr"])) {}

    $x_reqstr = $_SESSION ["x_urlstr"];

    session_unregister ("x_urlstr");

    }

    Repeat XCart region * (do not remove this label)

    Redirect if XCart is empty *.

    $XC_RedirectIfEmpty = "SS15cart.php";

    If (isset($_SERVER["QUERY_STRING"])) {}

    $XC_RedirectIfEmpty. = « ? ». htmlentities($_SERVER["QUERY_STRING"]);

    }

    If (isset(${$XCName}["contents"]) & & (sizeof(${$XCName}["contents"][0]) == 0)) header ("Location:".) $XC_RedirectIfEmpty);

    validate x limit

    $XC_invalidItems = "";

    $XC_lim = "";

    $iCol = array_search("Quantity",${$XCName}["ColNames"]);

    $iSrc = array_search("Stock",${$XCName}["ColNames"]);

    for ($iVal = 0; $iVal < sizeof(${$XCName}["contents"][0]); $iVal ++) {}

    {If (${$XCName} ['material'] [$iCol] [$iVal] > {${$XCName} ["content"] [$iSrc] [$iVal]})}

    If ($XC_invalidItems! = "") $XC_invalidItems. = «- » ;

    $XC_invalidItems. (string) = ($iVal + 1);

    If ($XC_lim! = "") $XC_lim. = «- » ;

    $XC_lim. (string) = ${$XCName} ['material'] [$iSrc] [$iVal];

    }

    }

    If ($XC_invalidItems! = "") {}

    $XC_invalidItems = "(".) " $XC_invalidItems. "by";

    $XC_lim = "(".) " $XC_lim. "by";

    $x_limErr = "the articles $XC_invalidItems exceed the available stock of $XC_lim";

    }

    Add delivery according to area: fixed

    @mysql_select_db ($database_beauSS15, $beauSS15);

    $XC_ShipSource = "SELECT Value FROM beaubeau_shipbyzone WHERE the area = '". $row_rsCustomer ['country']. "'";

    $XC_rsShip = mysql_query ($XC_ShipSource, $beauSS15) or die (mysql_error ());

    $row_XC_rsShip = mysql_fetch_assoc ($XC_rsShip);

    $XC_Shipping is $row_XC_rsShip ['value'];. When free shipping, done using the varialble

    $XC_Shipping = 0;

    $XC_rsShip = null;

    DISCOUNT NEW QUERY.

    @mysql_select_db ($database_beauSS15, $beauSS15);

    $query_rsDiscount = "SELECT * FROM beaubeau_discounts";

    $rsDiscount = mysql_query ($query_rsDiscount, $beauSS15) or die (mysql_error ());

    $row_rsDiscount = mysql_fetch_assoc ($rsDiscount);

    $totalRows_rsDiscount = mysql_num_rows ($rsDiscount);

    $discountName = $row_rsDiscount ["discountName"];

    $discountExpire = $row_rsDiscount ["discountExpire"];

    $discountAmount = $row_rsDiscount ["discountAmount"];

    NEW APPLICATION OF DISCOUNT END.

    new discount code

    If (isset($_POST['discount']) & & $_POST ['discount'] == "BOO")

    {

    $multiplier = 0.8;

    }

    on the other

    {

    $multiplier = 1;

    }

    Calculate the Total general

    $XC_GranTotal = ($XCart_sumTotal * $multiplier) + $XC_SalesTax + $XC_Shipping;

    before this reduction * $XC_GranTotal = $XCart_sumTotal + $XC_SalesTax + $XC_Shipping-$XC_Discount;

    query string

    $x_urlstr is "amount =". number_format ($XC_GranTotal, 2). '& firstname ='. UrlEncode ($row_rsCustomer ['FirstName']). '& lastname ='. UrlEncode ($row_rsCustomer ['LastName']). '& cemail ='. $row_rsCustomer ['email']. '& caddress ='. UrlEncode ($row_rsCustomer ['Address']). '& clocation ='. UrlEncode ($row_rsCustomer ['Town']). '& cprovence ='. UrlEncode ($row_rsCustomer ['County']). '& czip ='. $row_rsCustomer ['postal code']. '& ccountry ='. UrlEncode ($row_rsCustomer ['Country']);

    $_SESSION ["x_urlstr"] = $x_urlstr;

    session_register ("x_urlstr");

    Save XCart contained in table *.

    require_once('XCInc/XCsaveAction.inc');

    If (isset($_GET['XC_SaveCartToTable']) & & ($_GET ['XC_SaveCartToTable'] == '1')) {}

    $XC_destColName = array("SKU","ItemID","UnitSize","Quantity","","UnitPrice","","Total");

    $XC_destColType = array("num","str","str","num","num","num","num","num");

    $XC_orderId = $_SESSION ["OrderID"];

    $XC_tableName = "beaubeau_orderdetails";

    $XC_OrderIDCol = "OrderID";

    $XC_OrderIDType = 'NB ';

    $XC_AddToTableRedirect = "SS15paypal.php?$x_reqstr";///these is the URL where the buttons should send. "

    $XC_AddToTableRedirect = ' paypalpro1.php?$x_reqstr";//// here's the URL where the buttons should send .

    $XC_conName = "beauSS15";

    require_once('XCInc/SaveXCartToTable.inc');

    } ? >

    the form is here

    < do action = "<?" PHP echo $editFormAction;? ">" method = "POST" name = "form1" id = "form1" >

    < input name = "Button" type = "image" src = "images/proceed.jpg" value = "Pass to secure the server" / > "

    "< input name ="Button"type ="image"src =" images/proceed.jpg"value =" PAY BY CREDIT CARD "/ > <!--this is the second button-->

    < input name = "OrderID" type = "hidden" value = "<?" PHP echo $_SESSION ["OrderID"];? ">" / >

    < input type = "hidden" name = "Shipping" value = "<?" PHP echo $XC_Shipping;? ">" / >

    < input name = "Discount" type = "hidden" value = "<?" PHP echo $XC_Discount;? ">" / >

    < input type = "hidden" name = "Tax" value = "<?" PHP echo $XC_SalesTax;? ">" size = "32" / >

    < input type = "hidden" name = "XC_Amount" value = "<?" PHP echo $XC_GranTotal;? ">" / >

    < input type = "hidden" name = "CustomerID" value = "<?" PHP echo $row_rsCustomer ["CustomerID"];? ">" size = "32" / >

    < input type = "hidden" name = "OrderDate" value = "<?" PHP echo date("Y-m-d")? ">" / >

    < input type = "hidden" name = "MM_insert" value = "form1" / >

    < input type = "hidden" name = "XC_Limit" value = "<?" PHP echo @$x_limErr;? ">" / >

    < input name = "TransactResult" type = "hidden" value = "awaiting payment" / >

    < input name = "imx" type = "hidden" value = "2" / >

    < / make >

    There must be a right of liquidation?

    How many times I have to tell you that the syntax is incorrect. Please read the previous answers posted carefully, otherwise it's a complete waste of time

    YOU HAVE BRACKETS LACK IN THE CODE YOU HAVE POSTED (BELOW IN RED)

    If (is_numeric($_POST['buttonClicked']) & ($_POST ['buttonClicked'] == 1))

    ElseIf (is_numeric($_POST['buttonClicked']) & ($_POST ['buttonClicked'] == 2))

    You must get the right code until it had a chance to work - its just not good 'hoping' its going to work.

    You took the code I provide in my example and tested, you will find that it works. It's the starting point at which you should engage and whenever you introduce a new piece of test code.

  • M help button animate please

    HI there, I have a question about buttons, trying to port my apps to animate the edge of Flash.

    I have a non-linear application where I would like the button has the label 1 to onClick access label X.  Label 2 button navigates to the label, etc.

    The app is non-linear and if I use sym.stop("label1"); code for the button, I can't change it in a different place in the timeline without bringing in another instance of the button.  In Flash, I just create keyframes for the same key, and on different key frames onClick code accesses different labels.

    So basically I need code for the button or in the Actions layer to say "when the 1 button is on label X, onClick accesses the label 2"

    Sounds easy (?)... someone out there can help?

    Thank you very much

    Kimberly

    Bridge happy seven, I could get this to work with the file your prev for me. I used a variable to check where you so that you can click on it and be in the right place.

  • Button send email, do not give the full form

    Hi guys

    I am new to LiveCycle Designer, so my problem can be something very simple that I missed.

    I have a simple form that I intend to use for my clients in training sessions to book with. There will be emailed to them or downloaded from my Web site to fill out and the submissive me via the button send email at the bottom of page 2.

    My form has no fancy coding or content Dynamics - simple text fields and combo boxes. The subform spread 2 pages and everything is included in just a subform.

    The send e-mail button compose an email with the attached xml file, but the xml file contains the data in the tables on page 2 - 1 page fields is completely ignored.

    Can someone help me out with this please, I would really appreciate it.

    Hello

    If you look at the object / link tab, then select subforms and various objects. You will see that on page 1, that they are set to 'None '. considering that you will need these together on 'Normal', as the table on page 2.

    If the link is 'None' then send xml does not display these values. If the link is 'Normal' then the data will be returned.

    Good luck

    Niall

  • I have a problem with the resolution of the text of the button send the form

    I have the problem that the text of the button send in my form is pixelated version of the phone. I dind't placed an img in button. The text and the rectangle is generated in muse. If I create a rectangle with text in the scia, even for the version of the phone, there no pxilated.

    Then why get the button send pixilated with the same settings.

    I am very happy if someone can help me.

    Hi, I had the same problem, and because the design is very important to me, I solve it by cheating a bit :)

    You can see in my form here: http://lemarket.cz/prezentace2016prodejci.html#slide12

    I have a form button with no fill style, no color, no text for all States.

    I have inserted my button in the form (I put size and rounded corners in the same way that the button on the form ).

    The only problem is, that the State of your button does not work / because it's under another layer.

    But that I realize, that I can set for original form button rollover State / with an opacity of 10%, it will be possible to see my button below, just the color changes and it now works together :)

    I know that's not technically correct, but it works... for the design

    Elena

  • Firefox 4 does not save form data after sending form and pressing the previous button

    Firefox 4 does not save form data after sending form and pressing the back button... It's very annoying that it erases all data. It worked fine on FF3.

    See:

    • Firefox or tools > Options > privacy > History: "don't forget to search and form history."
  • How can I get the button 'send' on an application form to be sent to a specific e-mail address?

    Hi, I use cc DW and have created a Web site by using one of the models of "bootstrap". How can I get the button 'send' on an application form to be sent to a specific e-mail address? I put:

    " < button type ="submit"id ="feedbackSubmit"class =" btn-primary btn btn - lg "style =" margin-top: 10px; "method ="post"action =" mailto: [email protected] "enctype =" text/plain"> Send < / button > " "

    The source code for the model:

    "< button type ="submit"id ="feedbackSubmit"class =" btn-primary btn btn - lg "style =" margin-top: 10px; ' > Send < / button >

    Should I put in a new bootstrap or jquery function or change one for code work?

    See you soon

    Karen

    Take a look at this tutorial to see what it Alt-Web Design & Publishing: Contact form sensitive with 3.2 Bootstrap and PHP (part 1)

  • I lost my button send, how do I get it back?

    I didn't send it later button and I unchecked a few things to get the button send back and now I have no send button. Can you help me, please?

    When your changes in a button Send button Send later Thunderbird went offline. You told Thunderbird to go offline or your computer lost connection network and States of Thunderbird has changed because of that.

    Next time instead of click on a lot of things that you can not remember and put them backwards, look in the lower left corner of the window of Thunderbird for the Online/Offline icon. It looks like 2 computer screens. When you have a red cross over it, you are in offline mode. Click on this icon to change state.

    Now for your problem.
    Open a window of writing
    The Menu bar, select View-Toolbars and click the toolbar of Composition on.
    If you have managed to remove the also menu bar, press the alt key to appear briefly and click it when you have in the menu of the toolbar.

  • My contact form doesn't send e-mail.

    My contact form doesn't send e-mail. When I try to send something, I get the following error message. [email protected] an error occurred trying to deliver mail to the following recipients: (with my email I'm sending to).

    I looked through the forums and they all seem to be third party accommodation problems, but I'm hosting with business catalyst. Please help

    Amazon have their own rules for email and you'll have to tell them that you want e-mails from your Web site address to pass through firewalls.

    Read their help page = AWS | Amazon Simple Email Service (ITS) - Cloud Services based email

  • Contact form will not send any e-mail.

    Hi all!

    My contact form will not send to my email. When I click the button submit it says message sent, but in reality it has not sent anything. Can someone please?

    My Html code:

    " < form method ="post"action =" MAILTO: [email protected] "enctype =" text/plain"> "

    < div align = "right" >

    < p > < span class = "message" > name: </span >

    < input type = "text" size = "50" name = "FirstName" padding = "5" placeholder = "or anonymous" > < br >

    < /p >

    < p > < span class = "message" > Email: </span >

    < input type = "text" size = "50" name = "email" placeholder = "Option if you want an answer back" > < br >

    < /p >

    < p > < span class = "message" > Message: </span >

    < textarea = 'message' id = cols 'message' name = "45" rows = placeholder "27" = a "request prayer for yourself" or someone else > < / textarea >

    < /p >

    < input name = "Submit2" type = 'submit' class = "submit" id = "Submit" value = "Submit" / >

    < / div >

    < / make >

    < / div >

    < do action = "sent_form.php" method = "post" enctype = "text/plain" name = "form2" id = "form2" > "

    < / make >

    < form id = "form1" name = "form1" method = "get" action = "mailto: " [email protected] ">

    < / make >




    Here is my PHP code:

    <? PHP

    $first_name = $_POST ["FirstName"];

    $email = $_POST ['email'];
    $message = $_POST ['message'];

    $to = " [email protected] ";

    $subject = 'new Message ';

    mail ($to, $subject, $message, ' from: '. $first_name. $email);

    echo "thank you."

    ? >

    Your PHP script is not enough.  It must contain your email address, disinfect & validate form input fields, etc...

    Your HTML form must never contain your email address.

    If your PHP script is in a separate file, you must reference it in the action attribute of the form as follows:

    action = "votre-forme-a-e-mail-script.php".


    PHP 5 forms validate email and URL


    Nancy O.


  • Muse contact form doesn't send emails.

    Muse site contact form doesn't send emails.  I make a form control using this link http:/my_site.com/scripts/form_check.php.  It gives the message this SQL configuration problem.

    Please help solve this problem.

    Hello

    Please contact your web hosting provider about the problem of server configuration. Describe the elements that are not marked in green in the form verification page, so that they can help you configure the servers to use the correct settings.

  • contact form will not send any form to email designated

    I used this mailform simple php before and it worked fine.

    Work and send me appropriate Mercia page that links to the form itself, but the form by email never makes it to the designated address in the mailto the php file.

    I would really appreciate help someone.

    the php script is as follows:

    < ! 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 "/ >"

    < META HTTP-EQUIV = "refresh" content = "0; URL = thankyou.html">

    EmailForm < title > < / title >

    < / head >

    < body >

    <? PHP

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

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

    $comments = addslashes($_POST['dimensions']);

    $comments = addslashes($_POST['wood-sample-number']);

    $comments = addslashes($_POST['address']);

    $comments = addslashes($_POST['message']);

    $continue = "thankyou.html";

    You can specify which email you want your contact form to be emailed here

    $toemail = " " [email protected] "; "

    $subject = "of timsframes.com."

    $headers = "from: timsframes.com". "\r\n". "

    ' Reply-To: [email protected] '. "\r\n" .

    "X-Mailer: PHP /'. '. phpversion();

    $body = "name:". " $name. » \n »

    ." E-mail: '. '. $email. » \n »

    ." "Message:

    . $comments;

    If (! ereg ("^ [a-zA-Z0-9_] + @[a-zA-Z0 - 9-] + \.")) [a-zA-Z0 - 9-------.] + $"(, $email))"

    {

    echo "is not a valid email address.  "Please return to the.

    . "previous page and try again. ';

    "exit";

    }

    mail ($toemail, $subject, $body, $headers);

    echo "thank you for sending your message."

    ? >

    < / body >

    < / html >

    The site is http://www.timframes.com

    The accessible contact form from the navigation bar most every page at this stage

    Is the email address, it is sent to: [email protected] which is hosted on the same server as the site itself.

    Thanks for any help that you could provide!

    FM

    @Faith: you are welcome!

    Here's a simple Anatomy how it works:

    You have an HTML form that collects user input and you assign a "name" to each of the input fields - fname lname, email, phone, etc...

    And you set up the form for 'post' that data to a code of "php".

    So when your PHP code is running, he's trying to 'get' data that submits the HTML form - and it gets these data in input names / ID that has your form HTML:

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

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

    $comments = addslashes($_POST['dimensions']);

    You define a variable for each of the question for example: $name picks up 'name' data in your HTML form and so on.

    Then you say your PHP script to use the mail() function to send data to a predefined address.

    That's the key. There are a lot more, you can do with your PHP code - for example, the format of the data in a 'table' and then email it to you. Or, once the form is sent, send an email to you and the person who used your contact form.

    On a sidenote, there is a nice PHP class, that you can use to manage e-mail. It supports SMTP authentication as well (if your server does not support or disable the php mail function). You can get it here: http://sourceforge.net/projects/phpmailer/

    Happy learning!

  • Button send email from preSubmit of the event

    I am working on a study that contains the send e-mail button.  When a user clicks the button, their study should be tested for three conditions.  The first is that all mandatory questions have an answer.  These answers are yes/no radio buttons.  The second is that if the user has answered 'No' to one of the first seven mandatory questions, they must submit a corrective action form.  A message box appears to inform the user that they must fill out the corrective measures which becomes visible, as the last page of the survey, in the click event of the radio button 'no '.  When the user has entered the field of corrective measure a response and click send by e-mail once again button, the investigation should then let them finish the presentation of messaging.  The following code is in the preSubmit action form:

    Form1::preSubmit:form - (JavaScript, client)

    If (CorrectiveAction.presence == 'visible')

    {

    If ((CorrectiveAction.rawValue == null) |) (CorrectiveAction.rawValue == ""))

    {

    xfa.event.cancelAction = true;

    xfa.host.messageBox ("Please complete section of corrective measures at the end of this form.");

    }

    }

    I currently have following problems:

    In Adobe Pro 9:

    The send e-mail feature is not cancelled if the user has not filled the form of corrective action.

    In Adobe Reader 9:

    The send e-mail button does not at all, but the message box is displayed if the box 'no' has been selected.

    You can provide any assistance would be greatly appreciated.

    Change the property type button instead of the button send email, and then assign the Submit control Type.

    Tab submit, together submit it as to what your condition is... XML / PDF etc...

    Instead, copy the following code in the preSubmit event after all your validations are completed.

    Declare variables to hold the values

    var strToAddress, strCCAddress, strSubject, strMessage

    Assign values to the variables above according to the needs...

    event.target.submitForm ({cURL: "mailto:" + strToAddress + "?"}) subject = "+ strSubject +"& body ="+ strMessage, cSubmitAs: 'PDF'});"

    Sample is here...

    https://Acrobat.com/#d=pFyQRZ * C1TYAlU * 8VOpV8A

    Thank you

    Srini

  • Problem with the look and feel of the button send on the OA Page - Urgent

    Hello

    We have created several buttons in a custom of OA Page validate.

    Several buttons confirm with guest like 'Go', 'Apply' display correctly
    but little present created buttons with prompt like 'EndDate' or 'Confirm' appear as HTML buttons (grey and square-shaped)
    If I change the prompt to "Go" once again it works fine. How can I solve it?

    Any info would be a great help.

    Thank you
    Kassy

    Hi Katy,.

    It has nothing to do with the buttons send prompt...

    Please confirm your instance of the ADMINISTRATOR that the X display server is ON or not.

    This is because only because of this...

    Thank you
    Gerard

  • Where is the messages the button 'send '?

    I see a button a blue circle with an arrow pointing up. I'm guessing that this button brings me to the top of the conversation. It is where the word 'send' used to be. So, where is the button 'send '?

    This arrow is the new Send button. In addition, if you hold down this key before sending a message (or 3D touch if you have a 6 or higher), you can change the appearance of your message, or you can add things to the screen with this message. I hope this has been helpful!

Maybe you are looking for