What system use Muse to make the contact form widget work?

Hello

I'm a graphic designer working with a coder to create a new website using Muse. My coder was asked what Muse system uses to make the widget of the contact form.  Looking at the code of the page looks like ASP dot net and when the user clicks the button the form data is sent to a script called "FormProcessv2.aspx". If so what version?  (for example, ASP 1.0 or 2.0 or 3.0) Muse use "dot net" or ".NET" or similar in the documentation? If so then would you say what version (1.0 or 2.0)?

Can someone help me with these questions?

Thank you very much

Emma

It is unclear what the URL/code page you look at? Muse does not ASP. Muse uses PHP for form processing and relies on PHP sendMail to send the form as an e-mail information.

Tags: Adobe Muse

Similar Questions

  • 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

  • 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.

  • 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.

  • Use of box for the contact form

    Hello

    It was after a recent thread I posted.

    I need to be able to control the following code by using a checkbox control. I.E. once a user click on the check box, and then submit this php is executed, if the user check box and then the PHP can't (for example it is not because it is intended to be displayed to the CSV format)

    Here is the code I have so far, say that the name of the box is "Baranof".

    If (isset($_POST['submit'])) {}

    If ($_POST ['submit'] == "Submit")

    {

    $errorMessage = "";

    if (empty($_POST['name']))

    {

    $errorMessage. = "< li > you forgot enter name! < /li > ";

    }

    if (empty($_POST['email']))

    {

    $errorMessage. = "< li > you forgot to enter an email address! < /li > ";

    }

    $varName = $_POST ['name'];

    $varEmail = $_POST ['email'];

    if (empty ($errorMessage))

    {

    $fs = fopen("mydata.csv","a");

    fwrite ($fs, $varEmail. ", " . $varName. "\n");

    fclose ($fs);

    }

    }

    }

    Any help would be appreciated.

    See you soon

    Tom

    This give a try.

    To find:

    if($_POST['submit'] == "Submit")
    

    Replace:

    if(isset($_POST['mailCheck']))
    
  • 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.

  • 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

  • Simple question? What is the value proposition of Muse, which makes the special muse? I just want to see what think

    What is the value proposition of Muse, which makes the special muse? I just want to see what people think.

    Please refer to the explanation of Brian on the product:

    https://forums.Adobe.com/message/4580442

    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

  • Can someone tell me if the contact id still works on a used iphone previously 6

    I want to buy an iphone used 6 but I want to know if the contact id will work or not.

    unless the sensor is broken, why it would not work?

    You need to worry more about the Publisher to do all the things listed in the link below.

    What to do before you sell or give away your iPhone, iPad or iPod touch - Apple Support

  • What can I do to make the program to run in WIndows 7 it says "incompatible".

    Original title: Programs compatibility Application Applications Apps game games Legacy Crash crashes Hang Application crashes.

    I have a window 7 but a version 6.1 program does not run in it. He says it's incompatible with the program. What can I do to make the program work?

    Hi Tony,.

    For you help I would be grateful if you could answer the following question:

    What program are you trying to install?

    I suggest you to install the program in compatibility mode and check.

    Make older programs in this version of Windows

    Most of the programs created for earlier versions of Windows also work in this version of Windows, but some older programs might run poorly or not at all. If a program written for an earlier version of Windows does not work, you can try to change the program compatibility settings, by using the program compatibility problems or manually choose compatibility settings.

    http://Windows.Microsoft.com/en-in/Windows7/make-older-programs-run-in-this-version-of-Windows

    See the link.

    Help with Windows 7 compatibility issues

    http://Windows.Microsoft.com/en-in/Windows7/help/compatibility#T1=softwarecompat

    Program Compatibility Assistant: Frequently asked questions

    http://Windows.Microsoft.com/en-in/Windows7/Program-Compatibility-Assistant-frequently-asked-questions

    For more information, see the link

    Find Windows-compatible programs

    http://Windows.Microsoft.com/en-in/Windows7/find-Windows-compatible-programs

    If you need help with Windows, please do not hesitate to post. We will be happy to help you.

  • When I use Windows Maovie Maker, the program keeps freezing upwards and says that it does not.

    When I use Windows Maovie Maker, the program keeps freezing upwards and says that it does not. I close and try again, but get the same question. in the past, I used this program very well without any problem. Now I do one or two things in the tyring program to create a video and it freezes. Any suggestions how I can fix this problem?

    The three main causes of problems of Movie Maker are:

    (1) incompatible or damaged source files.
    (Photos / videos / Audio clips)

    Several formats are apparently compatible with
    Movie Maker, but the most reliable choices are:

    Photos - bmp
    Video - wmv or dv - avi
    Audio - wav, wma, wmv

    (2) problems with video filters

    Open Movie Maker and go... Tools / Options /.
    Compatibility tab and disable all filters / OK.

    If this does not help, try going back to the same
    location and on the left, click on the 'all the default settings.
    button. / OK.

    (3) too large or complex project

    Create small projects.
    Add less Transitions, effects, etc...

  • I want to create a new look for our website using Muse and move the hosting of GoDaddy for Business Catalyst. How can I publish my new Muse on exsiting URL design and change hosting?

    you want to create a new look for our website using Muse and move the hosting of GoDaddy for Business Catalyst. How can I publish my new Muse on exsiting URL design and change hosting? @@

    Hi love,

    You can publish your Business Catalyst, simply open your file of muse and select files-> publish.

    Please refer to this tutorial:- publish your site with Adobe Web Hosting | Learn the Muse | Adobe TV

    In addition, once your site is published, you can add your domain to your site hosted on BusinessCatalyst.

    Please refer to this tutorial to add your domain name:- http://helpx.adobe.com/business-catalyst/using/change-site-domain.html

    Hope this helps

    Kind regards

    Rohit Nair

  • Is it is possible to add script in Adobe Muse? I have added the functionality to export file .csv to the contact form

    Is it is possible to add script in Adobe Muse? I have added the functionality to export file .csv to the contact form

    Hi Vicky,

    Yes, you can add scripts customized to a page of muse. To do this, you must go to 'properties-> metadata-> html to head page' or ' object-> insert html.

    - Abhishek Maurya

  • Please make more options in the contact form. He is now based. I need checkbox and much more.

    I'm trying Adobe Muse for 10 days now and it works well and the professional.

    It is very surprising that the contact form is so basic, no box, no button, nothing only a small or a big box.

    I think a lot of site are under construction in action by primair let a potential customer to fill out a form.

    This allows to have a beautiful site without a beautiful shape, like drinking a good wine to drink in a cup of coffee.

    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