Muse form checkbox wiggling around, hard to check

Funny things are happening with the checkbox at the bottom of this page. http://opbarks02.businesscatalyst.com/general.html The box is moving around on mouseover and is nearly impossible to check unless I click the text to the right, which makes no sense. Here's a link to a video showing the problem in action Dropbox - 2014-12-09 09.43.51.mov

I was having the same issue.  When I added a new checkbox, the box and label were not lined up horizontally. So I moved the box down slightly (in relation to the label).  This caused the checkbox to jump when hovering over it. Whether I moved the checkbox or label (any amount) it jumped (wiggled) when hovering.  Even if you moved it back in the same position, it continued to move.  I finally figured out the solution.
I was trying to line up the label with the checkbox.  Moving the checkbox separate from the label created the issue, if I added a new checkbox and left it alone, it would be fine. There were two problems. 
First,the label text box "Leading" setting was at 200%.  This was adding more space at the top of the label box, requiring that I move the check box down (this leads to the second and the main cause).  The real cause of the checkbox jumping was that the checkbox was located below the dashed line of the checkbox element.  Anytime I moved the box lower than the element top dashed line, it would "jump" the equivalent amount.
SOLUTIONS:
1. If you want the label to line up with checkbox, select just the label box, click on text properties, change the "Leading" value to 100%.  The text can be located below the checkbox and still work fine but the main point is to make sure label box is below checkbox, when it is properly located at the top of the element (see #2).
2. My main problem was that when you initially select the checkbox element (checkbox and label together), there is a dashed box surrounding them.  Anytime the the check box was not located at the very top of the element, it would "jump". To correct, select the element and see where it is located on the "Y" axis.  Now, select only the checkbox, insert the same value for "Y". Now the checkbox is at the top of the element and it does not "jump" or "wiggle". You can proceed to move the label box lower than the checkbox but for some reason, when you move it above it, it causes the issue.
I hope this helps.  It worked for me.

Similar Messages

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

  • Checked CheckBoxes moving around in DataGrid

    I have a DataGrid and I use a CheckBox as a custom
    ItemRenderer/ItemEditor. I make the CheckBox a custom renderer so I
    can disable it in certain rows depending on the value of the data
    in that row.
    When I select a few check boxes in the DataGrid and then
    scroll through the DataGrid other CheckBoxes that I did not check
    will show a check. Even some of the disabled CheckBoxes will show a
    check mark.
    The data binding works properly no matter how screwed up the
    rendering is. Only the CheckBoxes that I actually check show up as
    checked in the data. It is just the rendering that is screwed up.
    Here is my code from the DataGrid and my custom renderer:
    <mx:DataGridColumn
    id="distributeCB"
    rendererIsEditor="true"
    headerText="Distribute"
    width="70"
    dataField="distribute"
    editorDataField="selected"
    itemRenderer="com.avaya.im.decm.branches.CheckBoxItemRenderer"
    />
    <?xml version="1.0" encoding="utf-8"?>
    <mx:CheckBox
    xmlns:mx="
    http://www.adobe.com/2006/mxml"
    enabled="{data.status==notDistributedStr}"
    change="data.distribute=selected" >
    <mx:Script>
    <![CDATA[
    // Must match BranchCoveragePathTemplates.NOT_DISTRIBUTEDD
    public const notDistributedStr:String = "Not Distributed";
    ]]>
    </mx:Script>
    </mx:CheckBox>
    Has anyone seen this and solved it?
    Thanks.

    The list components re-use the item renderers when you
    scroll. This means that the checkbox state must be driven by the
    dataProvider.
    Your checkBox renderer must override the set Data method and
    set the selected property based on a value in the dataProvider
    item.
    When the user clicks the checkbox, the renderer must updte
    the dataProvider item with the value.
    Here is a full example:
    http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=559
    Tracy

  • Adobe Muse Forms and GoDaddy

    Has anyone come up with a solution for the consistent problem between Adobe Muse forms and GoDaddy hosting? I just spent an hour with GoDaddy and they said everything on their end was working. It was a script problem. I can't seem to get any answers from either Adobe or GoDaddy.

    From your description is seems clear the issue is not with the Muse generated scripts. Those are identical regardless of what e-mail address you're sending to. If sending to your personal e-mail address works, but sending to an address on the same domain as the site does not, that most likely indicates one of two things: 1) The e-mail address is not setup correctly. (I assume that's not the case and you can send to the address from other sources without issue?) 2) Or, something on the server is configured to block e-mail from being sent to addresses on the domain of the site. Some hosting providers do this by default.
    I expect this case is the latter and you have yet to reach a tech at GoDaddy who's familiar with this aspect of their e-mail processing via PHP sendMail.
    The lack of SQL is a non-issue. SQL is not required for the correct processing of your form. When available SQL is used to limit the number of form submissions that will be accepted from a single IP address (site visitor) in a short amount of time. This "throttling" is performed to limit submissions from spammer's robots. Your form will work fine regardless of whether SQL is available. If you do receive spam from your form, adding a CAPTCHA is more effective at reducing or completely eliminating spam. Another less cumbersome method for site visitor's is simply to add a required checkbox will a label of something like "I'm a human" since spammer's robots will frequently not figure out they need to check the checkbox in order to get the form to submit.
    There's nothing Muse can do to avoid a restriction on the server that prevents specific e-mail addresses from being sent to, short of providing or connecting to a completely different e-mail processing service than what's provided with your hosting. We may provide that option at some point in the future (for other reasons), but that's not an option right now.
    If GoDaddy's support continues to point at Muse when told that sending to e-mail addresses not on the site's domain works fine and sending to addresses on the site's domain does not, and also told there's absolutely no difference in the PHP code for the two cases, then send me an e-mail and we'll talk to GoDaddy together.  [email protected]

  • Muse forms not working

    Adobe Muse FORM widget is not sending to email. checked Muse settings, all is good according to instructions.
    getting PHP and SQL error message.
    site hosted on Go Daddy.
    Designer, not coder.
    kat

    I see this is not answered.
    I am having the same problem. my email is at Go daddy.

  • How to check to see if any Checkboxes within a subform are checked

    Hi everyone, I'm sure there is a way (possibly through JavaScript) to figure out if any checkboxes in a subform are checked but I can't seem to figure it out.  I'll work on uploading my form so that it will be easier to see what I'm talking about but in the mean time here is a brief explanation of how the form is setup:
    my form's hierarchy is as follows:
    Form1
         -(Master Pages)
         -TaxRegBusInfo
              -SubForm2
                   -Checkbox1 (it will show/hide the following subform based on if it's checked or not)
                        -Q2SubForm1
                             -CheckboxA
                             -CheckboxB
                             -CheckboxC
                             etc (totaling out to about 50 checkboxes)
    Basically what I'm trying to figure out is how to write some code (I'm guessing a function?) that I can use so that when someone goes through the form and selects any of the checkboxes (A,B,C, etc.) in any order or combination, a text box say something like "items checked."
    I've looked into the "resolveNodes" and "instanceManager" functions as well as the Adobe LiveCycle help but I've only just started to dabble in JavaScript so I can't quite seem to figure out how to use them properly.  Any help or links to beginner friendly documentation would be much appreciated!

    It doesn't necessarily have to show which items are checked but it would be helpful.
    last night I started with this and it seems to work but I'm sure there is a better/more efficient way of doing it
    var BoxCount = TaxRegQ1.chkAL.rawValue + TaxRegQ1.chkAR.rawValue + TaxRegQ1.chkAZ.rawValue
    if (BoxCount>0){
    Checked.rawValue = "Yes";
    else
    Checked.rawValue = "No";
    How do you upload to this forum?  Sorry i'm new to posting to the Adobe forum and can't seem to find the option.

  • Help with creating a form, I want to add a check box to enable me to unlock certain fields and deselect the block again

    Help with creating a form, I want to add a check box to enable me to unlock certain fields and deselect the block again

    Look to the right under "More Like This". Your issue has been discussed many many times. The error you are seeing is because you do not have enough free "contiguous" space on your hard drive. Read the other threads that address this issue to find how to solve the issue.
    Or, put "The disk cannot be partitioned because some files cannot be moved" into the search box at the upper right of this page.

  • Email field generating from: in a MUSE form

    I am rather surprised I am having to ask for help on this question, since every form I have ever built for a website has always worked in the way I am requesting, until now... it is just common sense really, but here we go:
    How can I make the FROM: in the form email submission of a MUSE form generate the email that the user supplies into the email field of the form?
    MyTechPro | HOME
    and
    MyTechPro | HELP
    Please keep in mind we host this site on our own server and not through Adobe Business Catalyst.
    As I said, this really should be how it is programmed into the default form, but for some reason, the form is programmed to use the same email you put into the form programming of the TO: field instead of using the email field.  This really seems strange to me since I don't know anyone that would like to have the TO and FROM the same when submitting a form online.  How do you then respond easily to the person submitting the form?  The only way to do this is to then copy and paste the email from the form into the response and that is such an unneeded step when the form is programmed correctly. Can the team of MUSE please fix this in future versions?
    To let you know where this code is in the SCRIPT folder, its the "form-u22015.php" and here is the code highlighted in red. 
    Does anyone know how I can change this line of code to pull the email supplied by the email field and put it into the generated email coming from the form?
    <?php
    If you see this text in your browser, PHP is not configured correctly on this hosting provider.
    Contact your hosting provider regarding PHP configuration for your site.
    <?php
    If you see this text in your browser, PHP is not configured correctly on this hosting provider.
    Contact your hosting provider regarding PHP configuration for your site.
    PHP file generated by Adobe Muse CC 2014.2.1.284
    require_once('recaptchalib.php');
    require_once('form_process.php');
    $form = array(
      'subject' => 'HELP Form Submission',
      'heading' => 'New Form Submission',
      'success_redirect' => '../phone/successful-ticket.html',
      'resources' => array(
      'checkbox_checked' => 'Checked',
      'checkbox_unchecked' => 'Unchecked',
      'submitted_from' => 'Form submitted from website: %s',
      'submitted_by' => 'Visitor IP address: %s',
      'too_many_submissions' => 'Too many recent submissions from this IP',
      'failed_to_send_email' => 'Failed to send email',
      'invalid_reCAPTCHA_private_key' => 'Invalid reCAPTCHA private key.',
      'invalid_field_type' => 'Unknown field type \'%s\'.',
      'unknown_method' => 'Unknown server request method'
      'email' => array(
      'from' => '[email protected]',
      'to' => '[email protected]'
      'recaptcha' => array(
      'private_key' => '6LelSvgSAAAAAGnhXTD6AxnHxwHDwgJJ2NuNPeJV'
      'fields' => array(
      'custom_U22033' => array(
      'type' => 'string',
      'label' => 'Subject: *',
      'required' => true,
      'errors' => array(
      'required' => 'Field \'Subject: *\' is required.'
      'Email' => array(
      'type' => 'email',
      'label' => 'Email: *',
      'required' => true,
      'errors' => array(
      'required' => 'Field \'Email: *\' is required.',
      'format' => 'Field \'Email: *\' has an invalid email.'
      'custom_U22044' => array(
      'type' => 'string',
      'label' => 'Company',
      'required' => false,
      'errors' => array(
      'custom_U22037' => array(
      'type' => 'string',
      'label' => 'Phone',
      'required' => false,
      'errors' => array(
      'custom_U22024' => array(
      'type' => 'string',
      'label' => 'Name: *',
      'required' => true,
      'errors' => array(
      'required' => 'Field \'Name: *\' is required.'
      'custom_U22048' => array(
      'type' => 'string',
      'label' => 'Message: *',
      'required' => true,
      'errors' => array(
      'required' => 'Field \'Message: *\' is required.'
      'recaptcha_response_field' => array(
      'type' => 'recaptcha',
      'label' => 'Image Verification: *',
      'required' => true,
      'errors' => array(
      'required' => 'Field \'Image Verification: *\' is required.',
      'format' => 'Incorrect reCAPTCHA value.'
    process_form($form);
    ?>

    LOL..... No guru's or employees/staff can answer this simple question ?????
    20+ years in the Advertising Design industry, and would think a simple answer to this would be easy ?

  • Muse Form and spam Recaptcha in BC

    Considering this post instruction, http://forums.adobe.com/docs/DOC-3531 .Is Muse next release going to fix this. Most forms in Muse will have this issue and it 'll be nice to know if a fix is coming in June 17.
    This has been almost a week's work of removing Muse form and replacing with BC forms placing them in contentholder and re-styling and all that headaches. Peeved!

    Hi Seven Six Creative,
    I am afraid that this feature is not there in Muse at this stage.
    For now, you could insert HTML code in Muse to create Radio Buttons(which allows the user to choose only one of a predefined set of options).
    Kindly check the following W3schools link for more information on the HTML code:
    HTML Forms and Input
    Regards
    Sonam

  • Form CheckBox

    Hi,
    Norrmally in a form, if a checkBox is checked then the value is true, else false.
    I have a form, with 30 checkboxes and all should be checked and when they are uncheckd the value should be 'true'.
    Any ideas on how to achieve this?
    Thanks,

    You can use Expansion rules in this CheckBox fields to transform the value from "true" to "false" and propagate them to the mapped attribute.
    Regards,

  • Muse forms won't work on Google App Engine

    I made a website using Muse that has 3 forms each of which sends output to 3 different email addresses. I have uploaded my website to Google GAE but none of my forms work. When submitting, it says PHP missing or not configured. I tested subscribershop.com/scripts/form-check.php but it tells me to download the file rather than those 3 points. Please help. My computer has PHP configured but even after accepting the form, it doesn't send an email.
    Website:
    subscribershop.com

    Hi Anmol,
    This is happening because on your server you don't have php installed, you will need to contact the server admin team and have install php on your server after which Muse forms will start to work as intended.
    Refer to the article here to know more on how to trouble shoot the issues related to web forms hosted on third party hosts - Troubleshooting Muse Form Widgets Used on Third-Party Servers
    - Abhishek Maurya

  • Muse form is not working on godaddy and no error message indicating a php error is occuring. Could something else be wrong? Do I have to manually set the form once loaded to go daddy to direct through their mail form system?

    I have read in multiple places on the forum that muse forms are now supported on third party platforms. however I am having a very difficult time getting mine to work on Godaddy. They seem to no longer have the "form mailer" option and told me to look at this PHP: mail - Manual to make the forms work. Muse is not giving any error messages indicating that there is a problem on the go daddy end, the form appears to function but no message is received at email address. can anyone help troubleshoot this for me.
    Thanks.

    Hey Sanjit & Brad,
    Thanks for getting back to me. So, I tried changing the address as Sanjit suggested, and yes an error message came up. But then I tested Brad's theory and looks like the form works with another email address other than that of the actual website email:( So I guess based on Brad's link I should reroute the form to the other (non-godaddy) email...or contact go-daddy to see if they can correct this? Would that be the final answer?
    Thanks again!

  • Use previous "Delete from hard disk" checked state?

    Is there any way for the program to use the previous "Also delete selected item(s) from the hard disk" checked state in the file deletion confirmation dialog?  It gets tedious to check it every time I want to delete a file and if I forget to do it I will have an extra file sitting on my hard disk not in my catalog.

    A quick shortcut that I use is to hit the spacebar (checks/unchecks the "delete from
    hard disk" option), then hit the enter key to complete the process.
    Michael

  • How to disbale a group of checkboxes when i select one check box WEBDYNPRO

    Hi Friends,
    Can any body help me how to disbale a group of checkboxes when i select one check box WEBDYNPRO Abap
    Also can any body tell me how to handle chain endchain type of scenario in WEBDYNPRO Abap
    Thank you..
    Sai

    Hi
    In the context tab , create 2 context attributes ca_attr1 and ca_attr2   of type WDY_BOOLEAN under a context node cn_node
    now in ur Layout , bind the ENABLE property of CheckBoxGroup UI Element with this attribute ca_attr1
    bind the ENABLE property of CheckBox UI Element with this attribute ca_attr2
    create a action for ur Checkbox , for the OnToggle property of ur checkbox
    in OnactionToggle , check if ca_attr2 is 'X' , set ca_attr2 to ' ' ( for disable)
    this can be done by code wizard , press control +f7 and use read/set context attributes , use get_attribute and set_attribute methods
    // if ca_attr2 is 'X'
    DATA lo_nd_cn_node TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_node TYPE REF TO if_wd_context_element.
        DATA ls_cn_node TYPE wd_this->element_cn_node .
        DATA lv_attr  LIKE ls_city-ca_attr2.
        lo_nd_node = wd_context->get_child_node( name = wd_this->wdctx_ca_attr).
    *   get element via lead selection
        lo_el_cn_node = lo_nd_cn_node->get_element(  ).
    *   get single attribute
        lo_el_cn_node->get_attribute(
          EXPORTING
            name =  `CA_ATTR2`
          IMPORTING
            value = lv_attr ).
    // if lv_attr2 is 'X' , use set_attribute method for ca_attr1
    IF lv_Attr EQ 'X' .
    DATA lo_nd_cn_node TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_node TYPE REF TO if_wd_context_element.
        DATA ls_cn_node TYPE wd_this->element_cn_node .
        DATA lv_attr  LIKE ls_city-ca_attr.
    *   navigate from <CONTEXT> to <CN_VISIBLE> via lead selection
        lo_nd_node = wd_context->get_child_node( name = wd_this->wdctx_ca_attr).
    *   get element via lead selection
        lo_el_cn_node = lo_nd_cn_node->get_element(  ).
    *   set single attribute
        lo_el_cn_node->set_attribute(
          EXPORTING
            name =  `CA_ATTR1`
            value = ' ').
    ENDIF.
    regards,
    amit

  • Can you change the tab order in Muse forms?

    Can you change the tab order in Muse forms?

    Hi Rebecca,
    By tabs do you mean the form fields? If yes, then you can simply rearrange them by repositioning the other fields using mouse.
    However, the e-mails that are received on submission of the forms show the original sequence of the fields.
    Regards,
    Neha

Maybe you are looking for

  • How do i fix "Merge to HDR.jsx could not be found" cs6?

    how do i fix "Merge to HDR.jsx could not be found" cs6?

  • IBooks Author help persists in opening in French.

    After downloading iBooks Author, help opened once, the first time, in English.  Ever since it persists in opening in French.  I have quit and restarted app a number of times, but always opens help in French.  I can see the web page in English, but no

  • Playing movies sequentially or "Play All" function in iDVD

    I have several 5-minute movies that I'll be burning to DVD. It's easy enough to have a button for each movie on the main menu screen, but is there a way to add a button to play all the movies on after the other? I realize I could copy each movie into

  • Populating a field with multiple text strings.

    Hi, This is for a XML form. I would like to populate a text field in a medical intake form. There would be a base intro to a doctor's assessment with the ability of the doctor the check off symptoms that would populate a expandable field to create a

  • Bad Download Files AS10g Linux bytes and checksum wrong

    Oracle Application Server 10g (9.0.4) - (Java, Standard, and Enterprise Edition) Download the complete files:            ias904_linux_disk1.cpio.gz (474,618,874 bytes), (cksum - 1610704097)      ias904_linux_disk2.cpio.gz (422,478,295 bytes), (cksum