Form Widget box stays larger than needed

I may be doing something wrong here, but when I create forms in Muse, the bounding box that holds everything together is larger than necessary to include all of the form elements. The main reason this is a problem is that it makes pages longer than they should be, pushing my footer content too far down (as the screenshot shows). Is this is bug, or is there something I can do to fix this on my pages?

Hi,
go to state panel, click on state "Submit in Progress", you will the "Form message" at the bottom. adjust it, and the width will be fine.
Do let me know if you have any question.

Similar Messages

  • Can a muse subscriber reconfigure the forms widgets to something other than BC?

    Can a muse subscriber reconfigure the forms widgets to something other than BC?

    What I did for my forms was create a copy of my Muse site file where I deleted everything except for the page with the forms (there were 2 on one page, and there are none anywhere else on the site). I kept the master, made a copy of it, and took everything out of the master. I then went to the page (titled "reach me", containing two forms, one for questions, and one for a mailing list) and selected everything and grouped it. The grouped item allowed for Muse to give me a width/height of all of the elements together. i took those dimensions and set them as the page defaults on the master i had just wiped out. i set all margins, footers, padding, etc to 0 and made it 1 column. i published the site to catalyst, and then copied the url to my clipboard. opening my site up again (the muse file i made the copy from) i went to PLAN and made a copy of the Reach Me page (as a backup, should something go awry, i called it "Reach Me-old") i opened the original "reach me" (being that all my other pages linked to it and not the copy i had just made) i wiped out all of the forms and content and inserted an html code snippet. i typed:
    <style type="text/css">
    #frame {overflow-x:none;overflow-y:none;border:0px;};
    </style>
    <iframe id="frame" src="URL" width="WIDTH" height="HEIGHT" scrolling="no" seamless sandbox="" />
    * replace URL with the url you copied earlier
    *replace width and height with the ones you typed in the b-master (or it might be called "A-Master copy" in your business catalyst site
    this worked out just fine for me hope it helps you guys
    check it out working:
    ilenepricedesign.com (reach me page)
    ilenepricedesign-contact.businesscatalyst.com (the page i created an iframe of)
    ===============
    update: there were some issues with it (it worked for the most part, just some visual problems)
    i created a copy muse file, deleted all except the page and the master i needed, and uploaded as-is to catalyst. i then fixed all hyperlinks on the master for the copied muse file to link back to original site and then on site linked the menu item for the page to go to the catalyst page. this works perfectly, i dont mind the url changing when everything looks the exact same. to the average user, i think you should be fine.

  • Bounding box much larger than object?

    Hello all,
    Ive been working on this project in Illustrator for a day or two now. All of a sudden, all objects, both preexisting and newly created, have a very large purple bounding box regardless of what layer they belong to (pictured below).
    In order to alter the size of the object, I have to find the corner of the large bounding box. I have a feeling it may be a setting I hit as this began happening after I was fiddling around with adding more artboards.
    Any know what is going on with this? Help is much appreciated!
    Thanks!

    Thanks for your reply!
    I am able to make a direct selection without the bounding box present, however I dont believe having it grouped anywhere is the problem since even new objects created have this same problem.
    Also, when I move the object with the black arrow, the bottom left corner of the purple bounding box stays fixed while the other three points move as I drag.

  • Lightroom saves PSD files larger than needed ? ?

    Keep in mind that I am fitting into a large corperate work flow so certain things can not be changed.  Any hep much apreciated!!
    Software:
    LR5
    PS CC
    Work flow and how problem presents it self:
    -A Jpeg is supplied to be clearcut
    -Jpeg is imported into LR
    - "edit in CS5"
    - Exported as a Photoshop copy (flattend and one layer needed for output)
              - 8 bit
    - File size is 35MB
    - Open in PS do NOTHING but save as (do not change image size / resolution / etc)
    - File size is now 22MB
    Why is the LR version of the file larger?  How can I change this?
    This Seems trivial but due to the way files are shared etc we are VERY consiouse of file size. 
    We cant use TIFF, PNG, DNG etc due to problems with different versions of software etc
    Thanks all

    Hi 99 Jon,
    Thanks for the input. 
    I would call my self a advanced LR user,  and know the workflow and ins and outs of LR catalogs very well.  though
    I just did a quick test to count out what you have sugested though. 
    1)Start with a PSD that has been imported into LR
    2) Export it as a PSD copy and DO NOT add it back to the catalog on export
    3) Export a second copy of the file and DO add it back into the catalog on export
    4) Check the file sizes  -  both files are exactly the same size  (43MB)
              This would show that having it as part of a catalog does not effect the file size
              . . . . ..  but just to check . . . .
    5) Open both files in PS and save as WITHG EXACTLY THE SAME SETTINGS USED ON EXPORT
    6) check file size (both are now 23.3MB)
    7) Import both of these files into a catalog and add meta data etc
    8) Check files size (both still 23.3MB
    So I would say that fairly well proves that it is not a catalog/meta data issue.
    But to add to that . . . .
    When have you EVER seen a xmp / side car file that is anywhere near 20mb? ? ? ?
    Thanks a bunch for the idea though!  I thought you were onto something for a while there hahahaah

  • Forms - Input field larger than VARCHAR2(4000)?

    Maybe I'm confused, but it doesn;t seem possible to create a form with a field larger than VARCHAR2(4000) with the builder - if you choose CLOB or LONG for a field type in the Database Object you want to use with your Form, the form builder doesn't display that field.
    So how do I make an input field that will accept a large amount of character data?

    It's a limitation, this is not been fixed until release 10.2.0.x.
    quota readme.txt:
    * Binding more than 8000 bytes data to a table containing LONG
    columns in one call of PreparedStatement.executeUpdate() may
    result in an ORA-22295 error.

  • Customizing Drop Downs, Selection Widths larger than drop down box.

    I have a drop down menu that needs to be a certain width and, in the end, needs to contain a 5 digit value. But, that value is bound to a description, and I want the users to be able to select based on description.
    It's a data drop down, so it has the premade Javascript already and it has display and value bindings to an SQL database, so most of it is set up already, I just need two things:
    How can the selection list that appears be larger than the actual drop down box, so that it accomodates the descriptions instead of the numeric values?
    Can I cause the box to fill with the "value" instead of the "display text" after the description selection has been made?

    The width of the DD is set at design time. Not sure if you can change the width after the form has been rendered. If you can it will be complicated to cycle through each item in the list to get the right length.
    You can have the DropDown display description but submit or report the numeric values. Once that is set it cannot be changed. You can get either value back programatically but once it is set you cannte change it dynamically.

  • How can I add check boxes without using the form widget?

    I would like to use check boxes for our facets for our search engine.  You can see an example below.  Is there anyway to do this without using the form widget?
    PJM - Site Updates

    It is not possible to accomplish this with the Muse's Form Widgets. You may need to look for other online solutions and fetch the source code and add to the Muse page using the Insert HTML feature.
    Cheers,
    Vikas

  • Adobe Reader crashes on importing form XML data larger than 500KB

    I'm trying to import XML data into a PDF form using Adobe Reader. When the file size of the XML is smaller than 500 kilobytes, the PDF form loads the data fine. However, any larger than this leads to Adobe Reader crashing without a warning or error message.
    I've tried this with Aodbe Reader versions 7.0.5, v9 and even the latest Adobe Reader X: same result. So the latest version does not have any patches for this issue so far.
    To be more specific, the form is an IPC-1752-2 v1.0 Material Composition Declaration form. The XML data is generated by a software. Some of the XML files worked fine but others caused Reader to crash. Experimenting with a repeating data node, I tried different file sizes and came to the conclusion that Reader crashes past around 500KB.
    Any patches or quick workarounds will be greatly appreciated!
    Thanks,

    Firstly I woudl not use the submit by email button (it is too restrictive). You could create or build an email submit button. Just drop a regular button on the form (change the caption to something more meaningful). Now make it a submit button. A submit tab becaomes active. Click on that. In the Submit to URL field enter in the command:
    mailto:[email protected], youremail [email protected]?subject="This is a subject"&cc="ccaddress if req"&body="This is the body if required"
    You can control all parts of the message this way. Do a google search for mailto to see all of the different options.
    Now you need to set what you are going to send. In the Submit As dropdown, choose PDF. Now a PDF will be sent. To be able to allow all users to send PDF you will have to Reader Extend the form. You can do this in Acrobat. Once all of this is done, open the form in Acrobat and under the Advanced menu choose Extend Features in Adobe Reader. Now follow the wizard and save your form. Distribute the saved form.
    Paul

  • How can I get the "Open" and "Save As" dialog boxes to open at larger than their default size?

    How can I get the "Open" and "Save As" dialog boxes to open at larger than their default size?  I would like them to open at the size they were previously resized like they used to in previous operating systems.  They currently open at a very small size and the first colum is only a few letters wide necessitating a resize practically every time one wants to use it.  Any help would be appreciated.

    hi Prasanth,
    select werks matnr from ZVSCHDRUN into table it_plant.
    sort it_plant by matnr werks.
    select
            vbeln
            posnr
            matnr
            werks
            erdat
            kbmeng
            vrkme
            from vbap
            into table it_vbap
            for all entries in it_plant
            where matnr = it_plant-matnr and
                  werks = it_plant-werks.
    and again i have to write one more select query for vbup.
    am i right?

  • I am shooting with a Nikon D60 on Fine Format and unable to print larger than 11x14.  I have been able to print larger pictures.  I am told iPhoto reduces the size of the file when uploaded. Is this true? If so how can I change this?  I need 16x20's

    I am shooting with a Nikon D60 on Fine Format and unable to print larger than 11x14.  I have been able to print larger pictures.  I am told iPhoto reduces the size of the file when uploaded. Is this true? If so how can I change this?  I need 16x20's

    I am shooting with a Nikon D60 on Fine Format and unable to print larger than 11x14.  I have been able to print larger pictures.  I am told iPhoto reduces the size of the file when uploaded. Is this true? If so how can I change this?  I need 16x20's

  • I need to know how to create a pdf document larger than 129 inches from MS Project 2007

    I am completely new to Adobe Acrobat Pro 9. I need to know how to create a PDF which is larger than 129 inches for use on a plotter from MS Project 2007. I have searched the Adobe support articles with no success. Any help would be appreciated.  Thank you.

    Thank you.  I have tried that but it will only let me go to 129 X 129 inches, no larger.
    Sincerely,
    Bill Stern
    NSD IT Support
    22289 Exploration Drive
    Suite 305
    Lexington Park, MD 20653
    Phone: 301.862.4577 ext 10
    Fax: 301.862.9828
    Email: [email protected]

  • The check marks in the check boxes I added to a Muse Form widget appear blurry.

    The check marks in the check boxes I added to a Muse Form widget appear blurry.  Is there somewhere that I can edit the resolution of these?  Why would the default check marks be at the incorrect resolution?  Could it be something I did when designing the form?
    Thanks!

    The checkmarls are simple images. If you scale up the check mark or look at it in higher magnification, it of course appears blurry.
    You may want to replace the check marks by graphics of your own (perhaps scaleable SVGs)
    Select a check box, open the states panel and see the different states; change the graphics for the desired state by using the "Fill"-command in command strip on top of the application window.

  • PS Touch needs a warning message when importing files larger than 2048x2048 max resolution

    I opened 6500x5000 px files into PS Touch in iPad for some minor retouching. PS Touch - without notification - reduced the images to fit within 2048 x 2048 px. It happily let me open these files, work on them and save and never let me know it was reducing the file size, rendering all the work I did utterly useless since 2048x2048 is far too small for print res for these files.
    PS Touch needs a notification or warning when importing files larger than the app's max resolution. Resizing files without notification is just asinine.

    Hi Jeff,
    For improvements or feature requests - please create an Idea for others to vote for:
    Thanks,
    Ignacio

  • Someone tried to email me a video that is larger than 10.8 MB, and it bounced back to her.   I have IMAC G5, Lion, Version 10.7.4 Lion.   What do I need do to be able to receive larger videos?

    Someone tried to email me a video that is larger than 10.8 MB, and it bounced back to her.   I have IMAC G5, Lion, Version 10.7.4

    Some ISPs impose email attachment limits and that is quite often 10 mb, some have other maximums. Additionally, not all users have fast connections, so someone may not appreciate getting large attachments. It is usually recommended to upload videos you want to share to an online site to share them with others. In your case, your friend should check with her or his ISP to ask about maximums.
    FWIW, you need to update your profile. If you are running Lion, you do not have a G5 - those were PPCs and discontinued in 2006 when Intel iMacs were introduced.

  • Azure backup VM - Need larger than 1TB disks - what to do ?

    I am using Azure for backups and I notice the largest disk you can add is 1tb in size.
    What do you do when you require larger than 1 tb partition ? Do people just add multiple disks and raid them?
    Thanks in advance
    This topic first appeared in the Spiceworks Community

    V.K. wrote:
    you should demand the original install disks from the seller. they are useless to him/her and they should be bundled with the computer.
    Whether asking nicely or demanding anything of the seller, consider that Apple binds the license to use the software on the system disk set to the Mac they came with. If the disks are separated from that Mac, in effect the license stays with the Mac, not the disks, so anyone using those disks with anything other than that Mac is in violation of the licensing terms.
    This is why Apple will (usually) provide new system disks for a nominal fee for a specific Mac -- you aren't buying a new license but just a set of replacement disks.
    Note that this applies to all the software on the system disks, not just the OS. Thus, buying a retail version of the OS installer disk is not equivalent to replacing the system disks because the retail disk does not include any of the bundled apps that come with the Mac on its system disks.

Maybe you are looking for

  • Dynamic SAP BPC 10 member formula

    Hi experts, I'm using a hierarchy in a dimension and I need to aggregate members data using other functions than a simple Sum. For example : Dimension X with the following structure : PARENT     Parent 1        Member 1        Member 2     Parent 2  

  • Images have been deleted but says links still exist

    I use a very simple document every week to update and I always use the last file saved from the previous week because sometimes a few items are repetitive. Basically I collect items from other designer's work from their ID files, paste it into my doc

  • Reading mp4 details

    Hi there. I have added a movie with some random name (myMovie12.mp4) into my iPhone xcode project and then using MPMoviePlayer i m playing this movie. How can i get the details of this movie? I mean the size, duration, original name? In short i need

  • The new Flash Player won't install?

    I have tried installing Flash Player XI several times. The download seems to go well and finishes. However, when I try to view video, a screen always pops up saying I need to install the new Flash Player. I have Windows 7 with IE 10. Can anyone help?

  • Rebate amount posting

    Hi, I have done all the settings for rebates and when i create the billing document i can see that the rebate amount is credited in the ERU a/c key when i check the accounting documents. In my pricing i have maintained the A/c key tab as ERB and for