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!

Double submit with localization
Last Post 11-02-2009 01:02 PM by Franco Prati. 13 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
J. RisseUser is Offline
going with the flow
going with the flow
Posts:32
Avatar

--
01-26-2009 10:35 PM

    I use Dynamic Forms 2.7 to create some multilingual forms for our new homepage. I started with an easy task: the contact form.

    The structure was made by the wizard, I translated the content into german (the main language of the page). After that I changed the settings of the "Form Localization" for english and french.

    In section "Submit Link / Button" AND for each localization I choose "Use Submit Linkbutton". I entered the text (english: Submit, french: Suivant).

    The result:
    If I see the site in german everything looks fine. I get a link with the correct text.
    In english and french I get 2 different submit links/buttons

    In english: A link "Submit" and a HTML-Button "Submit"
    In french: A link "Suivant" and a HTML-Button "Submit"

    I already tried to change the settings for link / HTML-button / image-button, but nothing works. I still get 2 different submit links.

    So, what's wrong here?

    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    01-27-2009 10:16 AM
    Hi. We will check on this, we just recently added the feature to allow for an HTML Input Button so it appears that its not working properly with multiple languages / content localization.

    -Chad
    Dieter VierenUser is Offline
    wading in the water
    wading in the water
    Posts:15
    Avatar

    --
    02-12-2009 02:30 AM

    I'm experiencing the same issue... trying to use a different image for each language, though getting a link and a submit button instead.

    If you know ascx or something we can change ourselves to solve this issue while we wait for a patch, .. would be great.

    Dieter VierenUser is Offline
    wading in the water
    wading in the water
    Posts:15
    Avatar

    --
    02-13-2009 12:00 AM

    For some more input:

     

    the real problem is we can't just say we won't use imagebuttons, because the linkbutton translation is acting weird as well.

     

    I took a look at the database, and noticed this table:

     

    "DynamicForms_FormLocalization" had a lot of the same records being entered for the same moduleID. Like when I changed the "continue" text for one language, about 10 records would change at once.

     

    Also "UseSubmitButton" gets filled in a -1 sometimes, but this could be by design, of course. There's a lot of things happening, but without knowing how it should work, it's all just guesswork.

     

    I would even change the values straight in the database (if there is a problem with the interface entering the values) if I knew what the data should look like.

     

    This is really quite an issue for us, since ALL our dynamic forms suffer from this, since they all require localization and all need a submit button, or link.

    J. RisseUser is Offline
    going with the flow
    going with the flow
    Posts:32
    Avatar

    --
    02-13-2009 12:39 AM

    I think it is an issue of the presentation and could not be solved by "hacking" into the database. In addition it is never a good idea to hack into a program.

    Only workaround I found:
    If you select "Use Submit Linkbutton" in the "Form Localization" you will get a proper localized link to submit the form. Behind the link there is also an additional HTML Submit-Button, but I think it is ok while there is a proper localized link.

    Of course, it would be nice if it works correctly, but in my opinion it is not a critical issue. There are other known localization issues, which are still driving me crazy (@Chad: ).

    Dieter VierenUser is Offline
    wading in the water
    wading in the water
    Posts:15
    Avatar

    --
    02-13-2009 04:01 AM

    Hey J.

    Thanks for your reply.

     

    Unfortunately, your workaround doesn't seem to work for me, as soon as I fill something in "form localization", the extra "submit" button appears for those languages. Even when selecting "Use Submit Linkbutton".

     

    And "hacking" is a big word, was only looking . Having a background as database administrator always makes me very curious about the way tables & data is built up.

    J. RisseUser is Offline
    going with the flow
    going with the flow
    Posts:32
    Avatar

    --
    02-19-2009 03:26 AM

    Yes, the extra submit button is always displayed for each foreign language. But there is a functional button or link with to right language at all. So one of the links / buttons fits the selected language

    @Chad: Just a further bug report for your interest:
    The "Submit / Save Javascript" of the form is missing for both links / buttons with foreign languages. It is only called if the form was displayed in the native language of the portal.

    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    03-24-2009 01:58 PM

    Hi guys... Just to confirm, this is only a problem on content localization if you are using the HTML Input Button for submission right? Not for the link button or image button? I have this on the list to review for the next release, the HTML Input Button was a new feature that was added and apparently it was not added to the localization area.

    -Chad

    J. RisseUser is Offline
    going with the flow
    going with the flow
    Posts:32
    Avatar

    --
    03-24-2009 09:47 PM
    Hi Chad,

    yes, it is "only" a problem on content localization.
    no, it doesn't matter what type you select.

    In the native portal language everything works fine.
    If you configure localized content in the module configuration for the other languages of the portal, you will get the licalized linkbutton or image button.
    Up to here, everything is correct.

    But in addition you also get a HTML Input Button behind the localized version for each foreign language. And this HTML button always have the value "Submit".
    So, it doesn't matter what type of submit button you select anywhere.
    The only problem is, that there is an additional "Submit" HTML button.

    And both (localized version and "Submit" for all foreign portal languages) don't have the "Submit / Save Javascript". This JavaScript is only working for the submit/save in the native portal language.

    - J.
    Franco PratiUser is Offline
    Posts:26
    Avatar

    --
    08-27-2009 04:49 AM
    Hi,
    I have the same issue, the additional submit button regardless of the language, in addition to the localized submit link.
    How can we get it fixed? Is there a patch or workaround?
    Thanks,
    Franco
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    09-02-2009 12:06 PM
    Franco,

    I believe this was only an issue for the 2.7 release. Are you running on the 2.7 or 3.0 because it has not been reported with the 3.0 version.

    -Chad
    chris grageUser is Offline
    skipping stones
    skipping stones
    Posts:7
    Avatar

    --
    09-05-2009 04:51 AM

    I am using df 3.0 / DNN 5.01 and there is no "HTML Input Button" in "Localization Form". Is there a workaround?

    Chris

     

    chris grageUser is Offline
    skipping stones
    skipping stones
    Posts:7
    Avatar

    --
    09-05-2009 04:51 AM

    After localizing the questions I had to remove p> 

    in Source of each df question header and footer. to not have those additional lines breaking the form's layout.

     

     

    Franco PratiUser is Offline
    Posts:26
    Avatar

    --
    11-02-2009 01:02 PM
    Hi,
    any news on this one? Any workaround or patches available? Which version fixes it?

    Thanks,
    Franco
    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