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!

Redirect Page After Save problem
Last Post 04-07-2009 10:55 PM by Dieter Vieren. 11 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Dieter VierenUser is Offline
wading in the water
wading in the water
Posts:15
Avatar

--
02-18-2009 04:34 AM

    Using DNN 4.9 & Dynamic Forms 02.70.52

     

    When using the option "Redirect Page After Save" and selecting a page, the form doesn't redirect correctly.

     

    I changes the URL where the form is, for instance:

    www.url.be/contact/tabid/217/Default.aspx

    to:

    www.url.be/contact/tabid/217/clt/123/Default.aspx

     

    123 is the tabid it should direct to, but it redirects to the same page, and adds "clt/123".

     

    When selecting an URL, the redirect works, but we need to select a page, since the dynamic form is being shadow copied over several domain names. So using an URL is NOT an option for this form.

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

    --
    02-18-2009 07:03 AM

    HI Dieter

    I believe redirecting to a URL is for a website page on the internet (External resource). If you want to redirect to a page on your website, try using the "Page" option and choose a page on your website using the drop down list. See the accompanying picture below and tell me how it goes. I do not know what specifically you are trying to accomplish as far as shadow copying your page to other domains. Can you explain in more detail? Are the other domains child domains of your main domain website?

    David

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

    --
    02-18-2009 07:40 AM

    Hi David,

    thank you for your reply.

     

    I am using the "Page" option and I chose a page on my website using the drop down list. The problem is it doesn't redirect to that page, even though I selected it. It goes to a wrong url (the url as mentioned in my first post)

     

    The shadow copy means the module is shown on multiple tabs. Those tabs are accessible from multiple domains but that's not really important, I just mentioned that because it means I can't use the URL method.

     

    so the main thing is the "redirect to a page" doesn't redirect to a that page as it should

     

    Dieter

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

    --
    02-18-2009 01:02 PM

    HI Again

    Can you try picking another page from your website, test server other pages and see if they redirect correctly. Also, are you redirecting based on "any field response" or a selected dynamic field?

    David

    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    02-18-2009 05:06 PM
    Yes... From the screenshot it looks like you need to specify 'Any Field Response' for the prompt 'Dynamic Field'. This setting allows you to setup different URL events to be fired off conditionally based on a users response etc...

    Also, if you are only going to redirect to one page you don't need to setup a completion event for this, you can go to module configuration, general settings, and specify the default redirect page for the form there. You only need to use URL redirect events if you plan to redirect to different pages based on the users response to a question.

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

    --
    02-18-2009 09:47 PM

    Chad,

     

    That wasn't me posting the screenshot,

     

    I AM NOT using the events to redirect,

    I AM using the page redirect in the general settings. Where it says "Redirect Page After Save". It was David that was suggesting using events.

    What I'm doing has nothing to do with "any field response". I am using the option in "General Settings". There aren't any question events either, and just an e-mail completion event.

     

    So my question/problem doesn't change... and I've tested redirecting to several different pages, the problem remains.

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

    --
    02-19-2009 06:35 AM

    HI Dieter

    I cannot duplicate the problem you're having on my test cases (both General Settings / Redirect to a Page and creating an event and redirecting to a page).

    Can you try to create a simple scenario in www.betasprings.com (username: host, password: dnnhost) and see if the same problem happens on a test case? Also, tell me what page you set up so I can look at it from our end as well.

    Thanks.

    David

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

    --
    02-25-2009 10:10 PM

    Hi David,

     

    thank you for your reply

     

    dieter is not at the office until next Thuesday, I will tell him you posted a reply to solve this problem,

     

    Dennis

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

    --
    04-02-2009 12:30 AM

    With some delay, I've finally found time to get back on this issue.

    I've managed to reproduce the problem on betasprings:

    This is what I did:

    - logged in on betasprings.com as host

    - created a page "redirect test"

    http://www.betasprings.com/redirecttest/tabid/577/language/en-US/Default.aspx

    - added dynamic forms to the page

    - added a field "name", type textbox

    - went to "module configuration - general settings" and selected "Betasprings Home" page for "Redirect Page After Save:"

    - in "module configuration - submit link / button" typed in "send" for "Save Text:" (so the link would appear)

     

    Then, if you visit the test page, and press "send", the url changes from:

    http://www.betasprings.com/redirecttest/tabid/577/language/en-US/Default.aspx

    to:

    http://www.betasprings.com/redirecttest/tabid/577/ctl/36/language/en-US/Default.aspx

    instead of:

    http://www.betasprings.com/redirecttest/tabid/36/language/en-US/Default.aspx

     

    kind regards,

    Dieter

    axtechUser is Offline
    going with the flow
    going with the flow
    Posts:35
    Avatar

    --
    04-07-2009 02:41 AM

    I am having the same problem, i dont know how to solve
    can you please let me know if this issue was solved ?

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

    --
    04-07-2009 07:50 AM
    HI Imran and Dieter, there is a work-around to using the "Page Redirection" to another page on your website. Instead of using "Page Redirection" under "General Settings" of Module Configuration, create a "Form Completion Event", on any response, and have a page redirection there instead. This works fine and is a work-around as opposed to using the one from "Module Configuration". -- David
    Dieter VierenUser is Offline
    wading in the water
    wading in the water
    Posts:15
    Avatar

    --
    04-07-2009 10:55 PM

    Thanks for the work-around, but I'm already using another work-around ...

     

    I would like to know if this is a bug and if it will be fixed in the next version? And if it is working as designed, what I am doing wrong.

    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