Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Please Help - Dyn Forms Field Alignment Problem Driving Me Crazy
Last Post 06-12-2009 03:02 PM by Candace. 26 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Natty DreadUser is Offline
skipping stones
skipping stones
Posts:6
Avatar

--
09-19-2008 07:50 AM

    I am new to Dynamic Forms, and I am bloody from banging my head against the wall repeatedly. And I am seriously behind on my project.

    I have been using the wizard to create my forms. After the wizard completes, everything is laid out perfectly. The Labels and Fields are arranged beautifully.

    As soon as I go and edit any of the questions, then the edited question is padded in such a way that the field is not aligned anymore.

    Let me give an example:

    ORIGINAL LAYOUT FROM WIZARD:

    First Name: ______________________________

    Last Name:______________________________

     

    Now, say I changed "First Name" to, say, "Your Name", here is what the layout looks like after saving the changes:

    First Name:

                         ______________________________

    Last Name:______________________________

     

    It doesn't matter whether it's an input box, a combo, a date field, a simple radion button, whatever. The fields no longer align.

    I've even used one of the sample xml files from the Beta site, and the problem persists.

    I also noticed this while using the free trial, but I thought it was just because it was a free version.

    Can anyone PLEASE help? I have gone through the Forums and read similar complaints, but I have not found any solution.

     

    Thanks

    Frustrated Forms-Expert-Wannabe



    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    09-19-2008 08:52 AM

    Hi Natty,

     

    I'm sorry for all your frustration.  My first questions would be: 

    1.  What Dynamic Forms version you're on,  and

    2.  what DNN version do you have?  (You can check these under Host, Module Definition.)

     

    I'll watch for your reply.  Thanks.

    Candace



    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    09-19-2008 09:07 AM
    Also, can you please go to manage questions, and look under question header/footer. The question header may appear to be blank but please click on the source icon at the upper left corner. Are you finding any characters here? If so, please delete them. After you do this, do your fields align properly?

    If this works for you, I still would like to get the answers to the first 2 questions please. Thanks!

    Candace


    Natty DreadUser is Offline
    skipping stones
    skipping stones
    Posts:6
    Avatar

    --
    09-19-2008 09:33 AM

    Thanks for the hints,

    Yup, there is that scallywag "

     

    " thingy right there in both the footer and the header section. Removed them, alignment issues fixed.

     

    Who woulda thunk? Do you know how to remove them globally (perhaps from the DNN default?) instead of having to remember to do it one at a time?

     

    Thanks again for your help.



    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-19-2008 09:35 AM

    We starting seeing this recently just with different FCK editors certain Rich Text Box's. Sometimes it would add it in there as 'null' and other times it would add in < P > tags. This is the first we have heard of this though.

    For any users testing this, you must click on the 'Source' or 'Basic Textbox' to see this.

    -Chad



    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    09-19-2008 09:36 AM
    I'm glad that fixed it for you and we're looking at this more closely.

    We have 2 more clients reporting similar issues today. We're thinking this might be an issue with DNN 4.9. Can you confirm that this is what you have? Also, what version of Dynamic Forms do you have?


    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-19-2008 09:39 AM

    Yes... This is my guess, check out this thread on the FCK Editor and DNN 4.9. Appears to be the same issue.

     

    -Chad

     



    Natty DreadUser is Offline
    skipping stones
    skipping stones
    Posts:6
    Avatar

    --
    09-19-2008 09:58 AM

    Yes, I have 4.9.0 version of DNN. None of the workarounds is working, though.



    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-19-2008 10:09 AM
    Hopefully this will be fixed in the next incremental build for DNN, otherwise we will add some coder later to check for this and remove it. For now it works though if you remove the text right? It just goes back if you create a new question? You might also be able to go to 'Custom Editor Options' or choose Basic Textbox mode and set that as the mode it should be in for this module instance (for default)

    -Chad




    Natty DreadUser is Offline
    skipping stones
    skipping stones
    Posts:6
    Avatar

    --
    09-19-2008 10:12 AM

    Thanks, Chad.

     

    How do I do the "Custom Editor" fix?



    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-19-2008 10:21 AM

    Hi,

     

    Well I think that you can go into the custom editor options and change just this module instance to either start in basic mode or other features. Not sure specifically but its worth reviewing as there are many options in there. Please see screenshot, this icon is in the lower left of the editor. You might also consider changing this to Basic Textbox and I think this setting will stick the next time you go into make updates.

     

    -Chad

     


    FCKEditorIssues.JPG

    Natty DreadUser is Offline
    skipping stones
    skipping stones
    Posts:6
    Avatar

    --
    09-19-2008 10:49 AM

    I did one better

     

    in Providers\HtmlEditorProviders\Fck\Custom\fckconfig.js, change the following lines:

    FCKConfig.EnterMode = 'p' ; // p | div | br
    FCKConfig.ShiftEnterMode = 'br' ; // p | div | br

    to:

    FCKConfig.EnterMode = 'br' ; // p | div | br
    FCKConfig.ShiftEnterMode = 'p' ; // p | div | br

     

    Save the file. clear browser cache (better to just close and reopen all opened browsers). Voila!

     

    Now, on to saving the world from ...... whatever it is I'm saving it from



    Kevin RossUser is Offline
    going with the flow
    going with the flow
    Posts:39
    Avatar

    --
    10-05-2008 07:20 AM

    Thanks for the hack. Is there a permanent or officail fix for this? Going in and hacking the fck code every time there is an update isn't very appealing.

    I am also unclear as to what the other side effects of doing this are. You have reversed the behaviour of these two modes on a global basis, and it isn't clear from this short message that it is the appropriate thing to do or is it tested to work globally.

    Kevin

     



    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    10-06-2008 10:05 AM

    Hi Kevin,

     

    I may have responded to another thread but basically, we're waiting for DNN 4.9.1 to be released which is supposed to resolve this issue.  Thanks!



    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    10-07-2008 07:54 PM
    Kevin,

    Hi. Yes from everything we have researched this issue did not come about until 4.9.0 and there is a thread (click the link above for the FCK Editor and DNN 4.9 which takes you to a thread on dotnetnuke.com and more information). From what we can tell this issue should be fixed from the CORE however if its not or doesn't change soon we will be issuing our own work around or fix.

    -Chad


    Daniel CompUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    10-08-2008 07:00 AM

    I've had the same 'head banging deadline' experience as Natty and the first post in this string.

    Thanks for the FCK editor tip. Wow, what a time saver. Having to remove the two instances on each edit of each field is a real time waster.

    Very much appreciated. Atta' boy for sharing.



    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    11-24-2008 09:59 AM
    Also....

    For users that have already setup all of your forms and need to clear out the questionheader and questionfooter you can go to Host, SQL and type this in:

    Update {objectQualifier}DynamicForms_Question
    Set QuestionHEader = '', QuestionFooter = ''


    Keep in mind that this will clear out ALL question headers and footers.

    -Chad


    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    12-07-2008 01:24 PM
    Also, although I still believe this will be fixed in DNN 4.9.1, we have also added some fixes to the latest patch (released today) of Dynamic Forms 2.7.5 and Dynamic Registration 3.2.7. These patches/releases should automatically ignore the question header and footer (empty paragraph tags) when saving questions withinthese modules.

    -Chad


    Hany IshakUser is Offline
    new to the springs
    new to the springs
    Posts:1
    Avatar

    --
    01-21-2009 03:44 PM
    the ONLY thing that worked with me was the below

    go to Host, SQL and type this in:

    Update {objectQualifier}DynamicForms_Question
    Set QuestionHEader = '', QuestionFooter = ''

    Keep in mind that this will clear out ALL question headers and footers.

    www.LondonFootball.co.uk


    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    01-21-2009 05:10 PM
    Hany,

    Hi. Well it should be noted that if you are upgrading from a previous edition / version before 2.7.5 then the fix is only for new fields from then on, for existing fields you will have to use the work around you described.

    -Chad



    Will SuggUser is Offline
    going with the flow
    going with the flow
    Posts:70
    Avatar

    --
    01-30-2009 01:44 AM


    I have also suffered from this fck ed up issue. One thing that helps is in addition to the p to br change, you can also set

    FCKConfig.FillEmptyBlocks = false ;

    from true. This gets rid of the

    p &160 p

    issue as well.

    Make sure to do it in fckconfig.js file in the custom folder as well.

    The bad news is you have to remember to do this for all your installations every time you upgrade DNN. Until they 'fix it' which will never happen.

    Thanks,

    Will



    Cathy UhrichUser is Offline
    Posts:5
    Avatar

    --
    02-26-2009 04:00 PM

    I am having a similar problem with the Rich Text Editor - randomly they appear right justified and half the width of others on the page. Deleted, readding, deleting, readding seems to finally fix it. Having trouble convincing the team that this is the way to go if we get unexpected results.

     

    DNN 4.5

    DS-  bought it last week.



    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    02-27-2009 06:14 PM
    Cathy - Your problem does not sound like the one brought up specific to this thread (DNN 4.9 was the first reported problem with the FCK editor that I know of). You might setup a new thread and attach a screenshot and this will help give us an idea of what specific setting might be causing the issue.

    -Chad



    Mark BrodbeckUser is Offline
    skipping stones
    skipping stones
    Posts:11
    Avatar

    --
    06-12-2009 02:01 AM

    SAME problem here; and I tried the SQL script and it reports "Your query contains an error!" - no fix as a result.

    Label cell is stuck at apparently 100px - looks terrible.  Link:

    http://www.peachtreeaikikai.com/Hom...fault.aspx

    DNN 4.9.1, DynReg 3.20.70

    Can anyone ease my pain?  Thank you!!!

    Mark

    PS - I went thru and deleted all the headers and footers manually... no fix.  FEH!



    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    06-12-2009 06:39 AM
    For question label cell, what do you have set in "Module Configuration"? Go to it and try changing the label cell width to something like 200 and see if this fixes your problem. --David


    Mark BrodbeckUser is Offline
    skipping stones
    skipping stones
    Posts:11
    Avatar

    --
    06-12-2009 09:13 AM
    I should have mentioned that up front that I tried that and nothing happened. I've changed it from 100px to 200px to 1000px... no change.


    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    06-12-2009 03:02 PM

    Hi Mark,

    Can you please tell me the exact module Dynamic Forms version you have (from Host, Module Definitions) and your current DNN version?  Thanks!

    Candace



    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi