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!

Finally got first form up
Last Post 09-16-2008 12:24 PM by Chad Nash. 8 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Alex ShirleyUser is Offline
wading in the water
wading in the water
Posts:17
Avatar

--
09-13-2008 06:03 AM

    http://www.itlite.co.uk/CallBack/ta...fault.aspx

    If you notice there is a great deal of space below the submit button? Anyway ideas on how to get rid of this? (checked everything, but no doubt I'm missing something). I don't think it's the skin.

    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    09-15-2008 08:50 AM

    Hi Alex,

    There may be one more place to look.  Go to Module Config, Style Sheet.  Click on Use Custom Dynamic forms Style Sheet and look for .DynamicForms_Link.  There may be unnecessary spaces in there that might be causing this.  May not be it but it's worth a try.

    Candace

    Alex ShirleyUser is Offline
    wading in the water
    wading in the water
    Posts:17
    Avatar

    --
    09-15-2008 09:02 AM
    Thanks for your help Candace

    Unfortunately that value was blank, so it didn't work...
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-15-2008 02:44 PM
    Hi. You might try and change the validation summary to be at the top (under validation configuration), when I review the source of the form it looks like that might be cause an extra line break.
    Alex ShirleyUser is Offline
    wading in the water
    wading in the water
    Posts:17
    Avatar

    --
    09-15-2008 02:55 PM

    Thanks Chad.
    Just tried it .. didn't work. I even disabled validation, didn't work either.

    Strange one... NB the form validation is happening above the submit button now (if it wasn't before).

    This is the style sheet:

    /* DATA SPRINGS Inc. - DYNAMIC FORMS STYLE SHEET */

    .DynamicForms_Maintable {

    width: 100%;
    padding: 2px;
    }


    .DynamicForms_Label
    {
    font-weight: Normal;
    font-size: 10.5pt;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    }


    .DynamicForms_Link
    {

    }


    .DynamicForms_RequiredField
    {

    }

    .DynamicForms_Compare
    {

    }

    .DynamicForms_RegularExpression
    {

    }


    .DynamicForms_Textbox
    {

    }

    .DynamicForms_NormalTextbox
    {

    }

    .DynamicForms_ComboBox
    {

    }


    .DynamicForms_Dropdownlist
    {

    }

    .DynamicForms_Captcha
    {

    }


    .DynamicForms_RadioButton
    {

    }

    .DynamicForms_Listbox
    {

    }

    .DynamicForms_RichText{

    }



    .DynamicForms_Checkbox
    {

    }

    .DynamicForms_Country
    {

    }



    .DynamicForms_CheckBoxList
    {


    }

    .DynamicForms_DisabledCheckBoxList
    {

    background-color: #efefef;


    }

    .DynamicForms_DisabledTextBox
    {

    background-color: #efefef;
    }


    .DynamicForms_DisabledListBox
    {
    background-color: #efefef;

    }



    .DynamicForms_DisabledRadioButton
    {

    background-color: #efefef;
    }


    .DynamicForms_DisabledCountry
    {

    background-color: #efefef;
    }


    .DynamicForms_DisabledRichTextbox
    {

    background-color: #efefef;
    }

    .DynamicForms_FieldError
    {

    background-color: red;
    }


    #hintbox{ /*CSS for pop up hint box */
    position:absolute;
    top: 0;
    background-color: lightyellow;
    width: 150px; /*Default width of hint.*/
    padding: 3px;
    border:1px solid black;
    font:normal 11px Verdana;
    line-height:18px;
    z-index:100;
    border-right: 3px solid black;
    border-bottom: 3px solid black;
    visibility: hidden;
    }

    .hintanchor{ /*CSS for link that shows hint onmouseover*/
    font-weight: bold;
    color: navy;
    margin: 3px 8px;
    }

    .rfield{
    color: 003399;
    }

    .rlabel{
    font-color: 003399;
    }

    Alex ShirleyUser is Offline
    wading in the water
    wading in the water
    Posts:17
    Avatar

    --
    09-15-2008 03:14 PM
    Also I tried hiding the container, no difference. If you would like access the the form please let me know where I could email username/password
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-16-2008 08:49 AM
    Hi. I reviewed the HTML of your form this morning... It would appear (from the source at least) that you have a footer set. If you go to Module Configuration, System Layout / Messages, do you have anything set for the form Footer?
    Alex ShirleyUser is Offline
    wading in the water
    wading in the water
    Posts:17
    Avatar

    --
    09-16-2008 11:21 AM
    Bingo! That's the one, although I'd love to get rid of more spacing somehow above and bellow the submit button to be honest (I checked all the values on that field quoted, all seems clear). But that's a great improvement!
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-16-2008 12:24 PM
    Yes I think there are a few < P > tags that could be removed within the main DynamicForms.ascx page under DesktopModules. This is something we will review for future updates.

    -Chad

    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