The Email address in the Contact form

I understand that when a person gives a user form, it will send it to the address in the widget and set the "From" e-mail address as the e-mail address used to publish the site.

Is there a way to change this address at all without having to use a different domain account to publish the site?  Can I change in British Colombia somewhere?

Go to the form in the admin - click the autoresponder and edit details.

Tags: Business Catalyst

Similar Questions

  • Change of destination for the Contact form email

    Hi all

    I configured my portfolio page and was delighted to learn that you could add a form of contact rather than having to reveal your email address in the world. It is just an issue.


    The email address that I use for my Adobe ID is not my main job email, I use a secondary address. Whenever I created the contact form he began to send emails to my secondary address, when in fact, I want that they arrive in my Inbox from hauptwerk.


    I changed my Adobe ID to my primary address to see if it works, but no joy. emails are always landing in the wrong Inbox.

    My question: is some way you can change your email address for portfolio Adobe so that submitted emails a contact form come in a different Inbox?

    Thank you

    Angus

    Hey Angus! You can change the e-mail address that you want to use by following these steps:

    1. place the cursor on the contact form and click on the pencil icon that appears in the upper left corner

    2. click on customize

    3. then click on the Options tab of the form

    4 change email address

    5 valve

  • IP address in the contact forms

    I realized the contact forms created in Muse when e-mailed automatically contains the IP address of the user. Because of the laws on the confidentiality of the data, we do not want the IP address to be transmitted. It's showing us the incoming mail:

    "Von ubermitteltes Formular Web site: www.xxx.de .

    "Visitor IP address: xxx".

    How can we prevent the contact form or email generated to transmit the IP address of the user?

    It's a thing, what you need to do your company is something completely different, if you say here, 'it is not legal. Normally the IP address is very important information to identify the sender.

  • Emails generated by the Contact form widgets say they come to me rather than the person who generated the email?

    Can I change the emails generated by the Contact forms to say they come from me, to the address of the person who actually generated the request on the contact form? Or is it always automatically a link to my creative cloud account because that's how I'm hosting of Web sites?

    Because they come from you (at least from your account)... This is the account which uses the Web site to send the form to your email, which means that a user visits your Web site can send you this email "SAME" when they have not an e-mail account themselves.

    No, you cannot legialy change the address to theirs... that's a big no, no, in most of the country, but you can and should have a field of 'contacts' on your form that allows people to give you an email or phone number so that you can follow to the top.

    p.s., many people make the mistake of trying to force the contacts to mail in their forms and this offen feedback rounds people in addition to their use if they MUST tell you the color of their underware just to contact you about an offer of sale or the simple question then don't expect to get a large part of your forms.

  • PHP; receive the Contact form to multiple e-mail addresses

    I would like to know how to configure my PHP to send the message from the contact page of the site to more than an email. Please find my course PHP coding below;

    < body >
    <? PHP
    $name = $_POST ['name'];
    $contact_number = $_POST ['contact_number'];
    $email = $_POST ['email'];

    address1 $= $_POST ['Address1'];
    address2 $= $_POST ["address2"];
    $town = $_POST ['city'];
    $county = $_POST ['count'];
    $postcode = $_POST ['postal code'];

    $propertyType = $_POST ["propertyType"];
    $propertyArea = $_POST ['propertyArea'];

    $rearExt = isset($_POST['rearExt'])? "" Back to the floor extension: Yes ': "" back to the floor extension: No. ";"
    $sideExt = isset($_POST['sideExt'])? "' Land extension side: Yes": "' land extension side: No."; "
    $twoStoreyRear = isset($_POST['twoStoreyRear'])? "" Two-storey rear extension: Yes ': "" extension back to two floors: No. ";"
    $twoStoreySide = isset($_POST['twoStoreySide'])? "" Two-storey side extension: Yes ': "" extension aside two floors: No. ";"
    $loft = isset($_POST['loft'])? "" Loft conversion: Yes ":" ' Loft conversion: No. ";"
    $newBuild = isset($_POST['newBuild'])? "" New generation: Yes ': "" new generation: No. ";"
    $flat = isset($_POST['flat'])? "' Dish: Yes": "' dish: No."; "
    $other = isset($_POST['other'])? "" Others: Yes ': "" others: No. ";"

    $message = $_POST ['message'];

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

    $toemail = " " [email protected] "; "
    $subject = "of the Web site;

    $headers = "MIME-Version: 1.0\r\n";
    $headers = "content-type: text/html;" charset = iso-8859-1\r\n ";
    $headers = "from: $name <". "." $email. "' > \r\n";

    $body = "name: $name\r\n.
    E-mail: $email\r\n
    Contact No.: $contact_number\r\n

    Address1: $address1\r\n
    Address2: $address2\r\n
    City: $town\r\n
    County: $county\r\n
    Postal code: $postcode\r\n

    Type of property: $propertyType\r\n
    Property: $propertyArea\r\n

    Back to the floor extension: $rearExt\r\n
    Land extension side: $sideExt\r\n
    Two-storey rear extension: $twoStoreyRear\r\n
    Two-storey side extension: $twoStoreySide\r\n
    Loft conversion: $loft\r\n
    New generation: $newBuild\r\n
    Dish: $flat\r\n
    Other: $other\r\n

    Message: \r\n
    $message ';

    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 >

    With the php mail function, you can do a few things of different. The simplest is to add email to the variable declaration.

    Change this:

    $toemail = "[email protected]";

    To do this:

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

    You can also concatenate the value in the variable for headers to add cc, bcc, etc., respond to e-mail headers. Currently, your code has a header. Well, there are three lines to declare the value of the $headers variable, but only the last line is defined, in fact replaced. This is because the lines after the first header variable are not concatenated. Take a look at your code below:

    $headers = "MIME-Version: 1.0\r\n";

    $headers = "content-type: text/html;" charset = iso-8859-1\r\n ";

    $headers = "from: $name <".$email.">\r\n";

    It should have one. for lines of same variable after the first definition for concatenating the value of the variable as $headers below. Search for php concatenate on google for more information.

    $headers = "MIME-Version: 1.0\r\n";

    $headers. = "content-type: text/html;" charset = iso-8859-1\r\n ";

    $headers. = "from: $name <".$email.">\r\n";

    The \r\n at the end of the code represents a line break in the header. You can concatenate, or add to the value of the variable to the header, adding another line as follows. Note the. in the next line, which says a concatenation of the value of the variable. A BCC field with two additional addresses added to the e-mail header. You can add another line for cc or any other e-mail header that you like. Who should you get.

    $headers = "MIME-Version: 1.0\r\n";

    $headers. = "content-type: text/html;" charset = iso-8859-1\r\n ";

    $headers. = "from: $name <".$email.">\r\n";

    $headers. = "BCC: [email protected], [email protected]';"

  • When you create a new email a first letter of the contact request full email address on frequent contacts.

    original title: contact prompting

    When you create a new email a first letter of the contact request full email address on frequent contacts. How to extend the time, what he remembers of those contacts?

    WinMail remembers only 29 addresses used through the registry. These links will give you a few options.

    How to delete registration completion email in Windows Mail
    http://www.Winhelponline.com/articles/245/1/how-to-clear-the-email-auto-complete-entries-in-Windows-mail.html

    How to remove an address from the list of AutoComplete in Windows Mail
    http://email.about.com/od/windowsmailtips/Qt/et_del_autocomp.htm

  • How to remove the email field in the contact form

    Hello

    I have a problem with the contact form widget must. When I import the widget on the site, I can't delete the email from the contact form field. How can I delete? By pressing the delete key, nothing happens, click on the blue icon appears select required, it won't let me...

    Any help on how to remove the e-mail form would be great.

    Hi Brad,

    Thanks for coming back. Yes by using other forms solves the problem, but the widget is so quick and easy. Pitty this field cannot be deleted.

    See you soon

  • How can I email the contact form outside of Business Catalyst?

    I try to use the Muse and send the contact form, but not use Business Catalyst.  Any suggestions?

    Hello

    You can use your online form, with all other hosts. Please click the link below to see how you can use the webform widget

    Adobe help Muse | Work with the shape of Widgets

    Let me know if you have any question.

  • My customer is having a serious problem with the Contact form Widget

    My Client is to have a serious problem with the Contact form Widget that I can't seem to figure out how to fix.

    I created a website for a client and inserted a widget of Contact form on the "Contact us" page Whenever someone uses the form, e-mail receive my client shows my e-mail address as the sender. So when they "meet" the email, the response is sent to me and not the person who sent the original message. This creates a major problem in that I get flooded with answers e-mail while my client's potential customers go without a response.

    When I look at ' Site Manager > email system > Workflow information > e-mail address on the site administration Console, it displays my e-mail information. This is what needs to be changed?  If this is the case, what needs to be placed in this field for the email address of my client receives presents information email senders in the field "from".  My client wants to be able to click on reply and the message sent to the right side. They would be very angry if should be cut and past shippers Correo electronico of the body text on all the contacts they receive.

    Their feeling is that if I can't find a way to make the contact form works as it should, then there is no need for them.

    Can someone help me understand this? I really don't want to disappoint my first client.

    Congratulations for your first customer! =>

    Looks like you can have your email in places where your customers email should be.

    Here are the places you need to change your e-mail address.

    First adjust the answering of your web form is your customer email. Screenshot: http://screencast.com/t/YWiZZ30E0jE and http://screencast.com/t/u4t69anTLR

    Second set Emails to come your clients e-mail system. Site management > system email > set default "from" e-mail. Screenshot: http://screencast.com/t/EAr2sfXk

    I always go through each email system and check the e-mail address after you set the default value. I found that it doesn't always change them for some reason any. Note: If you are on a lower to webCommerce plan your list can be shorter than what is shown.

    Make sure that the email you the list of customers is also an email they want in public.

    Also provide information on the TSA that thetrickster888 is good information.

    I hope this helps.

    Lynda

  • Can not get the contact form to work

    Hey DW'ers.

    I have a (non-commercial) staff page and want to add a form accessible only via a tab "Contact us" in the navigation bar, which means there is no contact info anywhere link elsewhere on the site. I have the main contact page (the one they want when they click on the tab 'Contact us' in the navigation bar) registered under contact.html. Am I supposed to save only one page under contact.php?

    I don't expect a ton of emails since this is a hobby/personal site so maybe I'm trying to 'cheat' a little by adding the code pre-made. Is this a bad idea?  I should just form join us DW tool? I love this design simple http://www.html-form-guide.com/contact-form/creating-a-contact-form.ht ml but it doesn't seem to be an html form, it seems to be PHP. I contacted my host and they support php - they said to put the php script in my public_html folder I did, but that didn't work. What is the best way (even once, I don't expect much emails) to add a contact form?

    Thank you.

    Chris

    Let's break things down a bit.

    (1) HTML forms do nothing.  They're just a form with fields and a "submit" button.

    (2) in order to collect data and send them to your e-mail address requires a script (PHP).

    (3) the script can be integrated into your form HTML and SavedAs page contact.php.

    (4) or you can use contact.html and point the action attribute of the form to a separate PHP file.

    action="path-to-form-on-server/form-to-email-script.php" >. "

    Any script that you use, make sure it's safe and has spam prevention & other safeguards built in.  Sites the same hobby can be exploited by hackers, bots and spammers.

    FormM@ailer PHP Master DB
    http://dbmasters.NET/index.php?ID=4
    FormToEmail.com (free & pro versions available)
    http://FormToEmail.com/formtoemail_pro_version.php
    Tektite
    http://www.tectite.com/formmailpage.php
    Forms to go of Bebosoft (script generation software)
    http://www.bebosoft.com/products/FormsToGo/overview/
    Wufoo.com (online service)
    http://Wufoo.com/

    Nancy O.

  • Improvement of the contact form

    Hello, I have a contact form work on what will be my new Web site works, but that it's a first attempt is not yet quite right! and I'm not sure how to fix it / if its possible.

    the contact form is here: http://Reese-test.co.uk/contact.php

    (1) when you click "Send query" without any of the fields filled in, you get a pop-up as shown below (Fig 1), which is nice, but if you specify a name and click on "Send request" it takes you to the page contact_form_handler.php and poster simply errors in plain text, as shown below (photo 2).

    Untitled-1.jpgUntitled2.jpg

    What I would ideally is a pop-up for fields 'emailaddress' and the 'queryquestion' and that it will not not to contact_form_handler.php to show the other errors. This does anyone know why it does this?

    I use: gen_validatorv31.js for the validation that I have an example of forms site

    Here's the code for the contact_form_handler.php:

    <? PHP

    $errors = ";

    $myemail = ' [email protected] ';

    If (Empty($_POST['name']) |)

    Empty($_POST['emailaddress']) |

    Empty($_POST['queryquestion']))

    {

    $errors. = "\n error: all fields are mandatory;

    }

    $titlename = $_POST ['titlename'];

    $name = $_POST ['name'];

    $occupation = $_POST ['occupation'];

    $companyname = $_POST ["companyname"];

    $town = $_POST ['city'];

    $postocode = $_POST ['postal code'];

    $emailaddress = $_POST ["emailaddress"];

    $contactnumber = $_POST ['contactnumber"];

    $queryquestion = $_POST ['queryquestion'];

    If (! preg_match ())

    « / ^ [_a-z0 - 9-] + (\. [_a-z0-9-]+)*@[a-z0-9-]+ (-.)] [ a-z0 - 9-] +) * (\. [a - z] {2, 3}) / $i »,

    $emailaddress))

    {

    $errors. = "\n error: invalid email address ';

    }

    If (empty ($errors))

    {

    $to = $myemail;

    $email_subject = "site Web Query: $name";

    $email_body = "You have received a new request".

    "" Here are the details: title \n: \n $titlename name: $name \n Occupation: \n $occupation company name: \n $companyname postal code: \n $postocode Email: $emailaddress \n number of Contact: \n $contactnumber Message: \n $queryquestion ";"

    $headers = "from: $myemail\n";

    $headers. = "reply-To: $emailaddress";

    mail($to,$email_subject,$email_body,$headers);

    Redirect to the page "thank you."

    Header ('Location: thankyou.php "");

    }

    ? >

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""

    < html >

    < head >

    Contact form < /title > < title > Manager

    < / head >

    < body >

    <! - this page is displayed only if there is an error - >

    <? PHP

    echo nl2br ($errors);

    ? >

    < / body >

    < / html >


    OK thank you Jon I worked on getting the pop-ups instead - your answer gave me an idea!

    Was the code I used on my contact.php:

    I changed it to the underside

    My contact form now works as it should. Thank you.

    Although I'm a little worried that you can't see my Web site. What browser are you on? I tested it on different PCs on IE, Firefox, Safari and Chrome and all is well, I can see? Stupid question, but you cleared your Cache?

  • The contact form question

    Recently created a new site, but the contact form is back with errors when downloading.

    1 WARNING

    PHP mail can be disabled or misconfigured web server. These forms can not send email. Contact your Web host or administrator of the Web site on the correct configuration of PHP mail.

    • I checked the site to another host and it works fine,
    • The host of to this Web site is responsible is nearly host
    • I'm currently in talks with support here but not get anywhere quickly.
    • I looked on the forum found pieces of the info, but nothing to solve this problem.
    • I've updated the nearly host php to version 5.6

    Can anyone help?

    Kind regards

    Grant

    Hey Grant,

    Please refer to the troubleshooting doc for the widget of forms used on third party widgets: Troubleshooting Muse form used on the servers of third party Widgets

    If we run the diagnostics, the results we get are:

    Kind regards

    Akshay

  • Change 'new form submission' text on receipt of e-mail of the contact form.

    Hello

    One of our clients asked us to change the text that they receive when they receive an email from the contact form.

    It currently says: "new form submission.

    they want to tell him: ' West of the Moon ~ Ayr ~ site survey '


    We tried to change the name of the form, but does not change the object in the email, not the text in the email. Is it possible to do this?

    Hi Richard,

    Please check the php script to which the web form submits to that open with a text editor and change the verbiage you want here.

    PS - You will need to make these changes after each export of Muse as Muse will override them on each export/download.

    - Abhishek Maurya

  • Image verification is received no error on the Contact form

    I get an error when you try to submit the contact form on my new Web site. It was built in Muse and is hosted in Business Catalyst. I use the Captcha of BC but get this error "error: an error has occurred." The image verification failed. If you think this is incorrect, please contact your administrator system or go back and submit the form. "I tried to resubmit the form several times, but continue to make the same mistake. The URL is www.gilbertsongaragedoors.com/contact.html. Help, please! I checked the settings on the screen in Muse, but everything seems to be correct. I'm not very familiar with Java script therefore am not able to check for errors there. The site was built using a Musegrid.com template. All my other forms seem to work well.

    Hi Shannon - the problem persists? I have sent the form and it was as expected.

    Thank you

    Mihai

  • I just uploaded my site. But more often with success, for one thing: there is an error message on the contact form. "The server has encountered an error." It's pretty generic, so I don't know why. I checked my page, everything looks good. Ideas?

    I just uploaded my site. But more often with success, for one thing: there is an error message on the contact form. "The server has encountered an error." It's pretty generic, so I don't know why. I checked my page, everything looks good. I understand that the authorized "bug" before using the Contact form only with the catalyst has been fixed, so it must go through the fine. Ideas?

    Please consult this document:

    https://forums.Adobe.com/docs/doc-3581

    Thank you

    Sanjit

  • Problems with the contact form

    Good day to you all,.

    im a total newbie-muse.

    That said: I have some problems with a contact form I've tried to insert into my homepage.

    When I try to download it via ftp to our server muse tells me that there are some problems with the configuration of PHP.

    In addition to the contact form, the site works very well.

    I tried to change the version of php on our server at 5.6, but it still doesn't work.


    Any ideas?

    Thanks in advance and greetings from the Germany.

    You can consult this document: Troubleshooting Muse form Widgets used on the third... | Adobe Community

Maybe you are looking for