Error message in the contact form - PHP script does not

Hi, excuse my bad English.

I have an error message when the filled contact forms:

They are: the form of the web server PHP script is missing or PHP is configured correctly on your web hosting provider. Check the script PHP of the downloaded form correctly, then contact your webhost to see the configuration of PHP.

The support of my server application now:

-What version of PHP is updated?

- And what additional adjustments are required and more?

Unfortunately only am the user, not a programmer and do not understand a lot.

Can help you please? Maybe someone speaks German?

Greetings from the Germany

Andreas

Here's the sceens!

Here are the options to upgrade my server!

But I don't know PHP what settings do I need?

And what version of PHP used Adobe Muse to this day? 5.5? 7.0? or?

Thank you

Tags: Adobe Muse

Similar Questions

  • 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

  • Contact form of muse does not get error when trying to send a message through my muse site

    Hello

    I finally finished my design of Web site Office muse, but the contact form does not work, if you send a message, he said: error.

    I don't quite know how to fix this.

    If anyone has any info on a fix, I'd appreciate your help.

    Thanks in advance

    Lou

    Hello Louiseo24199912,

    I advise you to try the suggestions in the link below.

    Troubleshooting Muse form used on the servers of third party Widgets

    Kind regards

    Vivek

  • Form of contact-checkbox PHP coding does not work

    I'm a newbie to the design of web pages, so I would be grateful if you could explain me what PHP coding I would need to "Checkbox" and where to place them in the PHP coding below. I can send the form to my email with all topics and filled in the forms with the Yes or no box.

    Only problem I have is that the part of the info in the box appear right at the top of the message electronic rather than the "Name", "Such", "Email" etc... Another half of the box appear where it suppose to be wih double position as shown below. I also want to remove the < br > e-mail message. You can also tell me how to change the color for the position so clear sound.

    I wrote the code box in BLUE for HTML and PHP coding below. Sorry for the long coding. Look forward to hearing from someone. Very much appreciated.

    Message delivered to the email address as received:

    Rear ground extension: Yes

    Two-storey rear extension: Yes
    Two-storey side extension: No
    Loft: Yes
    New Build: Yes

    Other: Yes

    Name: Test<br>
    Email: [email protected]<br>
    Contact No: 87576as<br>
    Address1: addy1<br>
    Address2: addy2<br>
    Town: town<br>
    County: county<br>
    Postcode: post<br>
    Property Type: Cottage<br>
    Property Area: None<br>
    Message:<br>
    test msg

    My HTML coding for the form:

    < div class = "contact form" >
    < form id = "form1" name = "form1" method = "post" action = "test2.php" >
    < fieldset >
    < legend > < strong privacy > < / strong > < / legend >
    < table width = "690" border = "0" >
    < b >
    < td width = "340" > < p >
    < label = 'name' class = "contactLable" > name: < / label >
    < input name = "name" type = "text" id = "name" tabindex = "10" size = "30" / >
    < /p > < table >
    < td width = "340" > < p >
    < label = "contact_number" class = "contactLable" > Contact No.: < / label >
    < input name = "contact_number" type = "text" id = "contact_number" tabindex = "20" size = "30" / >
    < /p > < table >
    < /tr >
    < /table >
    < table width = "690" border = "0" >
    < b >
    < td > < p >
    < span id = "sprytextfield1" >
    < label for class = "email" = "contactLable" > Email: < / label >
    < input name = "email" type = "text" id = "email" tabindex = "30" size = "30" / >
    < span class = "textfieldRequiredMsg" > a value is required. </span > < span class = "textfieldInvalidFormatMsg" > Invalid format. </span > < / span > < /p > < table >
    < /tr >
    < /table >
    < / fieldset >
    < fieldset >
    < legend > < strong > < facilities > project information < / legend >
    < p > < table width = "690" border = "0" >
    < b >
    < td width = "340" > < p >
    < label = "address1" class = "contactLable" > address 1: < / label >
    < input name = "address1" type = "text" id = "address1" tabindex = "40" size = "30" / >
    < /p > < table >
    < td width = "340" > < p >
    < label = "address2" class = "contactLable" > address 2: < / label >
    < input name = "address2" type = "text" id = "address2" tabindex = "50" size = "30" / >
    < /p > < table >
    < /tr >
    < b >
    < td > < p >
    < label for class = "City" = "contactLable" > City: < / label >
    < input name = "City" type = "text" id = "City" tabindex = "60" size = "30" / >
    < /p > < table >
    < td > < p >
    < label = 'County' class = "contactLable" > County: < / label >
    < input name = "County" type = "text" id = "County" tabindex = "70" size = "30" / >
    < /p > < table >
    < /tr >
    < b >
    < td > < p >
    < label for class = 'postal code' = "contactLable" > postal Code: < / label >
    < input name = "PostalCode" type = "text" id = "PostalCode" tabindex = "80" size = "10" / >
    < /p > < table >
    < td > < table >
    < /tr >
    < b >
    < td > < p >
    < label = "propertyType" class = "contactLable" > Type of property: < / label >
    < select name = "propertyType" id = "propertyType" tabindex = "90" >
    Select < option > please < / option >
    Detached < option > < / option >
    < option > combined < / option >
    < option > end of Terrace < / option >
    Mid-terrace < option > < / option >
    < option > dish < / option >
    Bungalow < option > < / option >
    Cottage < option > < / option >
    < option > other < / option >
    < / select >
    < /p > < table >
    < td > < p >
    < label = "propertyArea" class = "contactLable" > property: < / label >
    < select name = "propertyArea" id = "propertyArea" tabindex = "100" >
    Select < option > please < / option >
    < option > None < / option >
    Listed Building < option > < / option >
    Conservation Area < option > < / option >
    < / select >
    < /p > < table >
    < /tr >
    < /table >
    < /p >
    < / fieldset > < fieldset > < legend > < strong project Type > < / strong > < / legend >
    < table width = "690" >
    < b >
    < td width = "338" > < label >

    < input name = "rearExt" type = "checkbox" class = "contactCheckbox" id = "CheckboxGroup1_0" tabindex = "110" value = "rearExt" / >
    Back to the floor extension < / label > < table >
    < td width = "340" > < input name = "sideExt" type = "checkbox" class = "contactCheckbox" id = "CheckboxGroup1_1" tabindex = "120" value = "sideExt" / >
    Extension of land-side < table >
    < /tr >
    < b >
    < td > < input name = "twoStoreyRear" type = "checkbox" class = "contactCheckbox" id = "twoStoreyRear" tabindex = "130" value = "twoStoreyRear" / >
    Extension back double-decker < table >
    < td > < input name = "twoStoreySide" type = "checkbox" class = "contactCheckbox" id = "twoStoreySide" tabindex = "140" value = "twoStoreySide" / >
    Extension to two-storey side < table >
    < /tr >
    < b >
    < td > < input name = "loft" type = "checkbox" class = "contactCheckbox" id = "loft" tabindex = "150" value = "loft" / >
    Loft conversion < table >
    < td > < input name = "new construction" type = "checkbox" class = "contactCheckbox" id = "new construction" tabindex = "160" value = "newBuild" / >
    New construction < table >
    < /tr >
    < b >
    < td > < input name = type 'flat' = "checkbox" class = "contactCheckbox" id = "flat" tabindex = "170" value = "flat" / >
    Flat conversion < table >
    < td > < input name = "other" type = "checkbox" class = "contactCheckbox" id = "other" tabindex = "180" value = "other" / >
    Another conversion < table >
    < /tr >
    < /table >
    < / fieldset >
    < fieldset > < legend > < Message > < / strong > < / legend >
    < p >
    < label for the class = "message" = "contactLable" > your Message or comments: < / label >
    < name textarea = 'message' id = cols "message" = "45" lines = "5" tabindex = "190" > < / textarea >
    < /p >
    < / fieldset >
    < br / >
    < input type = "submit" name = "Submit" id = "Submit" value = "Submit" tabindex = "200" / >
    < / make >
    < / div >

    PHP code to send to my email:

    < ! 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">
    < title > < /title > E-mail form
    < / head >

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

    $address1 = addslashes($_POST['address1']);
    $address2 = addslashes($_POST['address2']);
    $town = addslashes($_POST['town']);
    $county = addslashes($_POST['county']);
    $postcode = addslashes($_POST['postcode']);

    $propertyType = addslashes($_POST['propertyType']);
    $propertyArea = addslashes($_POST['propertyArea']);

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


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

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

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

    $headers = "MIME-Version: 1.0\n.
    ." From: \"".$name. » \ » < ". $email. "" > \n ".
    ." Content-type: text/html; charset = iso-8859-1\n ";

    $body = "name:". " $name. "" < br / > \n ".
    ." E-mail: '. '. $email. "" < br / > \n ".
    ." Contact No.: ".." $contact_number. "" < br / > \n ".

    ." Address1: ".." $address1. "" < br / > \n ".
    ." Address2: ".." $address2. "" < br / > \n ".
    ." City: ".." $town. "" < br / > \n ".
    ." County: '. '. $county. "" < br / > \n ".
    ." Postal code: ".." $postcode. "" < br / > \n ".

    ." Property type: ".." $propertyType. "" < br / > \n ".
    ." Property: ".." $propertyArea. "" < br / > \n ".

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


    ." "Message: < br > \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, $msg, $headers);
    echo "thank you for your comments";
    ? >
    < / body >
    < / html >

    This topic has been moved to the Dreamweaver application development forum, which deals with PHP and other issues aside server.

    I don't know where you got your PHP script, but it's bad writing. The reason why you get no results from the boxes because the script does not add to the body of the e-mail message and submits them to the mail() function in the argument which must contain the headers. This also explains why
    is in the email, because the HTML header is in the wrong argument.

    Remove all variables of the addslashes() function assignments. For example:

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

    must be:

    $name = $_POST['name'];
    

    The code to get the results of the check box should look like this ("isset" insert):

    $rearExt = isset($_POST['rearExt'])?"Rear ground extension: Yes":"Rear ground extension: No";
    

    Change the following line:

    $msg.="\n$rearExt\n$wsideExt\n$twoStoreyRear\n$twoStoreySide\n$loft\n $newBuild\n$wflat\n$other";
    

    to do this:

    $msg = "$rearExt
    \r\n$wsideExt
    \r\n$twoStoreyRear
    \r\n $twoStoreySide
    \r\n$loft
    \r\n$newBuild
    \r\n$wflat
    \r\n";

    Headers should look like this:

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

    Each line in the body of the message should be followed by a return character and line transport, not only a new line character. In addition, because you use double quotes, you need not to keep opening and closing them. Variables can be placed in quotes. The first lines should look like this:

    $body = "Name: $name
    \r\n Email: $email
    \r\n Contact No: $contact_number
    \r\n

    The final closing quotes come at the end of the $body statement, which should include the values of your boxes like this:

            Other: $other
    \r\n $msg Message:
    \r\n $message";

    The line that sends your email should look like this:

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

    There are other improvements that could be made to the script, but the ones I listed should solve your problems.

    If you are interested in learning how to properly use PHP, you might like to take a look at my book, PHP Solutions, 2nd edition. Among other things, it shows you how to create a much friendlier e-mail form which verifies the required fields and preserves user input, if errors are found.

  • C3086UA #A8A: Error Message on the laptop computer says driver is not available and device error

    I tried to print from my laptop, a HP Pavilion G7, and nothing happened I went in devices and saw an error message on the PC icon.  He showed me the yellow exclamation point and says driver is unavailable and driver error.  The icon of the printer showed it's OK with the green check mark. I am an older person with not much technical experience and would appreciate any help on how to solve this problem with the drivers. Thanks for any help you can provide.

    Paul

    Hi @doowop47 ,

    Thank you for your query.

    I'm not sure if it is a printer problem or a problem of computer as you said that the error is on the PC icon not the icon of the printer.
     
    Unfortunately, I was unable to locate your model of laptop Pavilion G7 since the number you provided. This link should help with that.

    How can I find my model number or product number?

    Were there any recent changes?

    You did all your Windows updates?

    Have you tried to run the HP Support Assistant to help with the updates from HP.

    If it worked before you tried to do a restore to a date well known?

    You can also try a Refresh Your PC to solve problems (Windows 8)

    If it is a printer problem, and it is not an HP printer, it would be preferable for you to post in the constructor for the instance of printers.

    If it's an HP printer, please provide your exact name and model.

    Good luck!

  • Contact form of muse does not work with the e-mail address of the Yahoo customer. Any solution yet?

    The site of Muse is hosted on BC. My client has recently had a number of business cards printed with a yahoo email address, so I'm reluctant to suggest that he switch to a gmail account. I am aware of the policy of AOL/Yahoo DMARC. Any solution been found else that do not use yahoo/aol e-mail for the contact form?

    Thank you

    You can use a different email and then set up a rule before auto for @yahoo.com email in the contact notification email form field.

    It would be workaround for now.

    Thank you

    Sanjit

  • Phone version: Contact form 'Send' button does not

    The button 'Send' on the contact form works when it is used by a mobile browser, but does not work in a cell phone's browser.  I tried with an iPhone 6 and the Samsung Dart.  Any help is appreciated.

    Phone:

    http://www.landcordesign.com/phone/index.html

    Desktop / laptop:

    http://www.landcordesign.com/index.html

    Thanks for the help,

    Jack

    Hi Jack

    I answered you on the case.

    Thank you

    Sanjit

  • safe for html contact form php script

    What follows is a format of the basic form that I use and style with css to match the colors of Web site, etc. However, I'm looking for advice on a script php with captcha or other security that will make this form work and send emails to an e-mail address. My site is hosted on GoDaddy - Linux CPanel hosting economy and the php script they have on their server do not work with economy hosting on CPanel.

    PHP script or tutorial link would be greatly appreciated. Thank you.

    < name of the form = "form1" method = "post" action = "" >

    < ol >

    < li >

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

    < input type = "text" name = "Name" id = "Name" >

    < /li >

    < li >

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

    < input type = "text" name = "Email" id = "Email" >

    < /li >

    < li >

    < label for 'Phone' = > phone < / label >

    < input type = "text" name = "Phone" id = 'Phone' >

    < /li >

    < li >

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

    < textarea = 'Message' id = 'Message' name > < / textarea >

    < /li >

    < li >

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

    < /li >

    < /ol >

    < / make >

    Try this tutorial into 3 parts.

    ALT-Web Design & Publishing: sensitive Contact form with 3.2 Bootstrap and PHP (part 1)

    Nancy O.

  • Whenever I play a Face Book or other web sites after that time is up I get an error message that says something about a Script is not responding or her busy. Gets very boring

    After playing for some time a game face book or other websites, I begin to receive an error message that says a busy Script or does not. He has the ability to 'Continue' or 'stop' the script when I click to continue the same error keeps popping up all the time. Same as with by clicking on the 'Stop' the script option. Script # is https://s-static.ak.facebook.com/rSrc.php/vi/yx/r/LKHquoz1.v.js:5. Why I get this error? It gets really annoying. I hope you can help.

    can you check this problem on Firefox 10?

  • contact form of muse, does not

    Hello

    I created a form of contact in muse and published my site to a third party host (crazy domains)

    However when the form is submitted, I do not receive the email

    I did the diagnostic test to see if my hosting supports PHP and it does (I got 3 ticks)

    http://www.citrinekinesiology.com.au/scripts/form_check.php

    No idea why it still does not work

    Thank you

    Mel

    Hi Trent,

    Please try again by following the steps for this issue, mentioned in the doc: Troubleshooting Muse form used on the servers of third party Widgets

    Kind regards

    Akshay

  • Passing variables from flash to php script - does not!

    Hey everybody. I was wondering if someone could help me. I use as2 to pass a variable from flash to my php and nothing happened! Here's the action script code that I put on my button:

    (release)

    {

    Amount.Text = 5;

    Form1 = new LoadVars();

    Form1.amount = amount.text;

    form1.sendAndLoad ("http://mywebpage.com/test.php", rise, "POST" ');

    }

    The amount of '5' is now in a dynamic text field with the variable name and instance of amount (which, in the future, will be hidden). This works very well when the button is clicked. What I'm trying to do without success, is to get this value of '5' to my test.php and did echo and it happens simply not . It comes to my php script:

    <? PHP

    $form_inp = $_POST ["amount"];

    If ($form_inp == "'")

    {

    Print "nothing entered < br >".

    }

    on the other

    {

    Print "you entered: $form_inp";

    }

    ? >

    I'm getting "Nothing entered" every time.

    I've tried different ways for the amount.text such as:

    (release)

    {

    Amount.Text = 5;

    Form1 = new LoadVars();

    Form1.amount = this. Amount.Text;

    form1.sendAndLoad ("http://mywebpage.com/test.php", rise, "POST" ');

    }

    and

    (release)

    {

    Amount.Text = 5;

    Form1 = new LoadVars();

    Form1.amount = this ._parent. Amount.Text;

    form1.sendAndLoad ("http://mywebpage.com/test.php", rise, "POST" ');

    }

    etc...

    I also tried to change the variable name in the function sendAndLoad amount to form1 as follows:

    (release)

    {

    Amount.Text = 5;

    Form1 = new LoadVars();

    Form1.amount = amount.text;

    form1.sendAndLoad ("http://mywebpage.com/test.php",form1, "POST");

    }

    and still nothing.

    In my php file, I even tried the GET instead of the POST and it always turns out nothing.

    <? PHP

    $form_inp = $_GET['monto"];

    If ($form_inp == ")

    {

    Print "nothing entered < br >".

    }

    on the other

    {

    Print "you entered: $form_inp";

    }

    ? >

    Additional info:  I put the .swf file and at the same level-.php file in the same folder on my server just to be safe, and the dynamic amount.text text field and button are at the same level in the .swf file.

    Anyone can shed some light on my situation... pretty please? I'm out!

    Thank you very much.

    Ok. So, do not let this thread unanswered, after a looooooong of trial and error, I went to as3 and began to do some testing. It turned out that the register_globals was off on my site and that is why I did not receive the variable passed with the $_POST in my php. So what I finally proposed is the following:

    In my fla/swf doc:

    to import flash.net.URLVariables;

    import flash.net.URLRequest;

    import flash.net.sendToURL;

    var urlVariables:URLVariables = new URLVariables;

    urlVariables.amount = "5";

    var urlRequest:URLRequest = new URLRequest ("http://mirador.mx/oaxaca/disco/receive_test.php");

    urlRequest.data = urlVariables;

    sendToURL (urlRequest);

    In my php file:

    $amount = $_GET ["amount"];

    echo "' AMOUNT IS:". " $amount;

    Now for all of you who have been following this thread, or which can be read in the future, I know that we we started with AS2 and finishing here with AS3 but I didn't know why it worked until I I'm so fed up I've changed in AS3 to see if I could understand. I, like many others I guess, felt a bit intimidated with AS3 and was unwilling to give it a try, but I highly recommend that you dive into it because once get you a grip on it is much more functional.

    So I m going to mark this thread as a response and hope it saves someone else all the time and the frustration that he made me... Good programming!


  • Equium A60 - error caused by the RAM problem - Windows tool does not work!

    Hi all

    When closing my laptop, I got the blue "screen of death" and it restarts, windows came with this analysis of the accident: "error caused by the memory problem to live: run the Windows tool". I downloaded diagnostic tool (mstinst.exe), he opened so I got "windiag.iso" and he burned on a CD like they told me (the use of 'Record Now') and then I put in the CD drive and rebooted my computer. But it did not launch the tool! Does anyone know why it went wrong and how can I make it work? Even if I got the tool to work, I would be able to solve the problems of RAM anyway, just taking my laptop to a repair center?

    Thanks :)

    Hello

    I put t know if you have seen this page http://oca.microsoft.com/en/windiag.asp but there you can find a detailed explanation of how to use the Windows Memory Diagnostic tool.

    Good luck!

  • [SOLVED] Backup Windows 7 gives an error message 'file ignored' for a subfolder that does not exist in Documents

    I am running with "Backup and Restore" backups in Windows 7 Professional and constantly get this error in the logs:

    Backup has encountered a problem during the practical C:\Users\Tim\Documents\Blender file backup. Error: (the system cannot find the specified file. (0 x 80070002))
    "Practical Blender" is a folder I previously removed documents and backup should not be looking for it. I tried to remove the job from the scheduled backup with Windows Task Scheduler and create and execute a new backup job, but the problem goes away. It is only this specific file gives me this problem. I deleted the other folders of Documents before and since it was started without any problem of backup.

    Is it possible that I can stop backup to find this file that does not exist?

    What happens when you recreate this folder?

  • Error message: "presenter using a feature that Lync does not support...". »

    I use the Lync app and my peers use Lync O365.  I was able to participate in the Lync Conference audio and video and see sharing other participants.  "However, recently, there are a few meetings, I was involved that I get this error meesge: the presenter uses a feture Lync does not support, or they could be related to an old server.  I can hear the audio but not video.

    It cannot be due to an old server that I have participated in other video conferences of lync.

    Someone at - he seen this error before or know what might be the function that caused it this error?

    I discovered that the cause of this error is our version of Office 365 is not yet running 2013 Lync server and the current version does support not entirely App Store Lync

  • Is it possible that I can make my message from the contact form go to my mobile phone via sms

    I still use SMS as my main medium to communicate with everyone, whether family or friends or for your business.

    I have one enquires section of my site and I would like to know whether or not I csn have forwarded or sent to my phone via sms messages.

    Thank you very much

    Abdullah

    Unfortunately, this is not an option with the forms of the Muse. However you can use other forms of third party such as JotForms or WuForms in which the Muse widgets are available for.

Maybe you are looking for

  • Save the class

    Hello original post is here I use the code 'config of class hierarchy"posted by tst to set a dog, but now I would like to implement save and load the dog object file I'm a little confused on how to do all ideas Best regards Tinnitus

  • can I buy an English version in China?

    can I buy an English version in China? I am in China now, and do you provide an invoice?

  • 6.1 installation: cannot deploy the VM of Blueprint: no resources

    All,I am deployment VCAC 6.1 and just create a blue print and the grant of right.  I have fabric installation groups and reservations in tenant default, then the company's group plan to another tenant facility.  When I try to deploy my plan, it shows

  • Degradation of the image by converting to DNG files?

    My camera generates NEF files. I usually copy as DNG when I import them into Lightroom. This process does change my image somehow?I love that DNG is an open format, but I don't want to degrade my images.Thank youDaniel

  • Font style

    HelloHow can I see which fonts are used in a PDF file, or the fonts photoshop seeTHX