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!

two question on the same row
Last Post 08-14-2009 01:46 PM by Stu. 10 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
richard wuUser is Offline
skipping stones
skipping stones
Posts:8
Avatar

--
07-21-2009 07:43 PM

    I am trying to put two questions on the same row, like following

     

    company name :_____________________________
    Firstname:__________ LastName:______________

     

    so the length of firstname field and last name field should be the same as company name field,

     

    How do I do that in DynamicForm3.0, I checked "Add field to same row as previous question" , but it looks following

     

     

    company name :_________________
    Firstname:__________                                   LastName:______________

     

    How do I get lastname closer to firstname? .

    Thanks

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

    --
    07-22-2009 06:36 AM
    HI Richard, due to the column width of your cells, there's no way to achieve the look you want where Lastname is right next to Firstname cell because the CompanyName column width also takes precedence and will force the LastName field to appear to the right of it. However, you can make the LastName to appear somewhat closer by playing with the Label Cell Width under Module Configuration (making it smaller). Or you can change the CompanyName from a "long textbox" to a "short textbox"; that way, it's width will be the same as the firstname width. -- David
    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    07-22-2009 07:13 AM
    Hi Richard. Can you try changing the column span of Company Name to maybe 10? You'll find this under Look and Feel when you edit the field. Not sure if it will work but worth a try. Let us know what happens. Thanks! -- Candace
    richard wuUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    07-22-2009 03:03 PM

    HI, I tried change the span of Company name, then it become this

    Company Name :                              ______________________

    Firstname :_________________ LastName: ______________

    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    07-22-2009 03:47 PM

    Richard,

    I may have seen this behavior before.  As an alternative for now, can you please try editing the Company Name Look and Feel to "force field and label in the same column," keep column span at 10 and maybe field width of 400 or 600?  See if that looks ok to you.

    I'll test it out again and if confirmed, will log it for review for next update/release.  Thanks!

    richard wuUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    07-22-2009 03:54 PM

    Hmmm, unfortunately my client  don't want to put label and question on the same column..... I try to adjust the span, it seems no way to achieve this.....but that should be very common in designning the form. I was quite surprise it can not be done.  

    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    07-24-2009 08:43 AM
    Hi Richard,

    Our dev team is looking into this. We're getting ready to release a patch in the next 2 days (maybe today) but this will not be included yet. Maybe in the next release after this. Thanks!

    Candace
    Peter WordenUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    08-07-2009 10:52 AM
    Hello Candace,

    I am also managing a Dynamic Forms module (ver. 3.0.10) on a DNN 5.1.0 site (using IE-8 as browser). I am having exactly the same "column" issue--most frustrating. Here are my thoughts.

    I note that the column widths for the entire form created appear to depend on the width of the widest data field in the form as a whole. [Note here that all of my fields use the "Display label and field in same column" setting.] If I create a form with three fields ("A", "B", and "C"), where "A" is a Singleline TextBox field with a Column Span of 5 and a Field Width of 450, where "B" is in the following row (Combo Box field; Column Span = 1; Field Width = 118), and where "C" (Singleline TextBox field; Column Span = 1; Field Width = 80) is set to be in the same row as "B", I would expect that the second row would contain two fields and that both of these would be, inclusively, under the wide textboc field in the first row. However, this is not the case--here, "B" falls at the left margin as expected, but "C" is located in a column following the width set by field "A" even though it is in the same row.

    I would suggest two possible solutions: (1) Allow users to opt (perhaps in Module Configuration) to have the columns in their form determined on a row-by-row basis depending on the number of fields in a row (i.e., allow each row to have column widths not determined by other rows in the form); or, (2) allow users to be able to divide their form into sections which may be independently formatted (i.e., give the users an "Insert Section Break" option when designing their form (similar to starting a new table). This might add more flexibility and resolve the issue presented here.

    If I am mistaken in my assessment (I am fairly new to uing Dynamic Forms), please let me know--I am happy to learn something new...

    If requested, I'd be happy to send to Development a document showing screen shot illustrations of the problems I have encountered and the steps I have attempted (so far unsuccessful) to overcome the issue.

    With thanks, Peter
    StuUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    08-14-2009 12:19 PM
    I have discovered this issue recently and reported it to David. I was using a checkbox group that I wanted to span across horizontally but it threw off all of the other controls (textboxes etc.) and made the page ugly.

    I like Peter's suggestion of making the rows independent of each other in terms of column widths.

    Hope to see this change soon.
    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    08-14-2009 01:42 PM
    HI Stu, if you want to span the checkbox horizontally across without throwing the rest of the fields, specify a column span of 10 on the checkbox group and also "Display label on same column as text" under Question Look / Feel. -- David
    StuUser is Offline
    new to the springs
    new to the springs
    Posts:2
    Avatar

    --
    08-14-2009 01:46 PM
    Yes, you are correct David. I figured out how to use the column span and 'same column' settings to accomplish the desired look.

    So, I retract my prior statement. Seems the only drawback would be if you didn't want to use the 'same column' option. But, it is a small price to pay and this really is a great product, so no complaints here!
    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