Simple Contact widget to scale to fit column-how low width

I tried to put the simple contact of the widget library widget in a column, but the width is off.  I can't understand how to limit the width of the widget.  There must be a simple solution that I'm on.  Does anyone have an answer?

Please take a look here:

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

Thank you

Sanjit

Tags: Adobe Muse

Similar Questions

  • Problem with the Muse Simple Contact widget - subject changing e-mail address

    Hello

    I built a website for a client, using Adobe Muse, which is hosted by Business Catalyst. On the page of the site contact us I placed an Adobe Muse 'Single Contact' widget/shape with 3 three fields: name, Email and Message. The form worked as expected until the end of December 2014. Since then, the information in the 'Email' field are changed.


    The site has four different e-mail accounts through Business Catalyst. For the sake of discussion to call them:


    [email protected]

    [email protected]

    [email protected]

    [email protected]


    The Messages from the Simple of Muse's Contact form are sent to [email protected] .  When emails are displayed in Business Catalyst "Webmail" e-mail address that was entered in the field "E-mail" from Simple Contact Forms does not appear in the field "from". Instead, the "from" field shows that the e-mail was sent from may[email protected] regardless of what was concluded, by the sender in the Email of the Contact single form field. It don't make any difference this provider of e-mail address is entered in the field - AOL, Yahoo, Hotmail, Gmail, Roadrunner, etc - they are all changed to [email protected]


    Similarly, when the client tries to respond to the request of the customer the field 'To' is filled with Mail-4@website not the sender e-mail address is entered in the field "Email" in the form of Simple Contact of Muse.


    If I changed the form of Simple Contact of Muse so that mail is performed either [email protected] Gold [email protected] the problem exists on these accounts as well.


    I don't know where the problem lies, so I do research here and in the forum Business Catalyst. Does anyone have an idea what could be the cause and how to fix it?


    Is making it too difficult for the customer to meet the needs of their customers. I am really against a wall on that and have an angry customer who is willing to walkaway of Muse and Business Catalyst.

    Hi William,.

    The e-mail field you see in BusinessCatalyst is not filled by the customer in the e-mail of the form field.

    As far as I understand it, it is the e-mail ID used to publish the site through Muse. So change 'to' email field in Muse won't change 'from' email in British Colombia.

    Kind regards

    Neha

  • 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

  • To access the information contained in the simple contact forms using javascript code

    I developed a page and you want to use information from a simple contact form that has changed so that the custom fields and one of the fields has used a widget of third party to provide a date picker.  I figured out how to change the button submit to go to my javascript, but may not know how to read the values in the fields in the form.  Does anyone know how to do?  PS - I did the form in Muse but exported the HTML to Dreamweaver to add javascript code.

    What you're trying to do is beyond the scope of Muse. Remember that any changes in Dreamweaver will be replaced again the next time that you open it in Muse.

  • Bug of the scrollbar with script "scale to fit".

    Hello

    I meet some sort of bug with this nice script "appropriate size":

    http://sarahjustine.com/2013/04/08/create-scale-to-fit-projects-with-Adobe-edge-animate/

    I create an animation simple, consisting of a single image (step = 1024px X 3000px) with the script (see below) to do the test: everything works, the animation is snug, BUT when I resize the browser, the scroll bar keeps its original size, even if the height of the animation is very low.

    The bug concerns all popular browsers (version desktop and mobile *) except chrome.

    * I use this meta: < = happy 'viewport' meta name = "width = device-width " >

    example:

    animation = 3000px original height

    the scroll bar height = 3000px

    - - - - - - - - - - - - - -

    animation-scaled height = 600px

    height of the scroll bar does not change = 3000px

    I use no CSS, I just publish the animation with EDGE CC (not 1.5).

    Could someone give me some advice to fix this "bug"?

    Oliver.

    Sorry for my English, I'm French...

    A living example that seems to use this script (not),

    You can see the scroll bar bug if you resize the browser (IE or Firefox)

    http://www.ryanterry.NET/resume/HTML5/

    -the script (on.compositon.ready)-

    var stageHeight = sym.$('Stage').height (); Set a variable for the height of the stage

    SYM. $("#Stage") .css ({/ / set the origin of the transformation to always fit in the upper left corner of the scene})

    'transform-origin': "0 0".

    "- ms - transformation-origin": "0 0".

    ' - webkit - transform-origin ":"0 0".

    ' - moz - transform-origin ":"0 0".

    "transform - o - origin": "0 0"

    });

    function scaleStage() {}

    var point = sym.$('Stage'); Define a reusable variable to refer to the scene

    var parent = sym.$('Stage').parent (); Define a reusable variable to reference the container parent of the scene

    var parentWidth = stage.parent () .width (); Get the parent of the soundstage

    var stageWidth = stage.width (); Retrieves the width of stage

    var desiredWidth = Math.round(parentWidth * 1); Set the new width of the scene as it evolves

    var scale = (desiredWidth / stageWidth); Set a variable to calculate the new width of the scene he puts on the scale

    Resize the stage!

    internship. CSS ('transform', ' scale (' + scale + ')');

    internship. CSS ('- o - transform', ' scale (' + scale + ')');

    internship. CSS (' - SM - transform ', ' scale (' + scale + ')');

    internship. CSS (' - webkit - transform ', ' scale (' + scale + ')');

    internship. CSS (' - moz - transform ', ' scale (' + scale + ')');

    internship. CSS ('- o - transform', ' scale (' + scale + ')');

    parent. Height(stageHeight * Rescale); Reset the height of the container parent for objects below will be redistributed as the ADJUSTABLE height

    }

    When the browser is also

    $(window) .one ("Resize", function() {}

    scaleStage();

    });

    When the first load of the page

    $(document) .ready (function () {}

    scaleStage();

    });

    - - - - - - - - - - - - - - - - - - - - -

    Hey Oliver,.

    Try to encapsulate another div around the div. #Stage I think that scroll bars appear with the Animate script will recalculate the height of the parent, because if that parent is the body it is not adjusted for he thinks it is the initial height of your composition. If your HTML page will look like this:

    I found that I had to apply the height property to get it to hide the scroll bar, but the value is obsolete as it gets when even crushed by the script. Who give a shot.

    Good luck!

    Sarah

  • Adobe EVER going edge animate scale-to-fit (like Flash)?

    I followed the progress of edge animate (formerly Edge) since Steve Jobs decided that he was not having Flash on the iPad.

    With each new version, I was desperately looking for the function that I consider the most important of all: scale-to-fit

    There are a few discussions already on this forum where people have asked for this feature - but both have been diverted by the responses of people who did not understand this as "scale-to-fit" is. So let me explain scale-to-fit:

    I don't talk to the Flash feature - where HTML dimensions are set to '%' - then the resulting film will be scale-to-fit any browser window. Here is an example of what I mean:

    http://www.skippingschool.co.UK

    -try changing the size of the browser and you will see the entire image (graphics and images) scales without changing its proportions.

    When the latest version of edge animate came out with its lesson of "Resize" integrated easy to follow, I thought that Adobe has finally found an answer. But if this function is good, this does not solve the problem. We just can't properly scale-to-fit images - graphics.

    Now, it is more important that ever that Adobe finds a solution to this problem. The world will "Tailored" - this isn't just a fad. And 'Sensitive' isn't about three columns being crammed into one. All sensitive sites require images, graphics AND animations to scale-to-fit. Tutorial Adobe showing how to animate dashboard can be added to WordPress sites so of little use because it won't work for sensitive web sites.

    Please Adobe, will someone tell me if scale-to-fit is EVER going to happen? I don't mind if it is 3 months, 6 months, 9 months down the line - but I need to know if it is worth sticking with edge animate - or if I should be looking towards HTML5 Canvas or something else for a solution?

    If not, is there a fundamental reason why it may NEVER happen?

    Please tell me? Just put me out of my misery!

    As promised :)

    http://www.YouTube.com/watch?feature=player_embedded&v=hrLt0Y9QAY8

  • Favorite Contact Widget

    Just took my Maxx today and I love this thing except no favorite contacts Widget. You really due away with her bike, or am I missing something? Assuming that I'm not blind and it is forever gone can anyone recommend a good alternative? Thanks in advance.

    You can use the widget with direct line. It's very pretty, and I don't think they overlap to some extent, although it is not a link to your Contact Favorites automatically.

    Personally, I use Google instant for the better part of my composition.

  • a simple contact does not email

    Just tested the simple contact form on my Web site and it does not transmit to my email address.  The form shows message sent but it never happens.  Muse 2015.0.2.4 CL792950, published site by and hosted on BC.    Any help?

    The problem was with BC and is corrected now.  Thank you.

    cell phone: 775-276-2866

    Visit my website, videos for good people and good causes:

    http://marcialreiley.BusinessCatalyst.com/

    or my bio to:

    www.LinkedIn.com/in/marcialreiley/

    Wednesday, November 18, 2015, at 16:44, Sanjit_Das [email protected]>

  • Use the Simple Contact form

    How can I access the comments sent in the «simple contact form» I get an email which reads:

    "Contact us" has a new form submission.

    Automated email http://www.edmundrice.org

    {_formsummary tag}

    Privacy
    Adobe Business Catalyst® is committed to protecting your privacy. You have received this email because you are a user of the Adobe Business Catalyst® system. If you want to stop receiving this e-mail please contact your system administrator.

    Adobe business Catalyst 2004-2015, all rights reserved® ©

    I guess that this should have a summary form. The tag does not work.

    If I click on the small cross (above the tag) I get a Web page:

    http://cbop2.BusinessCatalyst.com/utilities/BCToolboxPanel.aspx?ObjectID=18 & ObjectType = 200 01 & Tabs = 6

    who has a 'DATA' section and a message "no data available for this page.

    Can someone tell me what I am doing wrong?

    Form summary includes the form field values that the user has submitted through front end, it should work properly.

    Please let me know if you are still having the same problem.

    Thank you

    Sanjit

  • contact Widget

    Why my contact widget does not work? When I send and email on my site it says form received, but I have not received e-mails.

    Hello

    If your site is hosted on a third-party host, then you can also check out the link below which explains everything about Muse contact form on the third party hosts.

    Troubleshooting Muse form used on the servers of third party Widgets

    Concerning

    Vivek

  • How can I remove the mailbox Muse on a simple contact form but still have a static email address in the code of the message will send to?

    In Muse, I use a simple contact form, but I have to be able to delete the "electronic mail" box and apply a static address in the code that would send the message to. I have static e-mail accounts do, I don't just have to be displayed in the Inbox. How can I change the php code in Dreamweaver to delete the mailbox, but have always contain the static email sends the message of? Basically, I don't need the email to visually display on my site to all that the user has no need to enter the email address.

    Hello

    You cannot remove field by Muse web form email address. You can try to incorporate forms of third party like jotform.

  • Contact widget form does not work.

    Contact widget form does not work. No message sent or received. Ordinary e-mail works fine. Site hosted by GoDaddy officially transferred in British Colombia. E-mail still hosted by GoDaddy. I set up correctly and changed the name servers. How can I solve the problem? I sent many messages to test through the widget. I get no email sent me. The button send the form only blackens, but nothing else happens

    Hi Alex,

    I guess that you are talking about the autoresponder email, which is sent to the sender of the form. The reason is 'Autoresponder send e-mail' is disabled on your form. To activate it, please log into the administration panel of your site, navigate to Site Manager > Web forms > open the form in question > autoresponder click email button and check the box "send email autoresponder".

    @Andiesam2004 > is the same with your site too.

    Kind regards

    Aish

  • Problem with Simple Contact form fields do not come into the home.

    Hello

    The form of a Simple Contact on our site is not letting users enter their names and e-mail addresses.  The other fields for cell phone and Message are working well.

    I though this might be a problem with the hosting, but the site is hosted on Business Catalyst (badfishy.businesscatalyst.com).

    I created other test sites and insert the Simple Contact form which worked perfectly, so I'm not sure what I did to the main site to cause this problem.

    Any help would be appreciated muchly.

    See you soon

    Ben

    Hi Ben

    I checked the site and it seems that the frame of the accordion is extended to the covering page so 2 fields in form because of which fields are not active because they are behind the plot of the accordion.

    Please reduce the accordion framework such as the fields of the form are not behind the frame and then it should work.

    Thank you

    Sanjit

  • Where's the option 'to scale to fit "?

    If I remember well in one of the tutorials I watched there is a scale to fit or scale to fill option for filling of browser, this isn't an option more. I'm confused as to what happned to him. It was actually taken out of the features?

    The ability to use the scale to fit option to fill browser is now available in the current beta version of Muse. You can learn more about this feature in the Release Notes for Muse (August 1, 2012 beta).


    Here is more information on how to participate in the beta program of Muse: Muse beta program participants

    We value your feedback on these new features.

    Best regards

    Corey

  • Logic of 'simple list widget?

    Whenever I see some other list available as option available to the user for selection under simple list widget. Can someone explain to me the logic please.
    Application > > my setup > > integrate CRM on demand content > > Simple list Widget

    Please help. Regds VK

    Published by: 793773 on Sep 16, 2010 04:16

    These allow people to present their lists of Favorites or reports outside CRM. We used this code that runs on a sharepoint for a set of users server so that when they have open IE and went to the internet company they would see open SR details.

Maybe you are looking for

  • How to disable AutoCorrect

    Living abroad can be fun and exciting - except when correcting insists on "correct", all the names of your friends overseas. Is it possible to disable correcting in El Capitan? I tried to disable the checkbox "Automatically correct spelling" in prefe

  • Installation of Media Player Express on Satellite A100-847

    Hello To cut a long story short: I replaced the HARD drive of my laptop for bigger and so I had to restore my system. He had no problem with that. But I have no Express Media Player recover disc! I read a few topics, saying that this disk image is wi

  • Ask the Windows XP drivers for office a6690d... (Urgent) Pls...

    As mentioned, Pls help to post or provide some site they I can get all the drivers for Windows XP for my a6690d. Really urgent need. Thank you very much.

  • Event time missing in iCalendar El captain

    Since the upgrade to El Cap", apparently I have more option of > iCal Preferences > General > Show events time. Is there a work around for the time of the event see according to iCal monthly? All entries received with gratitude - thanks in advance

  • Deployment PXE OptiPlex 5040 problem | WINPE5.0 Boot Image SCCM 2012

    Not able to get the PXE working on 5040. It will download the SCCM DP boot image. Once it downloads, it does not start. Network driver is already part of the Boot Image.